[all-commits] [llvm/llvm-project] 5e09c4: [clang][NFC] Partially annotate `IdentifierInfo` w...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Wed Nov 8 04:45:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e09c4e6a865707ed26f9a893dbef8b499591459
https://github.com/llvm/llvm-project/commit/5e09c4e6a865707ed26f9a893dbef8b499591459
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2023-11-08 (Wed, 08 Nov 2023)
Changed paths:
M clang/include/clang/Basic/IdentifierTable.h
Log Message:
-----------
[clang][NFC] Partially annotate `IdentifierInfo` with `preferred_type`
This patch leaves `ObjCOrBuiltinID` alone, because of performance concerns with potential refactoring that would enable correct types in debug info.
More information about the All-commits
mailing list