- Aug 05, 2010
-
-
Fariborz Jahanian authored
llvm-svn: 110339
-
Daniel Dunbar authored
llvm-svn: 110338
-
Daniel Dunbar authored
rely on using a specific x86 triple to test what they want to test. llvm-svn: 110337
-
Rafael Espindola authored
Fixes PR753. llvm-svn: 110333
-
Ted Kremenek authored
llvm-svn: 110330
-
Eli Friedman authored
this breaks something. I'll wait a few days before cleaning out UnaryOperator::OffsetOf. llvm-svn: 110328
-
Eli Friedman authored
offsetof expressions. llvm-svn: 110327
-
Eli Friedman authored
llvm-svn: 110326
-
Argyrios Kyrtzidis authored
Store the pending implicit instantiations in the PCH and perform them at the end of the translation unit that included the PCH, as God intended. llvm-svn: 110324
-
Argyrios Kyrtzidis authored
llvm-svn: 110323
-
Argyrios Kyrtzidis authored
llvm-svn: 110322
-
Eli Friedman authored
llvm-svn: 110320
-
Douglas Gregor authored
flags enumeration + default-generating function that allows code-completion to be customized via the libclang API. Plus, turn on spell-checking when performing code completion. llvm-svn: 110319
-
John McCall authored
Rename it to TDK_Underqualified to avoid this sort of confusion and give it its own diagnostic. llvm-svn: 110318
-
Zhongxing Xu authored
llvm-svn: 110317
-
Eli Friedman authored
llvm-svn: 110316
-
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
-