summaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/ms.cpp
AgeCommit message (Collapse)Author
2024-09-02[clang][bytecode] Implement __noop (#106714)Timm Baeder
This does nothing and returns 0.
2024-08-16[clang] Rename all AST/Interp stuff to AST/ByteCode (#104552)Timm Baeder
"Interp" clashes with the clang interpreter and people often confuse this.