llvm-project/clang/lib
Bill Wendling 8392a47174 Use SmallVector instead of std::vector.
llvm-svn: 149976
2012-02-07 09:40:07 +00:00
..
ARCMigrate Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
AST Make FunctionDecl::doesDeclarationForceExternallyVisibleDefinition use the same logic as FunctionDecl::isInlineDefinitionExternallyVisible to figure out whether to emit a definition. Based on work by Anton Yartsev. 2012-02-07 03:50:18 +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 Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
CodeGen Use SmallVector instead of std::vector. 2012-02-07 09:40:07 +00:00
Driver Filter a few more options not recognized by gcc. <rdar://problem/10814020> 2012-02-07 01:17:55 +00:00
Frontend Move instantiateTemplateAttribute into the sema namespace, make helpers static. 2012-02-06 11:13:08 +00:00
FrontendTool Basic: import OwningPtr<> into clang namespace 2012-02-05 02:12:40 +00:00
Headers Add C11 FLT_TRUE_MIN and friends. <rdar://problem/10812837>. 2012-02-07 01:02:19 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Move instantiateTemplateAttribute into the sema namespace, make helpers static. 2012-02-06 11:13:08 +00:00
Parse Added source location for the template keyword in DependentTemplateSpecializationTypeLoc nodes (DTSTLoc). 2012-02-06 22:45:07 +00:00
Rewrite Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
Sema Fix a bug in semantic analysis involving anonymous structs and flexible arrays. 2012-02-07 05:00:47 +00:00
Serialization Added source location for the template keyword in DependentTemplateSpecializationTypeLoc nodes (DTSTLoc). 2012-02-06 22:45:07 +00:00
StaticAnalyzer Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in PathDiagnostics from other events. This will 2012-02-07 02:27:37 +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