summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/ms-extensions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Tests] Add explicit -std=lang option to a number of tests.Yunzhong Gao2015-08-011-1/+1
| | | | | | | | | | | This patch should not change the test results, but it is useful if clang's default C++ language is ever changed from gnu++98. Patch by: Charles Li http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150727/134667.html llvm-svn: 243819
* ext_reserved_user_defined_literal must not default to Error in ↵Francois Pichet2012-04-071-0/+6
MicrosoftMode. Hence create ext_ms_reserved_user_defined_literal that doesn't default to Error; otherwise MSVC headers won't parse. Fixes PR12383. llvm-svn: 154273
OpenPOWER on IntegriCloud