hanchenye-llvm-project/clang/Driver
Matthijs Kooijman 0fb56e50b1 Make clang work on 32 bit powerpc linux.
Patch by Nick Lewycky!

llvm-svn: 52777
2008-06-26 08:39:30 +00:00
..
ASTConsumers.cpp Implement printing for ObjCClassDecl's, patch by Jean-Daniel Dupas! 2008-06-21 21:40:20 +00:00
ASTConsumers.h Moved LangOptions from TranslationUnit to ASTContext. This induced a variety of cleanups in some ASTConsumers. 2008-06-04 15:55:15 +00:00
DiagChecker.cpp Allow -parse-noop -verify options to be used together. 2008-06-13 12:15:34 +00:00
HTMLDiagnostics.cpp Improve HTMLDiagnostics by understanding the "Below" hint. 2008-05-06 23:42:18 +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 simplify ownership of the predefines buffer. 2008-04-19 23:09:31 +00:00
Makefile Link in LLVMAnalysis after LLVMCodeGen, since the latter depends on the former 2008-06-26 08:37:29 +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
RewriteMacros.cpp make rewrite macros insert a space when commenting out macros where the token didn't 2008-06-03 06:10:17 +00:00
RewriteObjC.cpp Switch 'super' from being a weird cast thing to being a predefined expr node. 2008-06-21 18:04:54 +00:00
SerializationTest.cpp Moved LangOptions from TranslationUnit to ASTContext. This induced a variety of cleanups in some ASTConsumers. 2008-06-04 15:55:15 +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
clang.cpp Make clang work on 32 bit powerpc linux. 2008-06-26 08:39:30 +00:00
clang.h Allow -parse-noop -verify options to be used together. 2008-06-13 12:15:34 +00:00