summaryrefslogtreecommitdiff
path: root/Tests/ObjCXX
Commit message (Collapse)AuthorAgeFilesLines
* OBJCXX: Fix regression for compiling cpp files as objcxxCristian Adam2020-09-293-0/+12
| | | | | | | | | | | | | In commit 8d61294c3e (PCH: Mark CMake PCH source files as -x <lang>-header, 2020-09-04, v3.18.3~14^2) we removed the explicit `-x objective-c++` flag. This broke cases with custom source extensions. Restore the explicit `-x objective-c[++]` flag and put it before the `<FLAGS>` placeholder. The latter will contain the proper `-x objective-c[++]-header` value and will override the `-x objective-c[++]` value set before. Fixes: #21234
* Tests: Organize Objective C/C++ test directoriesBrad King2019-11-1411-0/+106
Move them all under `Tests/ObjC` and `Tests/ObjCXX`.