llvm-project/clang/lib
Richard Smith 0cd4ab194b Update to new resolution for DR1458. When taking the address of an object of
incomplete class type which has an overloaded operator&, it's now just
unspecified whether the overloaded operator or the builtin is used.

llvm-svn: 150234
2012-02-10 07:41:06 +00:00
..
ARCMigrate Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
AST Update to new resolution for DR1458. When taking the address of an object of 2012-02-10 07:41:06 +00:00
Analysis Tweak format string checking to work with %@ and ObjC toll-free bridging. <rdar://problem/10814120> 2012-02-06 21:45:29 +00:00
Basic Kill the brief and full explanation fields from StaticDiagInfoRec. They were unused and wasted space for nothing. 2012-02-09 19:38:26 +00:00
CodeGen Remove evil const_cast that's not needed anymore. 2012-02-09 22:45:21 +00:00
Driver Correct comment Clang C++ use in production. 2012-02-09 03:57:02 +00:00
Frontend Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. 2012-02-07 22:29:24 +00:00
FrontendTool Make use of const-correct ParseCommandLineOptions 2012-02-07 19:36:38 +00:00
Headers Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builtin_shufflevector. 2012-02-08 07:33:36 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Fixing hex floating literal support so that it handles 0x.2p2 properly. 2012-02-08 13:36:33 +00:00
Parse Make parsing of objc @implementations more robust. 2012-02-07 16:50:53 +00:00
Rewrite objc translator: mode modern abi stuff. 2012-02-10 00:04:22 +00:00
Sema Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is used so profusely 2012-02-10 02:45:47 +00:00
Serialization [PCH] Add some comments, per Ted's request. 2012-02-09 07:46:54 +00:00
StaticAnalyzer [analyzer] MallocChecker Cleanup - harden against crashes, fix an error 2012-02-10 01:11:00 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00