Kaydet (Commit) cad49138 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

typo

Change-Id: I67721e86073bd2f67bee3ffbbb81fd5d143997d8
üst bc8bb13f
...@@ -266,7 +266,7 @@ inline bool isMacroArgExpansion( ...@@ -266,7 +266,7 @@ inline bool isMacroArgExpansion(
#else #else
bool b = compiler.getSourceManager().isMacroArgExpansion(location); bool b = compiler.getSourceManager().isMacroArgExpansion(location);
if (b) { if (b) {
startLocation* = compiler.getSourceManager() *startLocation = compiler.getSourceManager()
.getSLocEntry(compiler.getSourceManager().getFileID(location)) .getSLocEntry(compiler.getSourceManager().getFileID(location))
.getExpansion().getExpansionLocStart(); .getExpansion().getExpansionLocStart();
} }
......
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