Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -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 when | Douglas Gregor | 2010-12-21 | 1 | -0/+10 |
| | | | | | | checking trivial comparisons. Fixes PR8795. llvm-svn: 122322 | ||||
* | Fix another case of giving the wrong value kind to a dependent cast to | John McCall | 2010-11-30 | 1 | -0/+9 |
| | | | | | | a non-dependent type. llvm-svn: 120384 | ||||
* | For internal consistency's sake, compute the value kind of a dependent cast | John McCall | 2010-11-26 | 1 | -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 Friedman | 2010-07-27 | 1 | -0/+5 |
| | | | | llvm-svn: 109532 | ||||
* | Don't look for a destructor in a dependent type. Fixes PR7198. | Douglas Gregor | 2010-05-22 | 1 | -0/+16 |
| | | | | llvm-svn: 104445 | ||||
* | When determining whether a DeclRefExpr is value-dependent when it | Douglas Gregor | 2010-01-15 | 1 | -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 Friedman | 2009-12-30 | 1 | -0/+7 |
llvm-svn: 92282 |