Extract checking code to its own check.cxx
Change-Id: I9d5b14c374ce62ac7b970faa30c38a5a76568ed4
This commit is contained in:
@@ -584,7 +584,7 @@ bool SalBool::isInSpecialMainFile(SourceLocation spellingLocation) const {
|
||||
}
|
||||
auto f = compiler.getSourceManager().getFilename(spellingLocation);
|
||||
return f == SRCDIR "/cppu/qa/test_any.cxx"
|
||||
|| f == SRCDIR "/cppu/source/uno/data.cxx"; // TODO: the offset checks
|
||||
|| f == SRCDIR "/cppu/source/uno/check.cxx"; // TODO: the offset checks
|
||||
}
|
||||
|
||||
bool SalBool::rewrite(SourceLocation location) {
|
||||
|
Reference in New Issue
Block a user