steveire added inline comments.

================
Comment at: unittests/Basic/SourceManagerTest.cpp:189
+
+  // TODO: How do I get a loc in another file?
+  auto headerLoc = 
SourceMgr.getSpellingLoc(SourceMgr.translateLineCol(MainFileID, 3, 5));
----------------
I don't know how to resolve this TODO, and somehow test a range between two 
files.


Repository:
  rC Clang

https://reviews.llvm.org/D50662



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

Reply via email to