[PATCH] D12379: Fix the bugs in the mapDiagnosticRanges (Still in progress)

Richard Trieu via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 14 16:59:52 PDT 2015


rtrieu added a comment.

Why are you leaking the raw encoding of locations from the SourceManager?  This is an internal implementation detail and should not be relied on externally.  SourceLocation is the typical way to use locations.


http://reviews.llvm.org/D12379





More information about the cfe-commits mailing list