summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/dependent-expr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR18152: When computing the semantic form for an initializer list, keep trackRichard Smith2013-12-061-0/+7
| | | | | | of whether the initializer list is dependent. llvm-svn: 196558
* PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith2013-11-211-0/+14
| | | | | | | expression that is not a zero literal, in C. This is a different, and more targeted, approach than that in r194540. llvm-svn: 195303
* Fix crash with cast of value-dependent expr.Eli Friedman2013-09-191-0/+7
| | | | | | | | | We don't really need to perform semantic analysis on the dependent expression anyway, so just call the cast dependent. <rdar://problem/15012610> llvm-svn: 190981
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Don't try to compute the value of a value-dependent expression whenDouglas Gregor2010-12-211-0/+10
| | | | | | checking trivial comparisons. Fixes PR8795. llvm-svn: 122322
* Fix another case of giving the wrong value kind to a dependent cast toJohn McCall2010-11-301-0/+9
| | | | | | a non-dependent type. llvm-svn: 120384
* For internal consistency's sake, compute the value kind of a dependent castJohn McCall2010-11-261-0/+7
| | | | | | based on the known properties of the casted-to type. Fixes a crash on spirit. llvm-svn: 120180
* PR7724: Don't try to evaluate value-dependent expressions.Eli Friedman2010-07-271-0/+5
| | | | llvm-svn: 109532
* Don't look for a destructor in a dependent type. Fixes PR7198.Douglas Gregor2010-05-221-0/+16
| | | | llvm-svn: 104445
* When determining whether a DeclRefExpr is value-dependent when itDouglas Gregor2010-01-151-0/+19
| | | | | | | | references a const variable of integral type, the initializer may be in a different declaration than the one that name-lookup saw. Find the initializer anyway. Fixes PR6045. llvm-svn: 93514
* Test for PR5908.Eli Friedman2009-12-301-0/+7
llvm-svn: 92282
OpenPOWER on IntegriCloud