hanchenye-llvm-project/clang/Driver
Steve Naroff 43bafa78b3 Remove BlockStmtExpr.
Block literals are now represented by the concrete BlockExpr class.
This is cleanup (removes a FIXME).
No functionality change.

llvm-svn: 56288
2008-09-17 18:37:59 +00:00
..
ASTConsumers.cpp Patch by Csaba Hruska! 2008-09-13 05:16:45 +00:00
ASTConsumers.h Add support for rewriting blocks... 2008-09-17 00:13:27 +00:00
Analyses.def Add prototype implementation of unused ivar check. 2008-07-23 00:45:26 +00:00
AnalysisConsumer.cpp Output "ANALYZE:" diagnostics to STDOUT instead of STDERR. 2008-09-04 00:02:50 +00:00
AnalysisConsumer.h Added Ubigraph visualization for the static analyzer (this is pretty alpha quality). 2008-08-27 22:31:43 +00:00
DiagChecker.cpp Add support for expected-note to Clang's -verify option 2008-09-11 02:46:36 +00:00
HTMLPrint.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
PrintParserCallbacks.cpp rename PreDefinedExpr -> PredefinedExpr 2008-08-10 01:53:14 +00:00
PrintPreprocessedOutput.cpp Workaround gcc bug causing crash on our preprocessed outputs. 2008-09-05 03:22:57 +00:00
RewriteBlocks.cpp Remove BlockStmtExpr. 2008-09-17 18:37:59 +00:00
RewriteMacros.cpp Patch by Csaba Hruska! 2008-09-13 05:16:45 +00:00
RewriteObjC.cpp Patch by Csaba Hruska! 2008-09-13 05:16:45 +00:00
SerializationTest.cpp Patch by Csaba Hruska! 2008-09-13 05:16:45 +00:00
clang.cpp Add --suppress-system-warnings (on by default, use =0 to disable) 2008-09-12 18:10:20 +00:00
clang.h Allow -parse-noop -verify options to be used together. 2008-06-13 12:15:34 +00:00