[PATCH] D35230: [clang] buildFixItInsertionLine should use Hints of the same FID and LineNo

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 11 06:03:21 PDT 2017


alexfh added inline comments.


================
Comment at: lib/Frontend/TextDiagnostic.cpp:1109-1110
-      } else {
-        FixItInsertionLine.clear();
-        break;
       }
----------------
Did you figure out why the old code used to give up here? Why does your code just continue?


https://reviews.llvm.org/D35230





More information about the cfe-commits mailing list