summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attributed-auto-deduction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sema: handle additional case of qualified typesSaleem Abdulrasool2014-10-161-2/+12
| | | | | | | | | | | | | | | A second instance of attributed types escaped the previous change, identified thanks to Richard Smith! When deducing the void case, we would also assume that the type would not be attributed. Furthermore, properly handle multiple attributes being applied to a single TypeLoc. Properly handle this case and future-proof a bit by ignoring parenthesis further. The test cases do use the additional parenthesis to ensure that this case remains properly handled. Addresses post-commit review comments from Richard Smith to SVN r219851. llvm-svn: 219974
* tests: move test to more appropriate locationSaleem Abdulrasool2014-10-161-0/+10
The test is a C++ semantic analysis test, move it to SemaCXX from Sema. NFC. llvm-svn: 219932
OpenPOWER on IntegriCloud