Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพ | Yaron Keren | 2015-07-15 | 1 | -3/+0 |
| | | | | llvm-svn: 242323 | ||||
* | [MS ABI] Add support for /Zc:sizedDealloc | David Majnemer | 2015-05-14 | 1 | -0/+6 |
| | | | | llvm-svn: 237344 | ||||
* | clang-cl: Various changes to /Zc: handling. | Nico Weber | 2014-12-23 | 1 | -0/+59 |
* /Zc:trigraphs and /Zc:trigraphs- are now honored * /Zc:strictStrings is now honored * /Zc:auto is now honored/ignored (clang does the Right Thing for this already) Also add a dedicated test for the various /Zc: flags. clang-cl doesn't always agree with cl.exe on the default values for /Zc flags. For example, I think clang always behaves as if /Zc:inline is passed, and warns if the user explicitly passes /Zc:inline- Fixes PR21974. llvm-svn: 224791 |