summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx2b-static-subscript-operator.cpp
AgeCommit message (Expand)Author
2024-01-31[clang] static operators should evaluate object argument (reland) (#80108)Tianlan Zhou
2024-01-30Revert "[clang] static operators should evaluate object argument (#68485)"Aaron Ballman
2024-01-30[clang] static operators should evaluate object argument (#68485)Tianlan Zhou
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever
2022-11-29[Clang] Implement static operator[]Roy Jacobson