llvm-project/clang/lib
Alisdair Meredith f6eb60a851 Fix breakage on Windows, cannot redeclare loop variable i in the immediate scope of loop. Rename variable to j.
llvm-svn: 75365
2009-07-11 14:32:10 +00:00
..
AST Fix breakage on Windows, cannot redeclare loop variable i in the immediate scope of loop. Rename variable to j. 2009-07-11 14:32:10 +00:00
Analysis Handle insidious corner case exposed by RegionStoreManager when handling void* values that are bound 2009-07-11 04:38:49 +00:00
Basic Correct FreeBSD target info, fixing PR4514. 2009-07-08 13:55:08 +00:00
CodeGen Fix typo (found by gcc warning). 2009-07-11 00:57:02 +00:00
Driver Introduce the notion of "Relocatable" precompiled headers, which are built 2009-07-07 00:12:59 +00:00
Frontend This patch includes a conceptually simple, but very intrusive/pervasive change. 2009-07-10 23:34:53 +00:00
Headers Make sure install Clang headers when building clang-cc 2009-06-25 05:07:31 +00:00
Index Simplify a bit by using functions instead of checking enum values. No functionality change. 2009-07-10 03:41:26 +00:00
Lex Convert the CharInfo table to be statically initialized, instead of dynamically initialized. Patch by Ryan Flynn! 2009-07-07 17:09:54 +00:00
Parse Implement more of C++0x 'auto'. A variable with an auto type specifier must have an initializer. Also, move some tests around to match the C++0x draft better. 2009-07-11 00:34:39 +00:00
Rewrite Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. 2009-06-30 01:26:17 +00:00
Sema Implement more of C++0x 'auto'. A variable with an auto type specifier must have an initializer. Also, move some tests around to match the C++0x draft better. 2009-07-11 00:34:39 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00