llvm-project/clang/lib
Fariborz Jahanian 2c00acd67f objective-c modern translator: rewriting specific
implicit casts which is needed to produce good c++
code. // rdar://11202764

llvm-svn: 154360
2012-04-10 00:08:18 +00:00
..
ARCMigrate [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
AST Don't forget to evaluate the subexpression in a null pointer cast. If we're 2012-04-08 08:02:07 +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 Revert r154321, pending more discussion. 2012-04-09 17:25:11 +00:00
Driver Fix an annoying little bug I found while debugging another LTO issue. Gold 2012-04-09 23:53:34 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend Revert r154321, pending more discussion. 2012-04-09 17:25:11 +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 ext_reserved_user_defined_literal must not default to Error in MicrosoftMode. Hence create ext_ms_reserved_user_defined_literal that doesn't default to Error; otherwise MSVC headers won't parse. 2012-04-07 23:09:23 +00:00
Parse Fix bugs found by -Wconstant-conversion improvements currently under review. 2012-04-09 16:37:11 +00:00
Rewrite objective-c modern translator: rewriting specific 2012-04-10 00:08:18 +00:00
Sema My original patch missed the virtual-base case for destroying 2012-04-09 21:51:56 +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 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