[all-commits] [llvm/llvm-project] ea4d22: [Lex] Avoid repeated calls to getIdentifierInfo() ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 23 03:16:32 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea4d22f22568ccce7985032d150e79197694d38f
https://github.com/llvm/llvm-project/commit/ea4d22f22568ccce7985032d150e79197694d38f
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M clang/include/clang/Lex/Preprocessor.h
Log Message:
-----------
[Lex] Avoid repeated calls to getIdentifierInfo() (NFC)
We're calling it four times in the same function.
More information about the All-commits
mailing list