summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-zc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพYaron Keren2015-07-151-3/+0
| | | | llvm-svn: 242323
* [MS ABI] Add support for /Zc:sizedDeallocDavid Majnemer2015-05-141-0/+6
| | | | llvm-svn: 237344
* clang-cl: Various changes to /Zc: handling.Nico Weber2014-12-231-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
OpenPOWER on IntegriCloud