hanchenye-llvm-project/clang/lib
Daniel Dunbar 8f1ebabaf7 Driver: Change Arg to just hold the values directly, instead of implicitly
deriving them from the Arg type.

llvm-svn: 105760
2010-06-09 22:31:00 +00:00
..
AST Added inherited info to template and non-type arguments of templates. 2010-06-09 09:26:05 +00:00
Analysis Fix a typo that breaks the GCC build. Turns out that Clang isn't 2010-06-09 05:25:34 +00:00
Basic On Darwin, initialization and destruction functions should go into the __StaticInit section. 2010-06-08 22:47:50 +00:00
Checker Remove an entry for a now deleted file. Fixes the neglected CMake build. ;] 2010-06-09 08:12:12 +00:00
CodeGen Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n 2010-06-09 18:04:15 +00:00
Driver Driver: Change Arg to just hold the values directly, instead of implicitly 2010-06-09 22:31:00 +00:00
Frontend Frontend: Fix crashes on error paths. 2010-06-09 22:30:54 +00:00
Headers Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n 2010-06-09 18:04:15 +00:00
Index Simplify libIndex Makefile, which doesn't need to worry about altivec support. 2010-06-08 20:57:18 +00:00
Lex Fix memory leak in Preprocessor where MacroInfo objects in the MICache wouldn't have their 2010-06-08 23:00:53 +00:00
Parse Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. 2010-06-08 20:44:43 +00:00
Rewrite Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. 2010-06-08 20:44:43 +00:00
Runtime Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00
Sema Commit my WIP on constexpr support. This commit: an XFAILed test and treating constexpr as a top-level const. 2010-06-09 21:19:43 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00