- Feb 21, 2008
-
-
Eli Friedman authored
invlolving implicit casts that cause both a decay to pointer type and a type conversion. llvm-svn: 47440
-
Eli Friedman authored
ahtough I had the fix in my tree previously. llvm-svn: 47439
-
Gabor Greif authored
because silly gcc 3.4.6 barfs on this construct. Type.h defines an "enum TQ", which makes the parser to err. llvm-svn: 47438
-
Gabor Greif authored
SolarisSparcV8TargetInfo to be able to handle "sparc-" triple prefixes. Please be aware that this is a minimal kludge, that pretty much duplicates the features of DarwinPowerPCTargetInfo, and also incorrectly uses stuff from the PPC namespace. But in result "make test" now passes a lot of tests, the notable exceptions being the objc rewrite tests and mandel.c. llvm-svn: 47436
-
Chris Lattner authored
llvm-svn: 47429
-
Chris Lattner authored
llvm-svn: 47423
-
Chris Lattner authored
llvm-svn: 47421
-
Chris Lattner authored
example, we can now correctly build the type for things like: _AS1 float * _AS2 *B; llvm-svn: 47420
-
Chris Lattner authored
llvm-svn: 47419
-
Chris Lattner authored
llvm-svn: 47418
-
Chris Lattner authored
allows us to correctly handle stuff like: _AS1 float *B; and to reject stuff like: _AS1 _AS2* x; llvm-svn: 47417
-
Chris Lattner authored
llvm-svn: 47415
-
Chris Lattner authored
llvm-svn: 47414
-
Chris Lattner authored
llvm-svn: 47413
-
Chris Lattner authored
llvm-svn: 47412
-
- Feb 20, 2008
-
-
Nate Begeman authored
llvm-svn: 47410
-
Chris Lattner authored
declspec, it is currently nonfunctional though. llvm-svn: 47405
-
Chris Lattner authored
returning directly. This allows us to factor handling of _Complex. llvm-svn: 47404
-
Chris Lattner authored
rename QualType::getQualifiers to getCVRQualifiers. Add some fixme's and clean up some code relevant to qualifiers. Change ASQualType to contain a Type* instead of a QualType. Any CVR qualifiers should be on the outer qual type. llvm-svn: 47398
-
Ted Kremenek authored
llvm-svn: 47357
-
Ted Kremenek authored
the same time clearing up some logic of how the unary '*' operator is processed. llvm-svn: 47356
-
- Feb 19, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 47347
-
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
-