Add support for size inference, sizeof, typeof, and lengthof.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
| Time | Test | |
|---|---|---|
| 40 ms | linux > Clang.CodeGen::arm-eabi.c | |
| 90 ms | windows > Clang.CodeGen::arm-eabi.c | 
Event Timeline
Make significant revisions to finish enabling support for queries on expressions, not just types.
Also add tests.
| llvm/lib/MC/MCParser/MasmParser.cpp | ||
|---|---|---|
| 6631 | 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?