Jonathan Roelofs
2c9cf9f4dd
[clang-tidy] New check: bugprone-suspicious-include
...
Detects and fixes suspicious code like: `#include "foo.cpp"`.
Inspired by: https://twitter.com/lefticus/status/1228458240364687360?s=20
https://reviews.llvm.org/D74669
2020-03-12 09:59:28 -06:00
Nico Weber
714466bf36
Revert "[clang-tidy] New check: bugprone-suspicious-include"
...
This reverts commit 1e0669bfe05f0f48ee88152c4a1d581f484f8d67
(and follow-ups 698a12712920c214e39bb215fe26fad2e099425b and
52bbdad7d63fd060d102b3591b433d116a982255).
The tests fail fail on Windows, see https://reviews.llvm.org/D74669
2020-03-10 10:28:20 -04:00
Jonathan Roelofs
1e0669bfe0
[clang-tidy] New check: bugprone-suspicious-include
...
Detects and fixes suspicious code like: `#include "foo.cpp"`.
Inspired by: https://twitter.com/lefticus/status/1228458240364687360?s=20
https://reviews.llvm.org/D74669
2020-03-09 15:54:32 -06:00
Jonathan Roelofs
47caa69120
[clang-tidy] Use ; as separator for HeaderFileExtensions
...
... and deprecate use of ',' for the same.
https://reviews.llvm.org/D75621
2020-03-09 11:32:44 -06:00
Jonathan Roelofs
3486cc014b
[clang-tidy] Generalize HeaderFileExtensions.{h,cpp}. NFC
...
https://reviews.llvm.org/D75489
2020-03-09 11:32:44 -06:00