llvm-project/clang/lib
Chad Rosier 2da9d6d6cf [ms-inline asm] Instantiate the MCStreamer as a NullStream. We're parsing
instruction, not emitting them, so a NullStream is fine.

llvm-svn: 162105
2012-08-17 16:38:04 +00:00
..
ARCMigrate Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
AST Fix misaligned allocation of TemplateParameterList objects. 2012-08-16 22:51:34 +00:00
ASTMatchers Fix for ASTMatchFinder to visit a functions parameter declarations. 2012-07-30 05:03:25 +00:00
Analysis [analyzer] Teach live variable analyzes that super uses self pointer. 2012-08-14 00:36:20 +00:00
Basic Avoid binding a reference to a dereferenced null pointer, if we try to emit a 2012-08-17 00:55:32 +00:00
CodeGen Temporarily revert r162066 and r162062 to see if it brings the gdb 2012-08-17 04:42:07 +00:00
Driver Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead 2012-08-17 03:39:16 +00:00
Edit clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Frontend Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid 2012-08-17 03:55:43 +00:00
FrontendTool Added -ast-list option to dump filterable AST decl node names. 2012-07-31 09:37:40 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid 2012-08-17 03:55:43 +00:00
Parse Add support for "type safety" attributes that allow checking that 'void *' 2012-08-17 00:08:38 +00:00
Rewrite Store SourceManager pointer on PrintingPolicy in the case where we're dumping, 2012-08-16 03:56:14 +00:00
Sema [ms-inline asm] Instantiate the MCStreamer as a NullStream. We're parsing 2012-08-17 16:38:04 +00:00
Serialization Remove trailing return flag from FunctionTypeLoc, since we now carry that 2012-08-14 22:51:13 +00:00
StaticAnalyzer Remove #if 0 that has been around for a long time. 2012-08-16 17:45:32 +00:00
Tooling Fixes a segfault in Tooling when using pch's: 2012-07-31 13:56:54 +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