Skip to content

Commit 99d4482

Browse files
committed
[FOLD] minor cleanup
1 parent 210e13e commit 99d4482

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

clang/include/clang/Lex/Preprocessor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1740,8 +1740,8 @@ class Preprocessor {
17401740

17411741
/// True if EnableBacktrackAtThisPos() was called and
17421742
/// caching of tokens is on.
1743-
17441743
bool isBacktrackEnabled() const { return !BacktrackPositions.empty(); }
1744+
17451745
bool isUnannotatedBacktrackEnabled() const {
17461746
return !UnannotatedBacktrackTokens.empty();
17471747
}

clang/lib/Parse/ParseDecl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6653,7 +6653,6 @@ void Parser::ParseDeclaratorInternal(Declarator &D,
66536653
TentativeParsingAction TPA(*this, /*Unannotated=*/true);
66546654
bool EnteringContext = D.getContext() == DeclaratorContext::File ||
66556655
D.getContext() == DeclaratorContext::Member;
6656-
66576656
CXXScopeSpec SS;
66586657
SS.setTemplateParamLists(D.getTemplateParameterLists());
66596658

0 commit comments

Comments
 (0)