[all-commits] [llvm/llvm-project] 192c2c: [clang][Interp] Ignore StaticAssertDecls
Timm Bäder via All-commits
all-commits at lists.llvm.org
Mon Apr 3 07:57:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 192c2c5c89477e28d0129f37a7d262112585b353
https://github.com/llvm/llvm-project/commit/192c2c5c89477e28d0129f37a7d262112585b353
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/test/AST/Interp/functions.cpp
Log Message:
-----------
[clang][Interp] Ignore StaticAssertDecls
They have already been handled before, but we can't just return false
when we encounter one.
Differential Revision: https://reviews.llvm.org/D144272
More information about the All-commits
mailing list