summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Decl.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-05-09 03:59:21 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-05-09 03:59:21 +0000
commit76b9027f352a83c13c98820724071c5e3bea6232 (patch)
tree7319685297e02f0aad25f181838fda329b6cb331 /clang/lib/AST/Decl.cpp
parentac0456594b0815b5390f5c7f1d2f16de074222e6 (diff)
downloadbcm5719-llvm-76b9027f352a83c13c98820724071c5e3bea6232.tar.gz
bcm5719-llvm-76b9027f352a83c13c98820724071c5e3bea6232.zip
[c++20] Add support for explicit(bool), as described in P0892R2.
Patch by Tyker! Differential Revision: https://reviews.llvm.org/D60934 llvm-svn: 360311
Diffstat (limited to 'clang/lib/AST/Decl.cpp')
-rw-r--r--clang/lib/AST/Decl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp
index 79db14af49c..4e42dd7d3bd 100644
--- a/clang/lib/AST/Decl.cpp
+++ b/clang/lib/AST/Decl.cpp
@@ -2713,7 +2713,6 @@ FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC,
FunctionDeclBits.SClass = S;
FunctionDeclBits.IsInline = isInlineSpecified;
FunctionDeclBits.IsInlineSpecified = isInlineSpecified;
- FunctionDeclBits.IsExplicitSpecified = false;
FunctionDeclBits.IsVirtualAsWritten = false;
FunctionDeclBits.IsPure = false;
FunctionDeclBits.HasInheritedPrototype = false;
OpenPOWER on IntegriCloud