Files
llvm-project/clang/lib/ExtractAPI/DeclarationFragments.cpp
Erick Velez fe8a597aa6 [clang][ExtractAPI] emit correct spelling for type aliases (#134007)
Previously, C++11 type aliases were serialized using "typedef"
regardless of the source spelling.
This checks if the TypedefNameDecl is actually a TypeAliasDecl and
corrects the spelling.
2026-04-07 11:32:59 +01:00

65 KiB