This change makes DeclarationNameLoc a proper class and refactors its
users to use getter methods instead of accessing the members directly.
The change also makes DeclarationNameLoc immutable (i.e., it cannot
be modified once constructed).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo