- Jul 23, 2009
-
-
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
-
Douglas Gregor authored
llvm-svn: 76777
-
Fariborz Jahanian authored
ctor's initialization of bases and fields. llvm-svn: 76776
-
David Greene authored
Make some changes suggested by Bill and Evan. llvm-svn: 76775
-
Douglas Gregor authored
llvm-svn: 76774
-
Douglas Gregor authored
const T can be matched with, e.g., volatile int [5] llvm-svn: 76773
-
Mike Stump authored
llvm-svn: 76772
-
Mike Stump authored
llvm-svn: 76771
-
Devang Patel authored
This requires llvm rev. 76769 or higher. llvm-svn: 76770
-
Devang Patel authored
llvm-svn: 76769
-
Sanjiv Gupta authored
llvm-svn: 76768
-
Devang Patel authored
llvm-svn: 76767
-
Douglas Gregor authored
[class.union]p1", from John McCall! llvm-svn: 76766
-