- Dec 19, 2007
-
-
Ted Kremenek authored
both Preprocessor and ASTContext, we no longer need to explicitly pass MainFileID around in function calls that also pass either Preprocessor or ASTContext. This resulted in some nice cleanups in the ASTConsumers and the driver. llvm-svn: 45228
-
Ted Kremenek authored
llvm-svn: 45227
-
Ted Kremenek authored
in SourceManager. llvm-svn: 45225
-
Steve Naroff authored
Various tweaks to the get/lookup instance/class method API's. llvm-svn: 45224
-
Ted Kremenek authored
be available by querying the SourceManager within the ASTContext referenced by the TranslationUnit. llvm-svn: 45223
-
Chris Lattner authored
llvm-svn: 45222
-
Ted Kremenek authored
doing clang --help. llvm-svn: 45215
-
Ted Kremenek authored
rewired to utilize this option. Renamed option --serialize-ast --serialize. llvm-svn: 45213
-
Chris Lattner authored
llvm-svn: 45212
-
Ted Kremenek authored
Added "SourceFile" string to TranslationUnit to record corresponding source file. Updated serialization of TranslationUnits and logic in the driver to correctly pass the source file information to the serializer. llvm-svn: 45211
-
Chris Lattner authored
llvm-svn: 45210
-
Steve Naroff authored
Soften the macro rewrite error to a warning (and change the text). llvm-svn: 45209
-
Fariborz Jahanian authored
llvm-svn: 45208
-
Ted Kremenek authored
Added AST/ASTConsumer.cpp to XCode project. llvm-svn: 45206
-
Chris Lattner authored
llvm-svn: 45205
-
Chris Lattner authored
llvm-svn: 45204
-
Fariborz Jahanian authored
protocol list. llvm-svn: 45203
-
Anders Carlsson authored
llvm-svn: 45202
-
Ted Kremenek authored
CreateASTSerializer. llvm-svn: 45201
-
Steve Naroff authored
Emit errors when attempting to rewrite ObjC expressions that originate from a macro expansion. We plan on fixing this and removing this restriction after the break... llvm-svn: 45200
-
Steve Naroff authored
Revert Anders r45191 commit...it broke several of the tests. llvm-svn: 45199
-
Anders Carlsson authored
llvm-svn: 45195
-
Anders Carlsson authored
llvm-svn: 45191
-
Chris Lattner authored
llvm-svn: 45189
-
Chris Lattner authored
llvm-svn: 45188
-
- Dec 18, 2007
-
-
Ted Kremenek authored
ADT storing FileEntry's in FileManager from a map to a set. llvm-svn: 45184
-
Ted Kremenek authored
to serialized source files. llvm-svn: 45183
-
Ted Kremenek authored
the standalone functions ReadASTBitcodeFile and EmitASTBitcodeFile respectively. llvm-svn: 45180
-
Steve Naroff authored
Fix serious regression with ObjcInterfaceDecl. Now that we are storing -1 to mean undefined, we need to change the respective getters from unsigned->int. llvm-svn: 45179
-
Ted Kremenek authored
TranslationUnit. llvm-svn: 45177
-
Ted Kremenek authored
llvm-svn: 45176
-
Ted Kremenek authored
llvm-svn: 45175
-
Fariborz Jahanian authored
llvm-svn: 45174
-
Ted Kremenek authored
accessors to FileEntry to query these values. llvm-svn: 45171
-
Chris Lattner authored
reported by Seo. llvm-svn: 45156
-
Chris Lattner authored
llvm-svn: 45155
-
Chris Lattner authored
int foo() { typedef int x[foo()]; static int y = sizeof(x); } previously we'd emit it on the typedef, which made not sense at all. llvm-svn: 45154
-
Chris Lattner authored
this method. llvm-svn: 45153
-
Chris Lattner authored
llvm-svn: 45152
-
Chris Lattner authored
llvm-svn: 45149
-