llvm-project/clang/lib
Chris Lattner 4f472a325a rename Parser::ParseObjCSelector -> Parser::ParseObjCSelectorPiece,
since it only parses one identifier out of the selector, not the 
whole thing.

llvm-svn: 68867
2009-04-11 18:13:45 +00:00
..
AST Non-pointer objects are none gc'able regardles of 2009-04-11 00:00:54 +00:00
Analysis Add analyzer support for objc_atomicCompareAndSwap() 2009-04-11 00:54:13 +00:00
Basic Support -miphoneos-version-min in clang-cc. 2009-04-10 19:52:24 +00:00
CodeGen Fixes a ir-gen crash for K&R style blocks. 2009-04-11 17:55:15 +00:00
Driver Honor MACOSX_DEPLOYMENT_TARGET environment variable. 2009-04-10 21:00:07 +00:00
Frontend Store unique IDs for identifiers in the PCH file. Use some bitmangling 2009-04-11 00:14:32 +00:00
Headers define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. 2009-04-07 05:12:42 +00:00
Lex Compare the predefines buffer in the PCH file with the predefines 2009-04-10 23:10:45 +00:00
Parse rename Parser::ParseObjCSelector -> Parser::ParseObjCSelectorPiece, 2009-04-11 18:13:45 +00:00
Rewrite Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Sema simplify this code to not bother stripping to canonical types, and 2009-04-11 18:01:59 +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