llvm-project/clang/lib
Alexis Hunt c6d1d946e7 Remember to add a has_feature macro for __underlying_type now that it is
correctly impelmented

llvm-svn: 135401
2011-07-18 17:08:00 +00:00
..
ARCMigrate [arcmt] When a NSData's 'bytes' family of methods are used on a local var, 2011-07-18 07:44:50 +00:00
AST Define DiagnosticBuilder<<APValue so it's easy to include APValues in 2011-07-18 16:43:53 +00:00
Analysis Revert r135217, which wasn't the correct fix for PR10358. With this 2011-07-16 22:27:02 +00:00
Basic simplify 2011-07-14 18:45:41 +00:00
CodeGen Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previously explicit non-default constructors were used. 2011-07-18 12:00:32 +00:00
Driver Correctly handle sysroot prefix in -print-search-dirs. Makes libtool 2011-07-16 10:50:05 +00:00
Frontend Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previously explicit non-default constructors were used. 2011-07-18 12:00:32 +00:00
FrontendTool [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. 2011-07-09 20:00:58 +00:00
Headers lib/Headers/mm_malloc.h: Use __mingw_aligned_malloc() in _mm_malloc() on mingw. 2011-07-18 11:13:50 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Remember to add a has_feature macro for __underlying_type now that it is 2011-07-18 17:08:00 +00:00
Parse PR10359: Template declarations which define classes are not permitted to also contain declarators. Previously we would accept code like this: 2011-07-14 21:35:26 +00:00
Rewrite Switch a comment in Rewrite from 'instantiation' to 'expansion'. 2011-07-15 00:04:40 +00:00
Sema Use the new llvm::TinyPtrVector class, which implements exactly what 2011-07-18 01:54:02 +00:00
Serialization Augment the interface of ExternalASTSource::FindExternalLexicalDecls() 2011-07-15 21:46:17 +00:00
StaticAnalyzer [analyzer] Place checking for Core Foundation "Create" rule into a proper API. No functionality change. 2011-07-16 19:50:32 +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