arphaman marked 2 inline comments as done. arphaman added inline comments.
================ Comment at: lib/Basic/SourceManager.cpp:2035 + "Passed invalid source location!"); + assert(Start.isFileID() && End.isFileID() && Loc.isFileID() && + "Passed non-file source location!"); ---------------- ioeric wrote: > Why do we disallow locations from macro expansions? I changed the patch to allow them by working with spelling locs. Repository: rC Clang https://reviews.llvm.org/D50740 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits