salbool: fix comment
accidently removed by 5babf1b9037eb283798322eecd8334e6ff1db655 maybe obsolete now Change-Id: Id1b8ce21e08ce2df5668252406bad6fb549b5206
This commit is contained in:
parent
2df39f400d
commit
72bc94cc8b
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user