- Mar 05, 2008
-
-
Chris Lattner authored
llvm-svn: 47954
-
Chris Lattner authored
llvm-svn: 47953
-
Chris Lattner authored
llvm-svn: 47952
-
Chris Lattner authored
llvm-svn: 47951
-
Ted Kremenek authored
Updated CFGStmtVisitor to be in accord with rr47913: CallExprs are no longer (automatically) block-level expressions in the CFG. llvm-svn: 47935
-
Chris Lattner authored
theoretically useful, but not useful in practice. It adds a bunch of complexity, and not much value. It's best to nuke it. One big advantage is that it means the target interfaces will soon lose their SLoc arguments and target queries can never emit diagnostics anymore (yay). Removing this also simplifies some of the core preprocessor which should make it slightly faster. Ted, I didn't simplify TripleProcessor, which can now have at most one triple, and can probably just be removed. Please poke at it when you have time. llvm-svn: 47930
-
Ted Kremenek authored
ExplodedGraph. This allows us to build "layered" ExplodedGraphs where one simulation is layered on another. llvm-svn: 47926
-
Chris Lattner authored
llvm-svn: 47925
-
Ted Kremenek authored
GRStmtNodeBuilder and is now responsible for adding its own nodes to the graph. llvm-svn: 47923
-
Ted Kremenek authored
This is conceptually much cleaner, as it shows that the state is always a pointer. It also makes it easier to marshall these values around across the internal APIs of the path-sensitive engine. llvm-svn: 47921
-
Ted Kremenek authored
of the entire checker. llvm-svn: 47920
-
Ted Kremenek authored
allow us to pass the builder to plug-in transfer functions and allow those functions to create intermediate nodes. llvm-svn: 47919
-
Ted Kremenek authored
Made GRExprEngine::NodeSet a typedef of ExplodedNodeSet. llvm-svn: 47914
-
- Mar 04, 2008
-
-
Ted Kremenek authored
llvm-svn: 47913
-
Ted Kremenek authored
llvm-svn: 47912
-
Ted Kremenek authored
passed-by-reference to builtin functions until we have better builtin support. llvm-svn: 47910
-
Anders Carlsson authored
llvm-svn: 47902
-
Ted Kremenek authored
structs (local variables) to Unknown instead of Undefined. (added FIXME to initialize *members* of struct to undefined) llvm-svn: 47901
-
Ted Kremenek authored
llvm-svn: 47898
-
Ted Kremenek authored
llvm-svn: 47894
-
Chris Lattner authored
llvm-svn: 47893
-
Ted Kremenek authored
TargetInfo::AddSecondaryTarget is now private, as it is only used during object construction. llvm-svn: 47891
-
Ted Kremenek authored
variables that are pointers or integers. llvm-svn: 47880
-
Ted Kremenek authored
to bifurcate at the wrong places and not propagate at others. llvm-svn: 47876
-
Ted Kremenek authored
llvm-svn: 47873
-
- Mar 03, 2008
-
-
Chris Lattner authored
llvm-svn: 47856
-
Anders Carlsson authored
Temporarily rename mmintrin.h so that it won't clash with the system header. It will be renamed back once the few remaining methods have been implemented. llvm-svn: 47852
-
Ted Kremenek authored
be incorrectly merged together. llvm-svn: 47851
-
Anders Carlsson authored
llvm-svn: 47850
-
Ted Kremenek authored
llvm-svn: 47844
-
Ted Kremenek authored
llvm-svn: 47843
-
Ted Kremenek authored
llvm-svn: 47842
-
Gabor Greif authored
llvm-svn: 47841
-
Gabor Greif authored
Chris added this testcase with r47837. The mail only shows one todo-warning but I see 3. Strangeness. Correcting lines 16 and 24. llvm-svn: 47840
-
Chris Lattner authored
llvm-svn: 47839
-
Chris Lattner authored
llvm-svn: 47838
-
Chris Lattner authored
llvm-svn: 47837
-
Chris Lattner authored
the system headers dir. This produces an annoying warning: clang.cpp:883: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object I'm not sure how to remove it. :( llvm-svn: 47836
-
Chris Lattner authored
llvm-svn: 47834
-
Chris Lattner authored
llvm-svn: 47833
-