llvm-project/clang/lib
Chris Lattner 46be2e1557 fix the type of wchar_t for windows, PR4417
llvm-svn: 74083
2009-06-24 17:12:15 +00:00
..
AST Check in a new template argument list builder that should work better for variadic templates. 2009-06-23 01:26:57 +00:00
Analysis use a concrete type instead of a trait type to make code more readable. 2009-06-24 01:12:41 +00:00
Basic fix the type of wchar_t for windows, PR4417 2009-06-24 17:12:15 +00:00
CodeGen Patch fixes an obscure bug when 'used' attribute is applied to 2009-06-23 21:47:46 +00:00
Driver Fix some TableGen-related dependencies for the Clang CMake build 2009-06-23 18:15:28 +00:00
Frontend Update CMakeLists.txt 2009-06-23 22:01:29 +00:00
Headers Update Clang to include the InitializeAllTargets and 2009-06-16 20:13:51 +00:00
Lex Fix our check for "random whitespace between a \ and newline" to work 2009-06-23 05:15:06 +00:00
Parse Fix a clang crash caused by incorrect user code. 2009-06-24 17:00:18 +00:00
Rewrite Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
Sema Implement matching of function templates, so that one can declare overloaded function templates. C++ [temp.over.link] paragraphs 4-8. 2009-06-24 16:50:40 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00