[PATCH] D62009: [clang] perform semantic checking in constant context

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 7 11:20:46 PDT 2019


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

Thanks, looks great.



================
Comment at: clang/lib/Sema/SemaChecking.cpp:13941
 ///
+/// \param isConstantEvaluated wether the evalaution should be permormed in
+/// constant context.
----------------
permormed -> performed


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62009/new/

https://reviews.llvm.org/D62009





More information about the cfe-commits mailing list