[PATCH] D159490: Fix warning in MSVC
Felipe de Azevedo Piovezan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 11 07:06:22 PDT 2023
fdeazeve added a comment.
I think this may have broken builds:
worktrees/src1/clang/lib/AST/DeclPrinter.cpp:293:48: error: function definition is not allowed here
static bool mustPrintOnLeftSide(const Attr *A) {
Probably missing a `}`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159490/new/
https://reviews.llvm.org/D159490
More information about the cfe-commits
mailing list