- Dec 21, 2007
-
-
Ted Kremenek authored
llvm-svn: 45291
-
Ted Kremenek authored
llvm-svn: 45290
-
Ted Kremenek authored
is best explained by illustration: [ B2 ] 1: x T: [B2.1] && ... Predecessors (1): B4 Successors (2): B3 B1 Block "B3" should be the block where we evaluate "y" when "x" evaluates to true. Previously we had the successor list reversed. Now this behavior matches with how we handle other conditional branches. Thanks to Nuno Lopes for reporting this problem. llvm-svn: 45288
-
Devang Patel authored
llvm-svn: 45287
-
Devang Patel authored
Update addPaddingFields() interface. llvm-svn: 45284
-
Fariborz Jahanian authored
(but not both) may be a protocol qualified static type. llvm-svn: 45283
-
Fariborz Jahanian authored
llvm-svn: 45277
-
Fariborz Jahanian authored
of conforming protocols (or not). llvm-svn: 45276
-
Ted Kremenek authored
are generated by transfer functions used by the path-sensitive dataflow solver. llvm-svn: 45273
-
Ted Kremenek authored
location*state vertex in an intra-procedural, path-sensitive dataflow supergraph. llvm-svn: 45272
-
- Dec 20, 2007
-
-
Fariborz Jahanian authored
llvm-svn: 45271
-
Fariborz Jahanian authored
llvm-svn: 45269
-
Ted Kremenek authored
llvm-svn: 45265
-
Fariborz Jahanian authored
More is yet to come. llvm-svn: 45263
-
Chris Lattner authored
llvm-svn: 45262
-
Seo Sanghyeon authored
llvm-svn: 45257
-
Chris Lattner authored
llvm-svn: 45248
-
Fariborz Jahanian authored
are due to arrive. llvm-svn: 45244
-
Chris Lattner authored
llvm-svn: 45243
-
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
llvm-svn: 45240
-
Chris Lattner authored
llvm-svn: 45239
-
Ted Kremenek authored
llvm-svn: 45237
-
Chris Lattner authored
llvm-svn: 45235
-
Chris Lattner authored
llvm-svn: 45234
-
Chris Lattner authored
llvm-svn: 45233
-
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
-
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
-