We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a61eeb commit 6ce4c4cCopy full SHA for 6ce4c4c
clang/lib/Format/UnwrappedLineParser.cpp
@@ -3385,7 +3385,7 @@ void UnwrappedLineParser::parseAccessSpecifier() {
3385
/// \brief Parses a requires, decides if it is a clause or an expression.
3386
/// \pre The current token has to be the requires keyword.
3387
/// \returns true if it parsed a clause.
3388
-bool clang::format::UnwrappedLineParser::parseRequires() {
+bool UnwrappedLineParser::parseRequires() {
3389
assert(FormatTok->is(tok::kw_requires) && "'requires' expected");
3390
auto RequiresToken = FormatTok;
3391
0 commit comments