C++ change notes

This commit is contained in:
Dave Bartolomeo
2021-11-17 13:33:18 -05:00
parent d0dac03bad
commit 310ef79fbd
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
category: feature
tags: [lgtm,codescanning]
---
* The QL library `semmle.code.cpp.commons.Exclusions` now contains a predicate
`isFromSystemMacroDefinition` for identifying code that originates from a
macro outside the project being analyzed.