File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11/**
22 * @name Failed extractor invocations
33 * @description Gives the command line of compilations for which extraction did not run to completion.
4- * @kind table
4+ * @kind diagnostic
55 * @id cpp/diagnostics/failed-extractor-invocations
66 */
77
88import cpp
99
10- class AnonymousCompilation extends Compilation {
11- override string toString ( ) { result = "<compilation>" }
12- }
13-
1410string describe ( Compilation c ) {
1511 if c .getArgument ( 1 ) = "--mimic"
1612 then result = "compiler invocation " + concat ( int i | i > 1 | c .getArgument ( i ) , " " order by i )
@@ -19,4 +15,4 @@ string describe(Compilation c) {
1915
2016from Compilation c
2117where not c .normalTermination ( )
22- select c , "Extraction aborted for " + describe ( c )
18+ select "Extraction aborted for " + describe ( c )
You can’t perform that action at this time.
0 commit comments