- Feb 19, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 47346
-
Ted Kremenek authored
two concrete integer values. llvm-svn: 47341
-
Ted Kremenek authored
for pointer dereferences. llvm-svn: 47340
-
Ted Kremenek authored
another symbolic value. llvm-svn: 47339
-
Lauro Ramos Venancio authored
possible. Fix mediabench/mpeg2/mpeg2dec test. llvm-svn: 47336
-
Ted Kremenek authored
cast's subexpression even if the cast itself has no effect. llvm-svn: 47335
-
Ted Kremenek authored
llvm-svn: 47333
-
Chris Lattner authored
restrict isn't. llvm-svn: 47316
-
Ted Kremenek authored
or UnknownVal to be interpreted as an actual NonLValue/LValue. llvm-svn: 47304
-
Ted Kremenek authored
llvm-svn: 47303
-
Ted Kremenek authored
CharacterLiterals. This may not be a permanent solution; it doesn't cost that much, however, to create a few additional states, and solves a whole bunch of edge cases when handling ?, ||, and &&. llvm-svn: 47299
-
Ted Kremenek authored
llvm-svn: 47298
-
Nate Begeman authored
allows you to do things like typedef __attribute__(( ocu_vector_type(4))) float float4; float4 *x; float y = x[0][2]; llvm-svn: 47295
-
Ted Kremenek authored
For now we just treat their values as "Unknown." llvm-svn: 47294
-
Ted Kremenek authored
an analyzed function. GRExprEngine now records stores to "uninitialized lvalues" (which are sinks in the ExplodedGraph). llvm-svn: 47293
-
Lauro Ramos Venancio authored
Fix Olden/bh test. llvm-svn: 47292
-
Ted Kremenek authored
llvm-svn: 47289
-
- Feb 18, 2008
-
-
Ted Kremenek authored
UninitializedVals and UnknownVals. llvm-svn: 47288
-
Lauro Ramos Venancio authored
Fix McCat/08-main test. llvm-svn: 47286
-
Ted Kremenek authored
probably make this a separate command line option later. Added "--analyze-function" option to the driver to (gradually) allow different analyses to only be run on specific functions. Currently only --grsimple uses this option. llvm-svn: 47285
-
Ted Kremenek authored
We will implement symbol "unification" later. llvm-svn: 47284
-
Anders Carlsson authored
llvm-svn: 47270
-
Steve Naroff authored
Tweak fix for http://llvm.org/bugs/show_bug.cgi?id=2000 to work across typedefs. llvm-svn: 47269
-
Anders Carlsson authored
llvm-svn: 47260
-
Anders Carlsson authored
llvm-svn: 47259
-
- Feb 17, 2008
-
-
Nate Begeman authored
llvm-svn: 47246
-
Nate Begeman authored
llvm-svn: 47245
-
Nate Begeman authored
llvm-svn: 47243
-
Chris Lattner authored
int foobar(int); int foobar() {} which requires ifdef'ing out a testcase in predefined-function.c. llvm-svn: 47236
-
Anders Carlsson authored
llvm-svn: 47234
-
Eli Friedman authored
llvm-svn: 47233
-
Chris Lattner authored
llvm-svn: 47226
-
Eli Friedman authored
but the fixes are reasonable. llvm-svn: 47224
-
- Feb 16, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 47223
-
Anders Carlsson authored
llvm-svn: 47217
-
Anders Carlsson authored
llvm-svn: 47216
-
Anders Carlsson authored
llvm-svn: 47210
-
Chris Lattner authored
zero tokens. This fixes PR2045, thanks to Neil for finding another incredibly subtle corner case :) llvm-svn: 47203
-
Anders Carlsson authored
llvm-svn: 47202
-
Ted Kremenek authored
their own [.cpp;.h] files. llvm-svn: 47201
-