Skip to content

Commit

Permalink
C++: add .def to exceptions to AV rule 32
Browse files Browse the repository at this point in the history
This is used as textual includes in several projects for macro
metaprogramming, for example in `llvm-project` and in `swift` (and since
some time in our internal codebase as well).
  • Loading branch information
redsun82 committed Jan 9, 2024
1 parent 0bc1463 commit 270df94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ from Include i, File f, string extension
where
f = i.getIncludedFile() and
extension = f.getExtension().toLowerCase() and
extension != "def" and
extension != "inc" and
extension != "inl" and
extension != "tcc" and
Expand Down

0 comments on commit 270df94

Please sign in to comment.