Merge topic 'clang-tidy-prefer-p-option'

3f4e0839c4 clang-tidy: Don't append compiler commands if using -p

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7753
This commit is contained in:
Brad King
2022-10-07 15:19:55 +00:00
committed by Kitware Robot
6 changed files with 57 additions and 10 deletions
@@ -0,0 +1,5 @@
clang-tidy-prefer-p-option
--------------------------
* If :prop_tgt:`<LANG>_CLANG_TIDY` includes a ``-p`` argument, the
full compiler command line is no longer appended after ``--``.