summaryrefslogtreecommitdiff
path: root/test/Driver/cl-pch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-111-0/+65
* Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...Erich Keane2018-08-171-0/+21
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-39/+56
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-251-0/+6
* Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith2016-08-301-2/+2
* Fix typo in commentNico Weber2016-08-301-1/+1
* Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber2016-08-301-2/+2
* C++ Modules TS: driver support for building modules.Richard Smith2016-08-301-2/+2
* Try to get test passing on OS X (see comment at top of file).Nico Weber2016-04-221-2/+2
* clang-cl: Don't assert on using /Yc with non-source files, PR27450Nico Weber2016-04-211-1/+16
* clang-cl: Enable PCH flags by default.Nico Weber2016-03-041-30/+30
* clang-cl: Implement initial limited support for precompiled headers.Nico Weber2016-03-011-0/+309