- Feb 06, 2008
-
-
Chris Lattner authored
llvm-svn: 46801
-
Chris Lattner authored
static variables outside functions. llvm-svn: 46800
-
Eli Friedman authored
llvm-svn: 46799
-
Chris Lattner authored
tag decl after it has been completed llvm-svn: 46798
-
Ted Kremenek authored
llvm-svn: 46797
-
Ted Kremenek authored
Removed lval::SymIntConstraintVal; wrappers for symbolic constraints are not lvalues (only integers that evaluate to !0 or 0). llvm-svn: 46796
-
Ted Kremenek authored
symbols (for constant integers). llvm-svn: 46795
-
Ted Kremenek authored
ValueState no longer inherits FoldingSetNode (not needed). Removed redundant operator= implementation for ValueState (it simply did the default behavior). llvm-svn: 46794
-
Ted Kremenek authored
using the bump-pointer allocator and a placed new; we accidentally allocated a ValueStateImpl* instead, causing an overrun when we did a placed new(). llvm-svn: 46793
-
Chris Lattner authored
eliminating a bunch of forwarding methods and generally simplifying things. llvm-svn: 46792
-
Chris Lattner authored
level code in clang. This is a cleanup, but does implement "-o" for -emit-llvm. One effect of this is that "clang foo.c -emit-llvm" will now emit into foo.ll instead of stdout. Use "clang foo.c -emit-llvm -o -" or "clang < foo.c -emit-llvm" to get the old behavior. llvm-svn: 46791
-
Ted Kremenek authored
This action will add constraints to the possible values of a symbol. Still needs to be debugged. llvm-svn: 46789
-
Chris Lattner authored
llvm-svn: 46788
-
Chris Lattner authored
Sema::ActOnTranslationUnitScope. The various ObjC pieces at the top of Sema.cpp should be moved into SemaObjC or something. llvm-svn: 46787
-
Chris Lattner authored
llvm-svn: 46786
-
Chris Lattner authored
llvm-svn: 46785
-
Anders Carlsson authored
llvm-svn: 46784
-
Nate Begeman authored
llvm-svn: 46783
-
Steve Naroff authored
Add a FIXME to clarify previous commit/experiment. llvm-svn: 46782
-
Anders Carlsson authored
llvm-svn: 46780
-
Anders Carlsson authored
llvm-svn: 46779
-
Ted Kremenek authored
nonlval::SymIntConstraintVal. Reworked transfer function for '==' and '!=' for LValues to return SymIntConstraintVal when comparing a symbol with a constant. llvm-svn: 46778
-
Anders Carlsson authored
llvm-svn: 46777
-
- Feb 05, 2008
-
-
Chris Lattner authored
llvm-svn: 46774
-
Ted Kremenek authored
llvm-svn: 46772
-
Ted Kremenek authored
contraint between a symbol and an integer constant. llvm-svn: 46771
-
Ted Kremenek authored
This noticeably cleans up the naming of these classes. llvm-svn: 46770
-
Ted Kremenek authored
transfer function evaluation that represent constraints between symbolic values and constant integers. llvm-svn: 46769
-
Steve Naroff authored
Fix Parser::ParseObjCTryStmt() to allow for trailing @-keyword statements/expressions. This bug fix is the result of not having 2-token lookahead to recognize specific @-keywords. llvm-svn: 46768
-
Anders Carlsson authored
llvm-svn: 46766
-
Anders Carlsson authored
llvm-svn: 46762
-
Ted Kremenek authored
for buffers for RValues and States. llvm-svn: 46759
-
Ted Kremenek authored
Added a "ConstantNotEq" map to ValueState (and added necessary typedefs and factory objects to ValueStateManager). llvm-svn: 46758
-
Ted Kremenek authored
llvm-svn: 46756
-
Ted Kremenek authored
llvm-svn: 46755
-
Ted Kremenek authored
llvm-svn: 46754
-
Anders Carlsson authored
llvm-svn: 46752
-
Anders Carlsson authored
llvm-svn: 46751
-
Anders Carlsson authored
llvm-svn: 46750
-
Chris Lattner authored
simplify the code and generally make it more robust. llvm-svn: 46745
-