Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Tests] Add explicit -std=lang option to a number of tests. | Yunzhong Gao | 2015-08-01 | 1 | -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 Pichet | 2012-04-07 | 1 | -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 |