llvm-project/clang/lib
Marcin Swiderski e5a1e8ae12 Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperatorCallExpr represents method call.
Also fixed returning ExpolodedNodeSet from VisitCXXMethodCallExpr.

llvm-svn: 119684
2010-11-18 06:29:23 +00:00
..
AST a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte 2010-11-17 07:37:15 +00:00
Analysis Remove invalid assertion from CFG builder. When building the CFG pieces for a ternary '?' expression, 2010-11-15 22:59:22 +00:00
Basic Make sure to always check the result of 2010-11-12 07:15:47 +00:00
Checker Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperatorCallExpr represents method call. 2010-11-18 06:29:23 +00:00
CodeGen comparison of AltiVec vectors now gives bool result (fix for 7533) 2010-11-18 03:19:30 +00:00
Driver -Rename -Wargument-larger-than -> -Wlarge-by-value-copy 2010-11-18 00:20:36 +00:00
Frontend -Rename -Wargument-larger-than -> -Wlarge-by-value-copy 2010-11-18 00:20:36 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers turned pointers into pointers to const in function parameters in all functions/builtins accepting pointers to a const-qualified type according to PIM and "Language Extensions for CBEA" 2010-11-16 20:09:36 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex move getSpelling from Preprocessor to Lexer, which it is more conceptually related to. 2010-11-17 07:26:20 +00:00
Parse For an Objective-C @synthesize statement, e.g., 2010-11-17 01:03:52 +00:00
Rewrite Kill CK_Unknown references in the ObjC rewriter. The actual 2010-11-15 09:46:46 +00:00
Sema comparison of AltiVec vectors now gives bool result (fix for 7533) 2010-11-18 03:19:30 +00:00
Serialization For an Objective-C @synthesize statement, e.g., 2010-11-17 01:03:52 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00