summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-c++11-extensions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Warn that scoped enumerations are a C++11 extenstion when compiling inRichard Trieu2013-04-231-0/+2
| | | | | | | | | C++98 mode. This improves on the previous diagnostic message of: error: expected identifier or '{' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180076 91177308-0d34-0410-b5e6-96231b3b80d8
* More tests for r164545 (change extension warning about 'long long').Dmitri Gribenko2012-09-241-0/+7
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164556 91177308-0d34-0410-b5e6-96231b3b80d8