[Clang] Use = default(NFC)

This commit is contained in:
Jun Zhang 2022-03-06 13:01:49 +08:00
parent bd5f124716
commit 17a68065c3
No known key found for this signature in database
GPG Key ID: E19904830B621534
1 changed files with 1 additions and 1 deletions

View File

@ -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.