llvm-project/clang/lib
Daniel Dunbar 48b4d1e27e There is no need to value initialize this array.
llvm-svn: 75517
2009-07-13 21:48:50 +00:00
..
AST Added pretty-printing support for constructor definition. 2009-07-13 20:18:13 +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 add netbsd support, patch by Krister Kalfridsson! 2009-07-13 20:29:08 +00:00
CodeGen Fix 5 issues from Chris's feedback on http://llvm.org/viewvc/llvm-project?view=rev&revision=75314. 2009-07-13 17:19:15 +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 fix file headers. 2009-07-12 22:33:12 +00:00
Lex There is no need to value initialize this array. 2009-07-13 21:48:50 +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 Remove superfluous call to getAsPointerType()... 2009-07-13 21:32:29 +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