зеркало из https://github.com/microsoft/clang-1.git
Eliminate a GCC warning
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
e666b1b1fb
Коммит
b13bc41a8b
|
@ -35,7 +35,7 @@ public:
|
|||
|
||||
Parser::Parser(Preprocessor &pp, Action &actions)
|
||||
: CrashInfo(*this), PP(pp), Actions(actions), Diags(PP.getDiagnostics()),
|
||||
TemplateParameterDepth(0), GreaterThanIsOperator(true) {
|
||||
GreaterThanIsOperator(true), TemplateParameterDepth(0) {
|
||||
Tok.setKind(tok::eof);
|
||||
CurScope = 0;
|
||||
NumCachedScopes = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче