[PATCH] D11789: Modify DeclaratorChuck::getFunction to be passed an Exception Specification SourceRange
Nathan Wilson via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 6 19:26:42 PDT 2015
nwilson added inline comments.
================
Comment at: include/clang/Sema/DeclSpec.h:1262
@@ -1260,1 +1261,3 @@
+ /// \brief The end location of the exception specifier, if any.
+ unsigned ExceptionSpecLocEnd;
----------------
Please let me know if there is still an issue with the wording here.
http://reviews.llvm.org/D11789
More information about the cfe-commits
mailing list