Skip to content

Commit 310ef79

Browse files
author
Dave Bartolomeo
committed
C++ change notes
1 parent d0dac03 commit 310ef79

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
category: feature
3+
tags: [lgtm,codescanning]
4+
---
5+
* The QL library `semmle.code.cpp.commons.Exclusions` now contains a predicate
6+
`isFromSystemMacroDefinition` for identifying code that originates from a
7+
macro outside the project being analyzed.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: newQuery
3+
tags: [lgtm,codescanning]
4+
---
5+
* A new query `cpp/non-https-url` has been added for C/C++. The query flags uses of `http` URLs that might be better replaced with `https`.

0 commit comments

Comments
 (0)