hanchenye-llvm-project/clang/lib
Daniel Dunbar e75d834c7c Driver: Implement majority tool binding logic.
- Still need code for determining proper output location.

 - Doesn't work yet, of course, as the host isn't providing real
   tool chains.

 - Interface still has a few warts, but has gotten a nice bit of
   polish during the rewrite.

llvm-svn: 67038
2009-03-16 06:56:51 +00:00
..
AST Add the ability to clone integer and string literals. Use it when instantiating template expressions. 2009-03-15 18:34:13 +00:00
Analysis Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowed 2009-03-13 20:27:06 +00:00
Basic Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. 2009-03-14 15:58:54 +00:00
CodeGen Add note on theoretical IRgen improvement. 2009-03-15 06:39:56 +00:00
Driver Driver: Implement majority tool binding logic. 2009-03-16 06:56:51 +00:00
Frontend implement a new -fprint-source-range-info option, which 2009-03-13 01:08:23 +00:00
Headers Only intptr_t is protected by __intptr_t_defined. 2009-03-15 03:16:47 +00:00
Lex (Hopefully) instantiate dependent array types correctly. 2009-03-15 20:12:13 +00:00
Parse Parser support for rvalue references. 2009-03-15 22:02:01 +00:00
Rewrite fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. 2009-03-13 21:44:46 +00:00
Sema (Hopefully) instantiate dependent array types correctly. 2009-03-15 20:12:13 +00:00
CMakeLists.txt Fix cmake builds. 2009-03-02 17:05:26 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00