- Oct 25, 2011
-
-
Ted Kremenek authored
llvm-svn: 142885
-
Richard Smith authored
llvm-svn: 142884
-
Dan Gohman authored
llvm-svn: 142883
-
Dan Gohman authored
llvm-svn: 142881
-
Dan Gohman authored
llvm-svn: 142879
-
Devang Patel authored
llvm-svn: 142873
-
Richard Smith authored
lvalue-to-rvalue conversion on the LHS operand of '->'. llvm-svn: 142872
-
Richard Smith authored
llvm-svn: 142866
-
Douglas Gregor authored
analysis to separate dependent names from non-dependent names. For dependent names, we'll behave differently from Visual C++: - For __if_exists/__if_not_exists at class scope, we'll just warn and then ignore them. - For __if_exists/__if_not_exists in statements, we'll treat the inner statement as a compound statement, which we only instantiate in templates where the dependent name (after instantiation) exists. This behavior is different from VC++, but it's as close as we can get without encroaching ridiculousness. The latter part (dependent statements) is not yet implemented. llvm-svn: 142864
-
Eli Friedman authored
llvm-svn: 142863
-
Douglas Gregor authored
unknown specialization, treat this the same way as if the name were not found in the current instantiation. No actual functionality change, since apparently nothing depends on this. llvm-svn: 142862
-
- Oct 24, 2011
-
-
Anna Zaks authored
Renamed PureNodeBuilder->StmtNodeBuilder. llvm-svn: 142849
-
Anna Zaks authored
llvm-svn: 142848
-
Anna Zaks authored
llvm-svn: 142847
-
Anna Zaks authored
- OSAtomicChecker - ExprEngine::processStmt llvm-svn: 142846
-
Richard Smith authored
rvalues, as C++11 constant evaluation semantics require. DeclRefs referring to references can now use the normal initialization-caching codepath, which incidentally fixes a crash in cyclic initialization of references. llvm-svn: 142844
-
Chandler Carruth authored
Suggested by John McCall. llvm-svn: 142836
-
Richard Smith authored
llvm-svn: 142835
-
Richard Smith authored
floating-point literals if they are the immediate operands of casts. ImplicitCastExpr is not a cast in the language-standards sense. llvm-svn: 142832
-
Anna Zaks authored
This commit removes the major functional dependency on the ExprEngine::Builder member variable. In some cases the code became more verbose. Particularly, we call takeNodes() and addNodes() to move responsibility for the nodes from one builder to another. This will get simplified later on. llvm-svn: 142831
-
Anna Zaks authored
llvm-svn: 142830
-
Anna Zaks authored
llvm-svn: 142829
-
Anna Zaks authored
To convert iteratively, we take the nodes the local builder will process from the from the global builder and add the generated nodes after the short lived builder is done. PureStmtNodeBuilder is the one we should eventually use everywhere. Added Stmt index and Builder context as ExprEngine globals. To avoid passing them around. llvm-svn: 142828
-
Anna Zaks authored
First step toward removing the global Stmt builder. Added several transitional methods (like takeNodes/addNodes). + Stop early if the set of exploded nodes for the next iteration is empty. llvm-svn: 142827
-
Anna Zaks authored
This moves the responsibility for storing the output node set from the builder to the clients. The builder is just responsible for transforming an input set into the output set: {SrcSet/SrcNode} -> {Frontier}. llvm-svn: 142826
-
Peter Collingbourne authored
llvm-svn: 142814
-
Richard Smith authored
caching. llvm-svn: 142812
-
Fariborz Jahanian authored
llvm-svn: 142807
-
Argyrios Kyrtzidis authored
Ted came upon the bug but I couldn't make a test out of it. llvm-svn: 142805
-
Benjamin Kramer authored
llvm-svn: 142803
-
Douglas Gregor authored
llvm-svn: 142798
-
Douglas Gregor authored
llvm-svn: 142797
-
David Chisnall authored
llvm-svn: 142796
-
David Chisnall authored
llvm-svn: 142795
-
NAKAMURA Takumi authored
llvm-svn: 142792
-
NAKAMURA Takumi authored
llvm-svn: 142791
-
Chandler Carruth authored
to match the CMakeLists.txt change in r142782; this should fix the CMake build. llvm-svn: 142784
-
Ted Kremenek authored
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. llvm-svn: 142782
-
- Oct 23, 2011
-
-
Peter Collingbourne authored
llvm-svn: 142760
-
Peter Collingbourne authored
llvm-svn: 142759
-