File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1117,9 +1117,8 @@ void DeclSpec::SaveWrittenBuiltinSpecs() {
1117
1117
}
1118
1118
1119
1119
// / Finish - This does final analysis of the declspec, rejecting things like
1120
- // / "_Imaginary" (lacking an FP type). This returns a diagnostic to issue or
1121
- // / diag::NUM_DIAGNOSTICS if there is no error. After calling this method,
1122
- // / DeclSpec is guaranteed self-consistent, even if an error occurred.
1120
+ // / "_Imaginary" (lacking an FP type). After calling this method, DeclSpec is
1121
+ // / guaranteed to be self-consistent, even if an error occurred.
1123
1122
void DeclSpec::Finish (Sema &S, const PrintingPolicy &Policy) {
1124
1123
// Before possibly changing their values, save specs as written.
1125
1124
SaveWrittenBuiltinSpecs ();
You can’t perform that action at this time.
0 commit comments