[PATCH] D21853: [Driver][OpenMP] Update actions builder to create unbundling action when necessary.
Samuel Antao via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 1 15:48:51 PDT 2016
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
More information about the cfe-commits
mailing list