Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/AST/Interp/literals.cpp | ||
---|---|---|
270 | I just thought it might be useful to test something that's not a literal. |
Paths
| Differential D135012
[clang][Interp] Implement bitwise and operations ClosedPublic Authored by tbaeder on Oct 1 2022, 12:24 AM.
Details
Diff Detail
Event Timelinetbaeder marked 2 inline comments as done. This revision is now accepted and ready to land.Oct 4 2022, 7:47 AM
This revision was landed with ongoing or failed builds.Oct 14 2022, 5:01 AM Closed by commit rG62a58050ba0a: [clang][Interp] Implement bitwise and operations (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467744 clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/Integral.h
clang/lib/AST/Interp/Interp.h
clang/lib/AST/Interp/Opcodes.td
clang/test/AST/Interp/literals.cpp
|
Maybe bitAnd?