llvm-capstone/clang/Driver
Daniel Dunbar f4693e289a Add more output to clang -parse-print-callbacks
- Just added prints for all the action functions. Ideally this would
   be extended to print all the information for the actions.

llvm-svn: 54259
2008-08-01 00:41:12 +00:00
..
Analyses.def Add prototype implementation of unused ivar check. 2008-07-23 00:45:26 +00:00
AnalysisConsumer.cpp Add prototype implementation of unused ivar check. 2008-07-23 00:45:26 +00:00
AnalysisConsumer.h Provide an "Analysis Scope" for Analyses so checks can either be run on code declarations (bodies) or Objective-C @implementation blocks. 2008-07-15 00:46:02 +00:00
ASTConsumers.cpp introduce a new ObjCList templated class and start moving 2008-07-21 18:19:38 +00:00
ASTConsumers.h Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer. 2008-07-02 18:23:21 +00:00
clang.cpp "This patch adds paths for Fedora 9 in clang.cpp and support for two preprocessor options in ccc." 2008-07-24 03:49:15 +00:00
clang.h Allow -parse-noop -verify options to be used together. 2008-06-13 12:15:34 +00:00
DiagChecker.cpp Allow -parse-noop -verify options to be used together. 2008-06-13 12:15:34 +00:00
HTMLDiagnostics.cpp Fix regression in range highlighting in HTML output. 2008-07-29 23:35:38 +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 In a report-XXXXX.html, make the title include the name of the file with the bug. Patch by Jean-Daniel Dupas! 2008-07-07 18:31:05 +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 Add more output to clang -parse-print-callbacks 2008-08-01 00:41:12 +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 comment out #pragma mark and #warning directives. 2008-07-25 16:37:06 +00:00
RewriteObjC.cpp Fix incomplete implementation for rewriting protocol refs. 2008-07-29 18:15:38 +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