nik marked 4 inline comments as done.
nik added inline comments.

================
Comment at: tools/libclang/CIndex.cpp:6888
+      const SourceLocation fixedEnd =
+          RefNameRange.getEnd().getLocWithOffset(-1);
+      RefNameRange = SourceRange(RefNameRange.getBegin(), fixedEnd);
----------------
yvvan wrote:
> 4 spaces indentation instead of 2
That's not me, but clang-format, so I guess it's fine as is.


================
Comment at: tools/libclang/CIndex.cpp:6892
+      const RangeComparisonResult ComparisonResult =
+          LocationCompare(SrcMgr, TokenLocation, RefNameRange);
+
----------------
yvvan wrote:
> same
That's not me, but clang-format, so I guess it's fine as is.


https://reviews.llvm.org/D40481



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to