llvm-capstone/clang/Driver
Ted Kremenek 71c41d9561 Restore macro expansion for HTMLPrint by using the original Preprocessor.
This is a workaround until we figure out why a freshly create Preprocessor
doesn't expand macros from headers.

llvm-svn: 49897
2008-04-18 05:35:23 +00:00
..
ASTConsumers.cpp class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. 2008-04-17 22:31:54 +00:00
ASTConsumers.h class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. 2008-04-17 22:31:54 +00:00
clang.cpp class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. 2008-04-17 22:31:54 +00:00
clang.h Make -o work with -E, patch contributed by Shantonu Sen! 2008-01-27 23:55:11 +00:00
DiagChecker.cpp rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} 2008-02-06 00:23:21 +00:00
HTMLDiagnostics.cpp Fixed range highlighting bug in HTML diagnostics. 2008-04-18 05:01:33 +00:00
HTMLDiagnostics.h class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. 2008-04-17 22:31:54 +00:00
HTMLPrint.cpp Restore macro expansion for HTMLPrint by using the original Preprocessor. 2008-04-18 05:35:23 +00:00
Makefile Take 2. 2007-10-31 20:01:01 +00:00
PrintParserCallbacks.cpp Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove 2008-01-14 16:44:48 +00:00
PrintPreprocessedOutput.cpp Fix rdar://5843510 don't assert and die when an invalid output 2008-04-11 06:14:11 +00:00
RewriteObjC.cpp Addition of TranslationUnitDecl to the AST: 2008-04-17 14:40:12 +00:00
SerializationTest.cpp Call delete on the deserialized TranslationUnit object. 2008-04-03 05:03:34 +00:00
TextDiagnosticBuffer.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
TextDiagnosticBuffer.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
TextDiagnosticPrinter.cpp Allow redirecting text diagnostic printer output to any llvm::OStream, rather 2008-04-17 18:06:57 +00:00
TextDiagnosticPrinter.h Allow redirecting text diagnostic printer output to any llvm::OStream, rather 2008-04-17 18:06:57 +00:00
TextDiagnostics.cpp Fix PR1966 by ignoring non-error diagnostics from system headers even if they are 2008-02-03 09:00:04 +00:00
TextDiagnostics.h Fix PR1966 by ignoring non-error diagnostics from system headers even if they are 2008-02-03 09:00:04 +00:00