[PATCH] D68885: Add a Ranges field to Diagnostic struct

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 18 07:14:00 PDT 2019


alexfh added inline comments.


================
Comment at: include/clang/Tooling/Core/Diagnostic.h:93
+  /// representation of the source code associated with the diagnostic.
+  ArrayRef<CharSourceRange> Ranges;
 };
----------------
Please add YAML serialization/deserialization code for this. See include/clang/Tooling/DiagnosticsYaml.h


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68885/new/

https://reviews.llvm.org/D68885





More information about the cfe-commits mailing list