hanchenye-llvm-project/clang/lib
David Blaikie d89b99d421 DebugInfo: emit the definition of types when construction vtables are required as these types may never end up emitting the full class data
This might be able to be optimized further by only doing this in the
absence of a key function, but it doesn't look like GCC is doing that so
I'm not rushing to do it just yet.

llvm-svn: 189022
2013-08-22 15:23:05 +00:00
..
ARCMigrate ObjectibeC migrator. Annotate cf_consumed arguments, 2013-08-21 19:37:47 +00:00
AST Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
ASTMatchers
Analysis Analysis: Make %I in printf more reasonable, add more tests 2013-08-22 07:53:21 +00:00
Basic Move -mfpmath handling to -cc1 and implement it for x86. 2013-08-21 21:59:03 +00:00
CodeGen DebugInfo: emit the definition of types when construction vtables are required as these types may never end up emitting the full class data 2013-08-22 15:23:05 +00:00
Driver Move -mfpmath handling to -cc1 and implement it for x86. 2013-08-21 21:59:03 +00:00
Edit
Format clang-format: Add column layout formatting for braced lists 2013-08-22 15:00:41 +00:00
Frontend Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
FrontendTool
Headers Fix the name and the type of the argument for intrinisc 2013-08-17 16:40:09 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
Parse Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
Rewrite Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
Sema Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
Serialization Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
StaticAnalyzer Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
Tooling
CMakeLists.txt
Makefile