[all-commits] [llvm/llvm-project] 75611c: [Clang] Improve type traits recognition in `__has_...
cor3ntin via All-commits
all-commits at lists.llvm.org
Tue Oct 8 14:03:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75611caff4fab2f73358ae1f4c4f490622cfaa1d
https://github.com/llvm/llvm-project/commit/75611caff4fab2f73358ae1f4c4f490622cfaa1d
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/TokenKinds.def
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/test/Preprocessor/feature_tests.cpp
Log Message:
-----------
[Clang] Improve type traits recognition in `__has_builtin` (#111516)
`__has_builtin` was relying on reversible identifiers and string
matching to recognize builtin-type traits, leading to some newer type
traits not being recognized.
Fixes #111477
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list