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() {
11171117}
11181118
11191119// / 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.
11231122void DeclSpec::Finish (Sema &S, const PrintingPolicy &Policy) {
11241123 // Before possibly changing their values, save specs as written.
11251124 SaveWrittenBuiltinSpecs ();
You can’t perform that action at this time.
0 commit comments