File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11| b.c:5:3:5:34 | return ... | 10 |
22| c.c:2:3:2:20 | return ... | 5 |
33| e.c:2:3:2:19 | return ... | 17 |
4+ | g.c:3:3:3:12 | return ... | 20 |
45| i.c:3:3:3:12 | return ... | 30 |
56| i.c:8:3:8:12 | return ... | 31 |
67| i.c:13:3:13:12 | return ... | 32 |
Original file line number Diff line number Diff line change 11#ifdef SEEN_H
22static int h () {
3- return 30 ; // [FALSE POSITIVE] (#pragma hdrstop bug, SEEN_H should not be defined in the precompiled header)
3+ return 30 ;
44}
55#endif
66#ifdef H1
@@ -10,7 +10,7 @@ static int h1() {
1010#endif
1111#ifdef H2
1212static int h2 () {
13- return 32 ; // [FALSE POSITIVE] (#pragma hdrstop bug, H2 should not be defined in the precompiled header)
13+ return 32 ;
1414}
1515#endif
1616// semmle-extractor-options: --clang -include-pch ${testdir}/clang-pch.testproj/h.pch
You can’t perform that action at this time.
0 commit comments