forked from OSchip/llvm-project
parent
40446e8a0a
commit
673d1401c5
|
@ -1084,7 +1084,7 @@ public:
|
|||
/// };
|
||||
/// @endcode
|
||||
class CXXConstructorDecl : public CXXMethodDecl {
|
||||
/// Explicit - Whether this constructor declaration has the
|
||||
/// IsExplicitSpecified - Whether this constructor declaration has the
|
||||
/// 'explicit' keyword specified.
|
||||
bool IsExplicitSpecified : 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue