Correct handling for C++17 inline namespaces. We would previously fail to
identify the inline namespaces as a namespace name since multiple ones may be
concatenated now with C++17.
Details
Details
- Reviewers
djasper
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Expression can be simplified, otherwise looks good.
lib/Format/UnwrappedLineParser.cpp | ||
---|---|---|
1370 | while (FormatTok->isOneOf(tok::identifier, tok::coloncolon)) nextToken(); |