Kaydet (Commit) 72bc94cc authored tarafından Thomas Arnhold's avatar Thomas Arnhold

salbool: fix comment

accidently removed by 5babf1b9

maybe obsolete now

Change-Id: Id1b8ce21e08ce2df5668252406bad6fb549b5206
üst 2df39f40
...@@ -546,7 +546,7 @@ bool SalBool::isMacroBodyExpansion(SourceLocation location) const { ...@@ -546,7 +546,7 @@ bool SalBool::isMacroBodyExpansion(SourceLocation location) const {
bool SalBool::rewrite(SourceLocation location) { bool SalBool::rewrite(SourceLocation location) {
if (rewriter != nullptr) { if (rewriter != nullptr) {
//TODO: "sal_Bool" -> "bool", not "::bool" //TODO: "::sal_Bool" -> "bool", not "::bool"
SourceLocation loc { compiler.getSourceManager().getExpansionLoc( SourceLocation loc { compiler.getSourceManager().getExpansionLoc(
location) }; location) };
unsigned n = Lexer::MeasureTokenLength( unsigned n = Lexer::MeasureTokenLength(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment