- Jul 23, 2009
-
-
Chris Lattner authored
a better solution for it in the future. llvm-svn: 76818
-
Dan Gohman authored
llvm-svn: 76817
-
Eli Friedman authored
llvm-svn: 76816
-
Argyrios Kyrtzidis authored
Now when creating a Preprocessor we can pass it a temporary LangOptions object instead of having to remember to keep it around. llvm-svn: 76815
-
Mike Stump authored
llvm-svn: 76814
-
Mike Stump authored
llvm-svn: 76813
-
Dan Gohman authored
llvm-svn: 76812
-
Dan Gohman authored
llvm-svn: 76811
-
Dan Gohman authored
which stand for no-unsigned-wrap and no-signed-wrap. llvm-svn: 76810
-
Ted Kremenek authored
Educate GRExprEngine::VisitGraph() about 'PreStmt'. Mark the constructor of 'PostStmt' to be explicit, preventing implicit conversions and the selection of the wrong 'generateNode' method in GRStmtNodeBuilder. Constify a bunch of arguments, which falls out of the changes to ProgramPoint. llvm-svn: 76809
-
David Greene authored
Reorder if-else branches as suggested by Bill. llvm-svn: 76808
-
Eli Friedman authored
llvm-svn: 76807
-
David Goodwin authored
llvm-svn: 76806
-
Dan Gohman authored
llvm-svn: 76805
-
Douglas Gregor authored
Calls to Sema::MatchTemplateParametersToScopeSpecifier should not depend on the order of evaluation of their arguments to be correct. llvm-svn: 76804
-
Evan Cheng authored
llvm-svn: 76803
-
Dan Gohman authored
unintended matches. llvm-svn: 76802
-
- Jul 22, 2009
-
-
David Greene authored
Constify the key in Mi2IndexMap. llvm-svn: 76801
-
Ted Kremenek authored
llvm-svn: 76800
-
Evan Cheng authored
llvm-svn: 76799
-
Ted Kremenek authored
llvm-svn: 76798
-
Ted Kremenek authored
'Checker' interface. An updated test case illustrates that after calling a function with the 'nonnull' attribute we now register the fact that the passed pointer must be non-null. This retention of information was not possible with the previously used GRSimpleAPICheck interface. llvm-svn: 76797
-
Eli Friedman authored
definitions. I'm not very familiar with this code, so please review. llvm-svn: 76796
-
Ted Kremenek authored
llvm-svn: 76795
-
Ted Kremenek authored
Add a 'previsit' stage (that dispatches to registered Checkers) when evaluating the effects of CallExprs. llvm-svn: 76794
-
Ted Kremenek authored
interface to plug in domain-specific checker logic than the current GRSimpleAPICheck interface. The new 'Checker' interface can actually generate new nodes, allowing it to modify the state and refine the analysis (which GRSimpleAPIChecks could not). llvm-svn: 76793
-
Ted Kremenek authored
llvm-svn: 76792
-
Ted Kremenek authored
preconditions (in GRExprEngine) before the statement itself is evaluated. llvm-svn: 76791
-
Ted Kremenek authored
llvm-svn: 76790
-
Daniel Dunbar authored
simplification. - NFC llvm-svn: 76789
-
Douglas Gregor authored
real. It turns out that we need to actually move all of the qualifiers up to the array type itself, then recanonicalize the deduced template argument type. llvm-svn: 76788
-
Devang Patel authored
llvm-svn: 76787
-
Daniel Dunbar authored
llvm-svn: 76786
-
Daniel Dunbar authored
llvm-svn: 76785
-
Mike Stump authored
llvm-svn: 76784
-
Douglas Gregor authored
llvm-svn: 76783
-
Daniel Dunbar authored
llvm-svn: 76782
-
David Greene authored
Put comment printing under asm-verbose. llvm-svn: 76780
-
Eli Friedman authored
llvm-svn: 76779
-
Daniel Dunbar authored
llvm-svn: 76778
-