llvm-project/clang/Driver
Steve Naroff ad7013b1e6 Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on the source locations of the sync expression (since it may have been rewritten.
Fixes <rdar://problem/6156363> clang ObjC rewriter: rewriting attached file causes assertion failure: invalid FileID

llvm-svn: 54986
2008-08-19 13:04:19 +00:00
..
ASTConsumers.cpp Do not crash with -serialize. 2008-08-10 19:20:05 +00:00
ASTConsumers.h Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer layers on top of LLVMCodeGen (another existing ASTConsumer) to emit bitcode files to disk. This layering takes this logic out of clang.cpp and puts it directly into the ASTConsumer interface. The benefit is that now --emit-llvm works with both serialized ASTs and regular source files. 2008-08-05 18:50:11 +00:00
Analyses.def Add prototype implementation of unused ivar check. 2008-07-23 00:45:26 +00:00
AnalysisConsumer.cpp Fix regression when invoking the MissingDealloc analysis: disable this check when in -fobjc-gc-only mode. 2008-08-04 17:14:10 +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
DiagChecker.cpp * Remove isInSystemHeader() from DiagClient, move it to SourceManager 2008-08-10 19:59:06 +00:00
HTMLDiagnostics.cpp More #include cleaning 2008-08-11 04:54:23 +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 More #include cleaning 2008-08-11 04:54:23 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00
PrintParserCallbacks.cpp rename PreDefinedExpr -> PredefinedExpr 2008-08-10 01:53:14 +00:00
PrintPreprocessedOutput.cpp Use raw_ostream to output an unsigned. 2008-08-19 04:23:15 +00:00
RewriteMacros.cpp Fix typo. 2008-08-14 03:45:07 +00:00
RewriteObjC.cpp Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on the source locations of the sync expression (since it may have been rewritten. 2008-08-19 13:04:19 +00:00
SerializationTest.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
clang.cpp Add LangOptions::NeXTRuntime. 2008-08-11 21:35:06 +00:00
clang.h Allow -parse-noop -verify options to be used together. 2008-06-13 12:15:34 +00:00