Add support for size inference, sizeof, typeof, and lengthof.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Make significant revisions to finish enabling support for queries on expressions, not just types.
Also add tests.
llvm/lib/MC/MCParser/MasmParser.cpp | ||
---|---|---|
6684 | Done, thanks! This uncovered issues that required some more extensive revisions; apologies for that. |
can you cover some more of these with tests, and some more of the keywords (say, lengthof) too?