|
@@ -1127,11 +1127,6 @@ public:
|
|
Emit();
|
|
Emit();
|
|
}
|
|
}
|
|
|
|
|
|
- /// Retrieve an empty diagnostic builder.
|
|
|
|
- static DiagnosticBuilder getEmpty() {
|
|
|
|
- return {};
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
/// Forces the diagnostic to be emitted.
|
|
/// Forces the diagnostic to be emitted.
|
|
const DiagnosticBuilder &setForceEmit() const {
|
|
const DiagnosticBuilder &setForceEmit() const {
|
|
IsForceEmit = true;
|
|
IsForceEmit = true;
|