- Dec 29, 2007
-
-
Chris Lattner authored
discussion of this change. llvm-svn: 45410
-
- Dec 25, 2007
-
-
Christopher Lamb authored
llvm-svn: 45348
-
- Dec 24, 2007
-
-
Christopher Lamb authored
llvm-svn: 45346
-
Christopher Lamb authored
llvm-svn: 45345
-
Christopher Lamb authored
llvm-svn: 45340
-
Seo Sanghyeon authored
llvm-svn: 45339
-
- Dec 23, 2007
-
-
Chris Lattner authored
llvm-svn: 45329
-
Anton Korobeynikov authored
llvm-svn: 45328
-
- Dec 21, 2007
-
-
Ted Kremenek authored
Created include/clang/Analysis/Analyses directory. - Moved LiveVariables.h and UninitializedValues.h into this dir. Moved ExprDeclBitVector.h into Analysis/Support. Updated all clients who use these headers to reflect the new paths. llvm-svn: 45292
-
- Dec 20, 2007
-
-
Ted Kremenek authored
llvm-svn: 45265
-
Ted Kremenek authored
which serializes ASTs to a common output directory. This ASTConsumer is invoked using a combination of "-o" and "-serialize" from the driver. llvm-svn: 45241
-
Ted Kremenek authored
BuildSerializer. The former serializes a single translation unit to a corresponding .ast file. The second serializes ASTs to a common emission direction. The latter is not fully implemented yet. llvm-svn: 45232
-
Ted Kremenek authored
SourceManager to allow SourceManager to directly intern the MainFileID when it is created. Removed setMainFileID(). llvm-svn: 45231
-
- 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
-
Ted Kremenek authored
be available by querying the SourceManager within the ASTContext referenced by the TranslationUnit. llvm-svn: 45223
-
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
-
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
-
Steve Naroff authored
Soften the macro rewrite error to a warning (and change the text). llvm-svn: 45209
-
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
-
- Dec 18, 2007
-
-
Ted Kremenek authored
the standalone functions ReadASTBitcodeFile and EmitASTBitcodeFile respectively. llvm-svn: 45180
-
Ted Kremenek authored
TranslationUnit. llvm-svn: 45177
-
Ted Kremenek authored
llvm-svn: 45175
-
Fariborz Jahanian authored
llvm-svn: 45174
-
- Dec 17, 2007
-
-
Fariborz Jahanian authored
the protocol list (id<P,...> types). llvm-svn: 45121
-
Chris Lattner authored
the create method. llvm-svn: 45109
-
Fariborz Jahanian authored
llvm-svn: 45107
-
Chris Lattner authored
llvm-svn: 45106
-
Fariborz Jahanian authored
Also fixed indentation problems. llvm-svn: 45105
-
Ted Kremenek authored
llvm-svn: 45104
-
Ted Kremenek authored
warnings. This flag is the inverse of to GCC's -Wformat-nonliteral option (in the clang driver, these warnings are on by default). Patch provided by Shantonu Sen. llvm-svn: 45103
-
Chris Lattner authored
llvm-svn: 45102
-
Chris Lattner authored
the internal representation. This also fixes a bug where -I foo -F foo would not search foo as both a normal and framework include dir. llvm-svn: 45092
-
Chris Lattner authored
llvm-svn: 45091
-
Chris Lattner authored
llvm-svn: 45090
-
Chris Lattner authored
llvm-svn: 45089
-
Chris Lattner authored
llvm-svn: 45087
-