- Aug 05, 2010
-
-
Chris Lattner authored
llvm-svn: 110370
-
Sebastian Redl authored
llvm-svn: 110357
-
John McCall authored
llvm-svn: 110354
-
Tom Care authored
Fixed logic error in UnreachableCodeChecker's marking algorithm that would sometimes allow for multiple sequential statements to be flagged. llvm-svn: 110353
-
John McCall authored
llvm-svn: 110347
-
John McCall authored
Patch by Francois Pichet! llvm-svn: 110344
-
Fariborz Jahanian authored
(objc gc specific). llvm-svn: 110340
-
Fariborz Jahanian authored
llvm-svn: 110339
-
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
-
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
-
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
-
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
-
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
-
Bruno Cardoso Lopes authored
llvm-svn: 110271
-
Bruno Cardoso Lopes authored
llvm-svn: 110265
-