llvm-project/clang/lib/ExtractAPI
Daniel Grumberg b6da16ffb9 [clang][ExtractAPI] Ignore fully anonymous RecordDecls
ExtractAPI was emitting a separate symbol for anonymous record declaration
that define the type of a member of another record declaration. Now
ExtractAPI ignores these declarations and just records the existence of
the actual member.

Differential Revision: https://reviews.llvm.org/D135804
2022-10-13 11:53:53 +01:00
..
Serialization [clang][ExtractAPI] Record availability information on all platforms 2022-08-19 14:54:52 -07:00
API.cpp [clang][ExtractAPI] Record availability information on all platforms 2022-08-19 14:54:52 -07:00
AvailabilityInfo.cpp [clang][ExtractAPI] Record availability information on all platforms 2022-08-19 14:54:52 -07:00
CMakeLists.txt [clang][ExtractAPI] Record availability information on all platforms 2022-08-19 14:54:52 -07:00
DeclarationFragments.cpp [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
ExtractAPIConsumer.cpp [clang][ExtractAPI] Ignore fully anonymous RecordDecls 2022-10-13 11:53:53 +01:00
TypedefUnderlyingTypeResolver.cpp [clang][extract-api] Add support for typedefs 2022-04-06 19:14:05 +01:00
TypedefUnderlyingTypeResolver.h [clang][extract-api] Add support for typedefs 2022-04-06 19:14:05 +01:00