summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/array-to-pointer-decay.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Fix a crash that occurs when processing an rvalue array.Anna Zaks2013-06-061-0/+12
| | | | | | | | | | When processing ArrayToPointerDecay, we expect the array to be a location, not a LazyCompoundVal. Special case the rvalue arrays by using a location to represent them. This case is handled similarly elsewhere in the code. Fixes PR16206. llvm-svn: 183359
* 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
* Apply array-to-pointer decay when instantiating a MemberExpr. FixesDouglas Gregor2010-06-221-0/+25
PR7405, patch by Kyle Lippincott! llvm-svn: 106523
OpenPOWER on IntegriCloud