Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PCH: Document and test COMPILE_LANGUAGE genex for per-language header | Brad King | 2019-10-16 | 1 | -0/+14 |
| | | | | Fixes: #19839 | ||||
* | PCH: Fix CMake test files indentation | Cristian Adam | 2019-10-03 | 1 | -8/+8 |
| | |||||
* | PCH: Add multi-language PCH generation support | Cristian Adam | 2019-10-03 | 1 | -0/+17 |
If the target has C files, it will get a C PCH file. The same for C++ files. The linker language is no longer used to determine which language to use for PCH. Fixes: #19790 |