llvm-project/clang/lib
Fariborz Jahanian 42455ea935 Implement objective-c++'s block pointer type matching involving
types which are contravariance in argument types and covariance
in return types. // rdar://8979379.

llvm-svn: 125445
2011-02-12 19:07:46 +00:00
..
AST Don't emit a dead store for '++' operations unless it occurs with a return statement. We've never seen any other cases that were real bugs. 2011-02-12 00:17:19 +00:00
Analysis Don't report dead stores on unreachable code paths. Fixes <rdar://problem/8405222>. 2011-02-11 23:24:26 +00:00
Basic Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. 2011-02-11 23:46:38 +00:00
CodeGen Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. 2011-02-11 23:46:38 +00:00
Driver Add braces to quiet a gcc warning. 2011-02-10 20:35:01 +00:00
Frontend Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. 2011-02-11 23:46:38 +00:00
FrontendTool CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
Headers Optimized IR for vec_splat 2010-12-01 21:59:31 +00:00
Index CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
Lex Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. 2011-02-11 23:46:38 +00:00
Parse Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! 2011-02-11 19:59:54 +00:00
Rewrite CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
Sema Implement objective-c++'s block pointer type matching involving 2011-02-12 19:07:46 +00:00
Serialization When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. 2011-02-12 07:50:47 +00:00
StaticAnalyzer Teach the IdempotentOperations checker to ignore property setters. 2011-02-12 18:50:03 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00