- Jul 29, 2009
-
-
Ted Kremenek authored
llvm-svn: 77479
-
Sebastian Redl authored
llvm-svn: 77475
-
Daniel Dunbar authored
llvm-svn: 77474
-
Daniel Dunbar authored
this interface design, Chris please check. llvm-svn: 77473
-
Douglas Gregor authored
functions, only return those overloaded functions that are actually function templates. Note that there is still a glaring problem with treating an OverloadedFunctionDecl as a TemplateName. llvm-svn: 77472
-
Daniel Dunbar authored
llvm-svn: 77465
-
Douglas Gregor authored
llvm-svn: 77464
-
Douglas Gregor authored
llvm-svn: 77463
-
Douglas Gregor authored
template arguments, as in template specialization types. This permits matching out-of-line definitions of members for class templates that involve non-type template parameters. llvm-svn: 77462
-
Fariborz Jahanian authored
for offset ir-gen. llvm-svn: 77458
-
Douglas Gregor authored
llvm-svn: 77456
-
Steve Naroff authored
llvm-svn: 77454
-
rdar://problem/7100524Steve Naroff authored
Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". Remove XFAIL from 'conditional-expr-4.m' test case (which would have caught this). Also tweaked several aspects of the test to jive with the current type checking. llvm-svn: 77453
-
Steve Naroff authored
llvm-svn: 77452
-
Sebastian Redl authored
llvm-svn: 77451
-
Zhongxing Xu authored
llvm-svn: 77447
-
Zhongxing Xu authored
llvm-svn: 77446
-
Daniel Dunbar authored
- Simplified from before and using --error-exitcode so failures show up as failures. llvm-svn: 77424
-
Daniel Dunbar authored
do a significant amount of work in its destructor, which may access the context. (PR4642). llvm-svn: 77423
-
Daniel Dunbar authored
llvm-svn: 77421
-
Daniel Dunbar authored
llvm-svn: 77420
-
Daniel Dunbar authored
llvm-svn: 77416
-
Fariborz Jahanian authored
and use it in several places. llvm-svn: 77411
-
Mike Stump authored
llvm-svn: 77406
-
Mike Stump authored
llvm-svn: 77402
-
Mike Stump authored
llvm-svn: 77400
-
Mike Stump authored
llvm-svn: 77391
-
Douglas Gregor authored
canonicalization for dependent TemplateSpecializationTypes occurs within ASTContext::getTemplateSpecializationType. Also, move template argument canonicalization into ASTContext::getCanonicalTemplateArgument. llvm-svn: 77388
-
Chris Lattner authored
llvm-svn: 77386
-
Mike Stump authored
llvm-svn: 77377
-
Fariborz Jahanian authored
llvm-svn: 77374
-
- Jul 28, 2009
-
-
Owen Anderson authored
llvm-svn: 77368
-
Anders Carlsson authored
llvm-svn: 77365
-
Ted Kremenek authored
could cause false positives if any the subexpressions had side-effects. These initializers weren't evaluated because the StoreManager would need to handle them, but that's an orthogonal problem of whether or not the StoreManager can handle the binding. llvm-svn: 77361
-
Ted Kremenek authored
llvm-svn: 77356
-
Mike Stump authored
llvm-svn: 77355
-
Ted Kremenek authored
was created but not added to the destination NodeSet. This fixes PR 4630. llvm-svn: 77353
-
Anders Carlsson authored
Add a field for C++ specific data to ASTRecordLayout. Use it to store the non-virtual size and alignment + base offsets. llvm-svn: 77352
-
Fariborz Jahanian authored
llvm-svn: 77351
-
Owen Anderson authored
llvm-svn: 77349
-