diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-08 21:22:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-08 21:37:42 +0100 |
commit | 7024c86b17f80b9ebcf58f44ab0e3f1bfdb9d16e (patch) | |
tree | cbf6c52cf608f5f25e64203970be3edb3fd38ac4 /compilerplugins/clang/salbool.cxx | |
parent | 6651aca57bae1bef3343f26d1a0fd59d3802c1cd (diff) |
Extract checking code to its own check.cxx
Change-Id: I9d5b14c374ce62ac7b970faa30c38a5a76568ed4
Diffstat (limited to 'compilerplugins/clang/salbool.cxx')
-rw-r--r-- | compilerplugins/clang/salbool.cxx | 2 |
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) { |