summaryrefslogtreecommitdiff
path: root/clang/lib/AST/ODRDiagsEmitter.cpp
AgeCommit message (Expand)Author
2025-05-01[clang] Add scoped enum support to `StreamingDiagnostic` (#138089)Vlad Serebrennikov
2024-05-22[clang] NFCI: use TemplateArgumentLoc for NTTP DefaultArgument (#92852)Matheus Izvekov
2024-05-21[clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (#92854)Matheus Izvekov
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin
2023-11-01[clang][NFC] Refactor `ObjCMethodDecl::ImplementationControl`Vlad Serebrennikov
2023-07-20[Clang] Implement P2741R3 - user-generated static_assert messagesCorentin Jabot
2023-07-05[ODRHash] Stop hashing `ObjCMethodDecl::isOverriding` as it doesn't capture i...Volodymyr Sapsai
2023-03-30PR60985: Fix merging of lambda closure types across modules.Richard Smith
2023-01-20[modules] Allow parsing a duplicate Obj-C interface if a previous one comes f...Volodymyr Sapsai
2023-01-20[ODRHash] Hash `ObjCInterfaceDecl` and diagnose discovered mismatches.Volodymyr Sapsai
2023-01-19[ODRHash] Hash `RecordDecl` and diagnose discovered mismatches.Volodymyr Sapsai
2022-11-17[ODRHash] Detect duplicate `ObjCProtocolDecl` ODR mismatches during parsing.Volodymyr Sapsai
2022-11-17[ODRHash] Hash `ObjCPropertyDecl` and diagnose discovered mismatches.Volodymyr Sapsai
2022-10-17[ODRHash] Hash `ObjCMethodDecl` and diagnose discovered mismatches.Volodymyr Sapsai
2022-10-17[ODRHash] Rename `isDeclToBeProcessed` to `isSubDeclToBeProcessed`. NFC inten...Volodymyr Sapsai
2022-10-17[ODRHash] Hash `ObjCProtocolDecl` and diagnose discovered mismatches.Volodymyr Sapsai
2022-09-07[ODRHash diagnostics] Move `ODRDiagsEmitter` to libAST in separate files. NFC.Volodymyr Sapsai