diff options
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
| -rw-r--r-- | llvm/utils/FileCheck/FileCheck.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/FileCheck/FileCheck.cpp b/llvm/utils/FileCheck/FileCheck.cpp index 305c28b..a5473f9 100644 --- a/llvm/utils/FileCheck/FileCheck.cpp +++ b/llvm/utils/FileCheck/FileCheck.cpp @@ -193,7 +193,7 @@ struct MarkerStyle {    std::string Note;    /// Does this marker indicate inclusion by -dump-input-filter=error?    bool FiltersAsError; -  MarkerStyle() {} +  MarkerStyle() = default;    MarkerStyle(char Lead, raw_ostream::Colors Color,                const std::string &Note = "", bool FiltersAsError = false)        : Lead(Lead), Color(Color), Note(Note), FiltersAsError(FiltersAsError) {  | 
