logic: only use precompiled headers for compilation database commands that specify the "-include-pch" flag (issue #719)

This commit is contained in:
mlangkabel
2019-08-13 17:31:33 +02:00
parent 084bc3dc43
commit e89dc0ab0a
8 changed files with 121 additions and 9 deletions
@@ -13,6 +13,12 @@
* Validate "Header Files & Directories to Index" contains "src" entry
* Add "**/Foo.h" to "Excluded Files & Directories"
* Click "Next"
* Pick any file at "Precompiled Header File"
* Click "Next"
* Validate dialog appears that asks NOT to specify PCH input file
* Click "OK"
* Clear "Precompiled Header File"
* Click "Next"
* Click "Create"
* Validate "All files" is the only option selectable
* Click "Start"