hanchenye-llvm-project/clang/lib
Rafael Espindola fffc1ce1d7 Fix PR9614 for functions with the always_inline attribute. Try to keep
the common case (-O0, no always_inline) fast.

llvm-svn: 143222
2011-10-28 20:43:56 +00:00
..
ARCMigrate Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
AST Reinstate r142844 (reverted in r142872) now that lvalue-to-rvalue conversions 2011-10-28 17:51:58 +00:00
Analysis Teach format string analysis that "%zu" means size_t. 2011-10-27 08:29:09 +00:00
Basic Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
CodeGen Fix PR9614 for functions with the always_inline attribute. Try to keep 2011-10-28 20:43:56 +00:00
Driver Allow the -fno-operator-names option to be passed down to the rest 2011-10-25 07:13:06 +00:00
Frontend Add mutex for accessing ASTUnit's global OnDisk data. This may be an issue as libclang could be processing multiple ASTUnit's at once. 2011-10-27 19:44:25 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r138769. 2011-10-06 20:31:50 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
Parse Handle redundant 'typename' on base class specifications. 2011-10-25 18:46:41 +00:00
Rewrite Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
Sema objective-c arc: type-casting of an objc pointer to 2011-10-28 20:06:07 +00:00
Serialization [PCH] Pull the location out of the serialized declarations and put it in the array 2011-10-27 18:47:35 +00:00
StaticAnalyzer [analyzer] ObjC message sends to nil receivers that return structs are now okay (compiler zeroes out the data). Fixes <rdar://problem/9151319>. 2011-10-28 19:05:10 +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