llvm-project/clang/lib
Fariborz Jahanian 9d4d20af55 objc: introduce objc_suppress_autosynthesis class
attributes for later use.

llvm-svn: 147457
2012-01-03 18:45:41 +00:00
..
ARCMigrate Remove unused variables. 2011-12-25 01:18:52 +00:00
AST Introduce a non-uglified syntax for module imports in Objective-C: 2012-01-03 18:04:46 +00:00
Analysis Support for thread safety attributes on functions 2011-12-29 00:56:48 +00:00
Basic Under -fmodules, accept #public <macroname> and #private <macroname> 2012-01-03 18:24:14 +00:00
CodeGen Eliminate ObjCForwardProtocolDecl, which is redundant now that 2012-01-01 21:23:57 +00:00
Driver Add -fno-modules to the driver, to turn off modules (although they're off by default anyway). 2012-01-03 17:13:05 +00:00
Frontend Add a "Modules" language option, which subsumes the previous 2012-01-03 17:07:34 +00:00
FrontendTool Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:23 +00:00
Headers clang/lib/Headers/CMakeLists.txt: Unbreak cmake build. 2011-12-30 10:38:16 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex Under -fmodules, accept #public <macroname> and #private <macroname> 2012-01-03 18:24:14 +00:00
Parse Under -fmodules, accept #public <macroname> and #private <macroname> 2012-01-03 18:24:14 +00:00
Rewrite Fix canonicalization of protocol-qualified types 2012-01-02 02:00:30 +00:00
Sema objc: introduce objc_suppress_autosynthesis class 2012-01-03 18:45:41 +00:00
Serialization Don't attempt to merge a deserialized declaration with existing 2012-01-03 17:31:38 +00:00
StaticAnalyzer Fix cmake build with -DBUILD_SHARED_LIBS=ON. 2011-12-29 04:31:59 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00