llvm-project/clang/lib
Fariborz Jahanian 4460e0f805 modern objective-c translation: support for
dictionary literals. This concludes // rdar://10803676

llvm-svn: 154218
2012-04-06 22:29:36 +00:00
..
ARCMigrate [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
AST Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. 2012-04-06 18:12:22 +00:00
Analysis Do not crash in the callgraph construction when encountering deleted function definitions. Fixes <rdar://problem/11178609>. 2012-04-05 04:03:23 +00:00
Basic SourceManager: Vectorize ComputeLineNumbers for SSE2. 2012-04-06 20:49:55 +00:00
CodeGen Use atexit when __cxa_atexit isn't available instead of adding a 2012-04-06 18:21:06 +00:00
Driver MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. 2012-04-06 20:14:27 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend [analyzer] Enable retry exhausted without inlining by default. 2012-03-28 19:59:16 +00:00
FrontendTool Introduce a -cc1-level option -pubnames-dump, which simply dumps the 2012-03-27 18:06:49 +00:00
Headers Correctly check argument types for some vector macros in smmintrin.h. Put parentheses around uses of vector macro arguments. 2012-03-30 07:01:17 +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 [Lex] Add support for 'user specified system frameworks' (see test case). 2012-04-05 17:10:06 +00:00
Parse Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. 2012-04-06 18:12:22 +00:00
Rewrite modern objective-c translation: support for 2012-04-06 22:29:36 +00:00
Sema Thread safety analysis: downgraded requirement that mutex expressions refer to a lockable type from error to warning. 2012-04-06 20:02:30 +00:00
Serialization Remove dead assignment to local variable. 2012-04-04 00:55:21 +00:00
StaticAnalyzer Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that when we generate a new ExplodedNode 2012-04-06 22:10:18 +00:00
Tooling Tooling.cpp: Reorder inclusions according to the conding standards. 2012-04-04 13:59:41 +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