[PATCH] D12379: Fix the bugs in the mapDiagnosticRanges (Still in progress)
Zhengkai Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 23 15:22:46 PDT 2015
zhengkai added inline comments.
================
Comment at: lib/Frontend/DiagnosticRenderer.cpp:442
@@ -419,1 +441,3 @@
+/// Check if the current location fit in the macro argument expansion
+/// Especially, it should fit in the same argument with all the other locations
----------------
Explained in the new comments in the updated diff.
http://reviews.llvm.org/D12379
More information about the cfe-commits
mailing list