[PATCH] D128747: ISSUE - incorrect -Winfinite-recursion warning on potentially-unevaluated operand #21668
Prathit Aswar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 21:29:43 PDT 2022
appmonster007 added inline comments.
================
Comment at: clang/test/SemaCXX/warn-infinite-recursion.cpp:3
+#include "typeinfo"
+
----------------
`#include <typeinfo>` resulted in 'typeinfo' file not found with <angled> include; use "quotes" instead
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128747/new/
https://reviews.llvm.org/D128747
More information about the cfe-commits
mailing list