Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 282 Build 282: arc lint + arc unit
Event Timeline
| change-namespace/ChangeNamespace.cpp | ||
|---|---|---|
| 387 | Maybe we can use findLocationAfterToken here? | |
| change-namespace/ChangeNamespace.cpp | ||
|---|---|---|
| 387 | This doesn't seem to work in this case. Note that we are lexing from the beginning of NsDecl, which is namespace or inline, and the next token is not necessarily {. /// \brief Checks that the given token is the first token that occurs after the /// given location (this excludes comments and whitespace). Returns the location /// immediately after the specified token. If the token is not found or the /// location is inside a macro, the returned source location will be invalid. SourceLocation Lexer::findLocationAfterToken(...); | |
Maybe we can use findLocationAfterToken here?