diff options
Diffstat (limited to 'clang/lib/Format/FormatToken.h')
| -rw-r--r-- | clang/lib/Format/FormatToken.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/lib/Format/FormatToken.h b/clang/lib/Format/FormatToken.h index 70e23623518..b6a7dcd81b0 100644 --- a/clang/lib/Format/FormatToken.h +++ b/clang/lib/Format/FormatToken.h @@ -41,6 +41,7 @@ enum TokenType { TT_CtorInitializerComma, TT_DesignatedInitializerPeriod, TT_DictLiteral, + TT_ForEachMacro, TT_FunctionDeclarationName, TT_FunctionLBrace, TT_FunctionTypeLParen, @@ -252,10 +253,6 @@ struct FormatToken { /// Only set if \c Type == \c TT_StartOfName. bool PartOfMultiVariableDeclStmt = false; - /// \brief Is this a foreach macro? - bool IsForEachMacro = false; - - /// \brief If this is a bracket, this points to the matching one. FormatToken *MatchingParen = nullptr; |

