[PATCH] D76504: [clang] Fix crash during template sema checking

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 20 15:45:14 PDT 2020


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

LGTM



================
Comment at: clang/lib/Sema/SemaChecking.cpp:1655
+    // greater than 0. When `size` is value dependent we cannot evaluate its
+    // value so we bail<< out.
+    if (SizeOp->isValueDependent())
----------------
"<<"?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76504





More information about the cfe-commits mailing list