jlebar added inline comments.

================
Comment at: lib/Sema/SemaCUDA.cpp:474
@@ +473,3 @@
+  SourceLocation Loc = FD.getLocation();
+  if (!SM.isInSystemHeader(Loc))
+    return false;
----------------
tra wrote:
> Can C++ library headers ever be non-system? I.e. can someone use libc++ via 
> -I ?
> 
Good question, I have no idea if that's supposed to work.  Reid, do you know?

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