tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

One minor question, LGTM otherwise.


================
Comment at: lib/Sema/SemaCUDA.cpp:474
@@ +473,3 @@
+  SourceLocation Loc = FD.getLocation();
+  if (!SM.isInSystemHeader(Loc))
+    return false;
----------------
Can C++ library headers ever be non-system? I.e. can someone use libc++ via -I ?



http://reviews.llvm.org/D18328



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

Reply via email to