sfantao added a comment.

Hi Alexey,

Thanks for the review!


================
Comment at: include/clang/Driver/Types.h:78
@@ +77,3 @@
+  /// compilation phase is a preprocessor one.
+  bool isSrcFile(ID Id);
+
----------------
ABataev wrote:
> 'const'?
`isSrcFile` is not member of a class. It is an externally visible function of 
the namespace `types`, therefore can't mark it const.


http://reviews.llvm.org/D21853



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

Reply via email to