llvm-project/clang/lib
Fariborz Jahanian 27db0b3754 objective-c modern translator: beautify rewrite of
struct __rw_objc_super; no functionality change.

llvm-svn: 154632
2012-04-12 23:52:52 +00:00
..
ARCMigrate [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
AST Implement support for 18 of the GNU-compatible __atomic builtins. 2012-04-12 05:08:17 +00:00
Analysis [analyzer] PCH deserialization optimization. 2012-04-12 22:36:48 +00:00
Basic MIPS: Initialize MIPS CPU's name by default value. 2012-04-12 19:59:24 +00:00
CodeGen Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both 2012-04-12 20:42:30 +00:00
Driver Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). 2012-04-10 11:49:50 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend Changed all direct calls to CompletionConsumer.reset(..) to go call 2012-04-12 10:31:12 +00:00
FrontendTool Introduce a -cc1-level option -pubnames-dump, which simply dumps the 2012-03-27 18:06:49 +00:00
Headers Fix the signatures for the _mm256_storeu2_* intrinsics. 2012-04-12 16:29:08 +00:00
Index Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Lex Add a query macro for C++11 N3276, decltype does not require complete 2012-04-10 20:00:33 +00:00
Parse Added a flag to the parser to skip method bodies. 2012-04-12 10:11:59 +00:00
Rewrite objective-c modern translator: beautify rewrite of 2012-04-12 23:52:52 +00:00
Sema Warn on 64-to-32 for source value of x bits where 64 >= x > 32. 2012-04-12 22:40:54 +00:00
Serialization AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving 2012-04-10 22:49:28 +00:00
StaticAnalyzer [analyzer] PCH deserialization optimization. 2012-04-12 22:36:48 +00:00
Tooling Fixes a fix to finding the current directory: 2012-04-09 18:08:23 +00:00
CMakeLists.txt Adds a tooling library. 2012-04-04 12:07:46 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00