summaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/nullable.cpp
AgeCommit message (Collapse)Author
2025-08-05[clang][bytecode][NFC] Only collect non-null args if we have to (#152074)Timm Baeder
Only do this if the function really has a NonNullArg.
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.