[PATCH] D151094: [clang] Implement P2564 "consteval must propagate up"
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 13:35:09 PDT 2023
shafik added inline comments.
================
Comment at: clang/lib/Parse/ParseDecl.cpp:27
#include "clang/Sema/ParsedTemplate.h"
-#include "clang/Sema/Scope.h"
#include "clang/Sema/SemaDiagnostic.h"
----------------
This looks like an unrelated change after removing the change below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151094/new/
https://reviews.llvm.org/D151094
More information about the cfe-commits
mailing list