- Mar 20, 2009
-
-
Chris Lattner authored
shifts together. This fixes PR3851. llvm-svn: 67411
-
Daniel Dunbar authored
llvm-svn: 67410
-
Duncan Sands authored
linkage: the value may be replaced with something different at link time. (Frontends that want to allow values to be loaded out of weak constants can give their constants weak_odr linkage). llvm-svn: 67407
-
Mike Stump authored
llvm-svn: 67406
-
rdar://problem/6704086Ted Kremenek authored
allow non-literal format strings that are variables that (a) permanently bind to a string constant and (b) whose string constants are resolvable within the same translation unit. llvm-svn: 67404
-
Chris Lattner authored
llvm-svn: 67403
-
Fariborz Jahanian authored
llvm-svn: 67402
-
Douglas Gregor authored
llvm-svn: 67401
-
Dan Gohman authored
llvm-svn: 67400
-
Douglas Gregor authored
llvm-svn: 67399
-
Douglas Gregor authored
llvm-svn: 67398
-
Douglas Gregor authored
llvm-svn: 67397
-
Chris Lattner authored
Add a #include directive around the command line buffer so that diagnostics generated from -include directives get diagnostics like: In file included from <built-in>:98: In file included from <command line>:3: ./t.h:2:1: warning: type specifier missing, defaults to 'int' b; ^ llvm-svn: 67396
-
Ted Kremenek authored
- Conjure symbols at '--' and '++' unary operations - Add utility method SVal::GetConjuredSymbolVal() and constify some arguments along the way. llvm-svn: 67395
-
Ted Kremenek authored
llvm-svn: 67394
-
Daniel Dunbar authored
llvm-svn: 67393
-
Daniel Dunbar authored
llvm-svn: 67392
-
Fariborz Jahanian authored
when there is actually a property declaration used in the dot-syntax. llvm-svn: 67391
-
-
Devang Patel authored
llvm-svn: 67389
-
Daniel Dunbar authored
llvm-svn: 67388
-
Evan Cheng authored
For inline asm output operand that matches an input. Encode the input operand index in the high bits. llvm-svn: 67387
-
Ted Kremenek authored
llvm-svn: 67386
-
Ted Kremenek authored
cached tokens. This is for use with -include-pth. llvm-svn: 67385
-
Ted Kremenek authored
completely there with accurately modeling autorelease pools. llvm-svn: 67384
-
Ted Kremenek authored
llvm-svn: 67383
-
Fariborz Jahanian authored
in a property dot-syntax notation. llvm-svn: 67382
-
Chris Lattner authored
llvm-svn: 67381
-
Chris Lattner authored
llvm-svn: 67380
-
Daniel Dunbar authored
- Based on patch from Pieter de Bie; thanks! llvm-svn: 67379
-
Chris Lattner authored
clang was defining "i386" even when in non-gnu mode. llvm-svn: 67378
-
Daniel Dunbar authored
llvm-svn: 67377
-
Chris Lattner authored
llvm-svn: 67376
-
Chris Lattner authored
can have language-specific defines. llvm-svn: 67375
-
Chris Lattner authored
llvm-svn: 67374
-
Sanjiv Gupta authored
llvm-svn: 67373
-
Sanjiv Gupta authored
llvm-svn: 67372
-
Sanjiv Gupta authored
Removed unncessary code. No functionality change. llvm-svn: 67371
-
Sanjiv Gupta authored
llvm-svn: 67370
-
Nick Lewycky authored
llvm-svn: 67368
-