Skip to content

Commit 87f9ecb

Browse files
authored
Merge pull request #25 from nickrolfe/options
Approved by jonas-semmle
2 parents a0df362 + 3444fb7 commit 87f9ecb

File tree

48 files changed

+48
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+48
-48
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extractor_flags: --edg --microsoft
1+
semmle-extractor-options: --edg --microsoft
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extractor_flags: --expect_errors
1+
semmle-extractor-options: --expect_errors
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extractor_flags: --expect_errors
1+
semmle-extractor-options: --expect_errors

cpp/ql/test/library-tests/allocators/allocators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// extractor_flags: -std=c++17
1+
// semmle-extractor-options: -std=c++17
22
typedef unsigned long size_t;
33
namespace std {
44
enum class align_val_t : size_t {};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
extractor_flags: --edg --anachronisms
1+
semmle-extractor-options: --edg --anachronisms
22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extractor_flags: --clang
1+
semmle-extractor-options: --clang
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extractor_flags: --edg --clang
1+
semmle-extractor-options: --edg --clang
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extractor_flags: --clang
1+
semmle-extractor-options: --clang
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extractor_flags: --microsoft --microsoft_version 1700
1+
semmle-extractor-options: --microsoft --microsoft_version 1700
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extractor_flags: --microsoft --microsoft_version 1700
1+
semmle-extractor-options: --microsoft --microsoft_version 1700

0 commit comments

Comments
 (0)