1 | // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s |
---|---|
2 | |
3 | // There should still be diagnostics within included files. |
4 | #include "source1.cpp" |
5 | #include "source2.cpp" |
6 |
1 | // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s |
---|---|
2 | |
3 | // There should still be diagnostics within included files. |
4 | #include "source1.cpp" |
5 | #include "source2.cpp" |
6 |