arphaman added inline comments.

================
Comment at: lib/Lex/PPDirectives.cpp:564
+  if (Callbacks)
+    Callbacks->SourceRangeSkipped(
+        SourceRange(HashToken.getLocation(), CurPPLexer->getSourceLocation()));
----------------
You'd have to update the pp-tests in clang-tools-extra too


https://reviews.llvm.org/D36642



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

Reply via email to