llvm-project
7e3080f0
- [clang] Mark `OverloadCandidateSet::OperatorRewriteInfo` methods as const (#162271)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
33 days ago
[clang] Mark `OverloadCandidateSet::OperatorRewriteInfo` methods as const (#162271) They don't mutate the object and this makes them easier to use and allows better const correctness when using Clang as a library.
References
#162271 - [clang] Mark `OverloadCandidateSet::OperatorRewriteInfo` methods as const
Author
bricknerb
Parents
95144b17
Loading