llvm-project/clang/lib
Douglas Gregor f8715de599 Since CreateTargetInfo is taking ownership of the target options, pass
it as a pointer. 

llvm-svn: 168136
2012-11-16 04:24:59 +00:00
..
ARCMigrate s/tranform/transform/ 2012-11-14 15:08:31 +00:00
AST Fix PR14321, a crash when Clang is built with GCC 4.7 at -O1 or greater. 2012-11-16 01:14:52 +00:00
ASTMatchers Do not use data recursion in ASTMatchFinder. 2012-11-15 03:29:05 +00:00
Analysis Fix bad CFG construction bug when handling C++ 'try' statements. 2012-11-13 00:12:13 +00:00
Basic Since CreateTargetInfo is taking ownership of the target options, pass 2012-11-16 04:24:59 +00:00
CodeGen A step towards sorting out handling of triviality of special members in C++11. 2012-11-16 00:53:38 +00:00
Driver block extended signatur option. Change previous option 2012-11-15 19:02:45 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Since CreateTargetInfo is taking ownership of the target options, pass 2012-11-16 04:24:59 +00:00
FrontendTool PR14303: Add a NoDriverOption flag to those options which are not accepted by 2012-11-09 22:36:44 +00:00
Headers Code cleanup: Remove trailing whitespace in unwind.h. 2012-11-14 06:33:58 +00:00
Lex If an excluded header does not exist, just ignore it 2012-11-15 19:47:16 +00:00
Parse PR9903: Recover from a member functon declared with the 'typedef' specifier by 2012-11-15 22:54:20 +00:00
Rewrite objective-C modern translator. Start the line 2012-11-07 18:15:53 +00:00
Sema Take into account the zero sign bit for positive numbers when computing the bit 2012-11-16 01:32:40 +00:00
Serialization [modules] Use a memory buffer directly as input for the module includes, 2012-11-15 18:57:27 +00:00
StaticAnalyzer [analyzer] Fix a use-after-free introduced in r168019. 2012-11-15 20:10:05 +00:00
Tooling Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00