diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2014-02-24 20:45:14 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2014-02-24 20:45:14 +0000 |
commit | dec2c8657ef3195ec7494fe13ab912d5cdb23fcb (patch) | |
tree | a78cd9c30eaf60721146f897925a3a6cdd66b826 /clang/lib | |
parent | f2baa70396a9071b859a9616c2017c8286aff4cc (diff) | |
download | bcm5719-llvm-dec2c8657ef3195ec7494fe13ab912d5cdb23fcb.tar.gz bcm5719-llvm-dec2c8657ef3195ec7494fe13ab912d5cdb23fcb.zip |
Follow up to r201927: remove the Sema::InFunctionDeclarator field.
llvm-svn: 202069
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Sema/Sema.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.cpp b/clang/lib/Sema/Sema.cpp index 600da90d2c7..037327a22da 100644 --- a/clang/lib/Sema/Sema.cpp +++ b/clang/lib/Sema/Sema.cpp @@ -89,7 +89,7 @@ Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer, NSDictionaryDecl(0), DictionaryWithObjectsMethod(0), GlobalNewDeleteDeclared(false), TUKind(TUKind), - NumSFINAEErrors(0), InFunctionDeclarator(0), + NumSFINAEErrors(0), AccessCheckingSFINAE(false), InNonInstantiationSFINAEContext(false), NonInstantiationEntries(0), ArgumentPackSubstitutionIndex(-1), CurrentInstantiationScope(0), DisableTypoCorrection(false), |