[PATCH] D35520: [Sema] Improve diagnostic message for unavailable c++17 aligned allocation functions
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 18 06:05:24 PDT 2017
aaron.ballman added inline comments.
================
Comment at: include/clang/Basic/AlignedAllocation.h:12
+/// \brief Defines a function that returns the minimum OS versions supporting
+/// c++17's aligned allocation functions.
+///
----------------
c++17 -> C++17
https://reviews.llvm.org/D35520
More information about the cfe-commits
mailing list