They have already been handled before, but we can't just return false when we encounter one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144272
[clang][Interp] Ignore StaticAssertDecls ClosedPublic Authored by tbaeder on Feb 17 2023, 8:12 AM.
Details Summary They have already been handled before, but we can't just return false when we encounter one.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 28 2023, 4:42 AM This revision was landed with ongoing or failed builds.Apr 3 2023, 7:57 AM Closed by commit rG192c2c5c8947: [clang][Interp] Ignore StaticAssertDecls (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 510501 clang/lib/AST/Interp/ByteCodeStmtGen.cpp
clang/test/AST/Interp/functions.cpp
|