- Aug 05, 2010
-
-
Eli Friedman authored
llvm-svn: 110315
-
Nick Lewycky authored
the else clause. The problem is that it's overly zealous and will respond to uses in assignments, or after assignments. We should bring this back once we can do it right. Fixes PR7100. llvm-svn: 110314
-
John McCall authored
pointers like it can with normal and member pointers. llvm-svn: 110313
-
John McCall authored
Null template arguments are bad, but they're better than crashing with an argument mismatch. llvm-svn: 110312
-
Rafael Espindola authored
llvm-svn: 110311
-
Jordy Rose authored
Tweak GRState::unbindLoc to use makeWithStore, and make sure it's only called for non-region locations. llvm-svn: 110310
-
Jordy Rose authored
llvm-svn: 110309
-
Chandler Carruth authored
Windows without svn:eol-style=native. llvm-svn: 110308
-
Chandler Carruth authored
preserves the existing behavior, as it seems a concious choice to allow RS to be null and BigStack marked true. llvm-svn: 110307
-
Rafael Espindola authored
llvm-svn: 110306
-
Eli Friedman authored
llvm-svn: 110305
-
Eli Friedman authored
llvm-svn: 110304
-
Eli Friedman authored
just means "not a function type", not "not a function type or void". This changes behavior slightly, but generally in a way which accepts more code. llvm-svn: 110303
-
Oscar Fuentes authored
llvm-svn: 110301
-
Rafael Espindola authored
const. llvm-svn: 110300
-
Greg Clayton authored
llvm-svn: 110299
-
Greg Clayton authored
Added functionality to our API for SBType. This will allow users to eventually find and peruse static type information from modules. llvm-svn: 110298
-
Greg Clayton authored
Added functionality to our API for SBType. This will allow users to eventually find and peruse static type information from modules. llvm-svn: 110297
-
Oscar Fuentes authored
Is setted on a per build type basis. This is useful for generators that comprise several build types, i.e. VC++ solutions. llvm-svn: 110296
-
Sebastian Redl authored
Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything. llvm-svn: 110295
-
Sebastian Redl authored
llvm-svn: 110294
-
Dan Gohman authored
llvm-svn: 110293
-
Bob Wilson authored
llvm-svn: 110292
-
Rafael Espindola authored
that argument to simplify runPassesOn. llvm-svn: 110291
-
Fariborz Jahanian authored
llvm-svn: 110290
-
Ted Kremenek authored
Correctly handle 'Class<...>' when examining Cocoa conventions in the static analyzer. Fixes a crash reported in <rdar://problem/8272168>. Patch by Henry Mason! llvm-svn: 110289
-
Ted Kremenek authored
llvm-svn: 110288
-
Fariborz Jahanian authored
llvm-svn: 110287
-
Ted Kremenek authored
Fix CFGBuilder to not blow out the stack when processing deeply nested CaseStmts. Fixes <rdar://problem/8268753>. llvm-svn: 110286
-
John McCall authored
functions with in-line definitions, since such thunks will be emitted at any use of the function. Completes the feature work for rdar://problem/7523229. llvm-svn: 110285
-
Dan Gohman authored
llvm-svn: 110284
-
Dan Gohman authored
llvm-svn: 110283
-
Dan Gohman authored
one is a suffix of the other, and FileCheck accepts superstrings. Adjust the output to avoid this problem. llvm-svn: 110280
-
Bill Wendling authored
because it could create such things. This fixes a MingW buildbot test failure. llvm-svn: 110279
-
Blaine Garst authored
llvm-svn: 110278
-
Dan Gohman authored
llvm-svn: 110277
-
Eric Christopher authored
uses. llvm-svn: 110274
-
Bruno Cardoso Lopes authored
llvm-svn: 110271
-
Dan Gohman authored
to return Ref if the left callsite only reads memory read or written by the right callsite; fix BasicAliasAnalysis to implement this. Add AliasAnalysisEvaluator support for testing the two-callsite form of getModRefInfo. llvm-svn: 110270
-
Jim Grosbach authored
llvm-svn: 110269
-