forked from OSchip/llvm-project
[Clang] Use = default(NFC)
This commit is contained in:
parent
bd5f124716
commit
17a68065c3
|
@ -70,7 +70,7 @@ class Context {
|
|||
llvm::ArrayRef<Info> AuxTSRecords;
|
||||
|
||||
public:
|
||||
Context() {}
|
||||
Context() = default;
|
||||
|
||||
/// Perform target-specific initialization
|
||||
/// \param AuxTarget Target info to incorporate builtins from. May be nullptr.
|
||||
|
|
Loading…
Reference in New Issue