Skip to content

Commit a791640

Browse files
authored
Merge pull request #19935 from jketema/sync-dbscheme-cpp
C++: synchronize dbscheme
2 parents 233b54c + 98798b6 commit a791640

File tree

10 files changed

+11867
-3230
lines changed

10 files changed

+11867
-3230
lines changed

config/dbscheme-fragments.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"files": [
3+
"cpp/ql/lib/semmlecode.cpp.dbscheme",
34
"javascript/ql/lib/semmlecode.javascript.dbscheme",
45
"python/ql/lib/semmlecode.python.dbscheme",
56
"ruby/ql/lib/ruby.dbscheme",
67
"ql/ql/src/ql.dbscheme"
78
],
89
"fragments": [
10+
"/*- Compilations -*/",
911
"/*- External data -*/",
1012
"/*- Files and folders -*/",
1113
"/*- Diagnostic messages -*/",
@@ -21,6 +23,7 @@
2123
"/*- DEPRECATED: Snapshot date -*/",
2224
"/*- DEPRECATED: Duplicate code -*/",
2325
"/*- DEPRECATED: Version control data -*/",
26+
"/*- C++ dbscheme -*/",
2427
"/*- JavaScript-specific part -*/",
2528
"/*- Ruby dbscheme -*/",
2629
"/*- Erb dbscheme -*/",

0 commit comments

Comments
 (0)