summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-15 19:08:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-15 21:22:05 +0200
commit72bc94cc8bd23751ef43c9766dd78f142bf7b5e7 (patch)
tree4d2b11bb40af289e1be51019834c4453af5527af /compilerplugins/clang
parent2df39f400dc04ac3c86fccb833b24c8260d2f9b6 (diff)
salbool: fix comment
accidently removed by 5babf1b9037eb283798322eecd8334e6ff1db655 maybe obsolete now Change-Id: Id1b8ce21e08ce2df5668252406bad6fb549b5206
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r--compilerplugins/clang/store/salbool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/salbool.cxx b/compilerplugins/clang/store/salbool.cxx
index a8f1d21f21b8..1ad076a243cd 100644
--- a/compilerplugins/clang/store/salbool.cxx
+++ b/compilerplugins/clang/store/salbool.cxx
@@ -546,7 +546,7 @@ bool SalBool::isMacroBodyExpansion(SourceLocation location) const {
bool SalBool::rewrite(SourceLocation location) {
if (rewriter != nullptr) {
- //TODO: "sal_Bool" -> "bool", not "::bool"
+ //TODO: "::sal_Bool" -> "bool", not "::bool"
SourceLocation loc { compiler.getSourceManager().getExpansionLoc(
location) };
unsigned n = Lexer::MeasureTokenLength(