summaryrefslogtreecommitdiffstats
path: root/compilerplugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-08 21:22:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-08 21:37:42 +0100
commit7024c86b17f80b9ebcf58f44ab0e3f1bfdb9d16e (patch)
treecbf6c52cf608f5f25e64203970be3edb3fd38ac4 /compilerplugins
parenttdf#98052 - even polygons were not drawn on the alpha device (diff)
downloadcore-7024c86b17f80b9ebcf58f44ab0e3f1bfdb9d16e.tar.gz
core-7024c86b17f80b9ebcf58f44ab0e3f1bfdb9d16e.zip
Extract checking code to its own check.cxx
Change-Id: I9d5b14c374ce62ac7b970faa30c38a5a76568ed4
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/salbool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/salbool.cxx b/compilerplugins/clang/salbool.cxx
index 77120332d2ff..0cea0eb5fb66 100644
--- a/compilerplugins/clang/salbool.cxx
+++ b/compilerplugins/clang/salbool.cxx
@@ -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) {