llvm-project
3426f9c4 - [clang][NFC] Rename stale TypeSourceInfo DI variables (#166082)

Commit
2 days ago
[clang][NFC] Rename stale TypeSourceInfo DI variables (#166082) Fixes #165346 This patch renames stale variable names where `TypeSourceInfo` objects were still using the old `DI` (`DeclaratorInfo`) naming convention. Specifically, variables of type `TypeSourceInfo` have been updated from `DI` to `TSI` to improve code clarity and maintain consistency with the current naming.
Author
Parents
Loading