clang-1/lib
John McCall 9983d2d76c Properly pop out of Objective-C method declarations when they are (ill-formedly)
found within contexts other than the translation unit.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110417 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-06 00:46:05 +00:00
..
AST Implement #pragma GCC visibility. 2010-08-05 06:57:20 +00:00
Analysis Remove bonehead redeclaration. 2010-08-05 00:03:46 +00:00
Basic fix the va_list definition for vc++64, patch by Cameron Esfahani! 2010-08-05 20:04:20 +00:00
Checker Don't assert on a file stream if its state is not tracked. Fix pr7831. 2010-08-05 23:24:13 +00:00
CodeGen Don't crash when mangling empty anonymous unions. We never actually *need* 2010-08-05 22:02:13 +00:00
Driver Driver: Don't forward any -g options to GCC, when using it to drive the 2010-08-03 16:14:14 +00:00
Frontend Add an environment variable that makes libclang use chaining for PCH. 2010-08-06 00:35:11 +00:00
Headers Fix AVX 256-bit intrinsics headers by using the right cast type while dealing with logical ops 2010-08-05 23:04:58 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! 2010-07-31 01:52:11 +00:00
Parse Allow multiple __declspec attributes after a class-key. 2010-08-05 17:13:11 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Properly pop out of Objective-C method declarations when they are (ill-formedly) 2010-08-06 00:46:05 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00