[PATCH] D18970: Add functions in ctype.h to builtin function database
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 12 06:13:45 PDT 2016
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, with one small nit.
================
Comment at: include/clang/Basic/Builtins.h:97
@@ -96,1 +96,3 @@
+ /// \brief Return true if this function has no side effects
+ bool isPure(unsigned ID) const {
----------------
Missing period at the end of the comment.
http://reviews.llvm.org/D18970
More information about the cfe-commits
mailing list