summaryrefslogtreecommitdiff
path: root/clang/test/Modules/odr_hash.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-06-30[clang] odr-checker fix for conversion operators (#146153)Matheus Izvekov
2025-04-15[clang] consistently quote expressions in diagnostics (#134769)Matheus Izvekov
2025-01-29Reland: [clang] improve print / dump of anonymous declarations (#124858)Matheus Izvekov
2025-01-28Revert "[clang] improve print / dump of anonymous declarations (#124605)"Dmitri Gribenko
2025-01-27[clang] improve print / dump of anonymous declarations (#124605)Matheus Izvekov
2024-12-11[Serialization] Support loading template specializations lazily (#119333)Chuanqi Xu
2024-12-06Revert "[Serialization] Support load lazy specialization lazily"Haowei Wu
2024-12-06[Serialization] Support load lazy specialization lazilyChuanqi Xu
2024-11-27[Clang] replace 'bitfield' with 'bit-field' for consistency (#117881)Oleksandr T.
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer
2023-07-31[ODRHash] Hash type-as-writtenChuanqi Xu
2023-07-10[Clang][NFC] Fix "initalizer" typoCorentin Jabot
2023-01-12[ODRHash] Handle `Integral` and `NullPtr` template parameters in `ODRHash`isuckatcs
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-06-29[ODRHash diagnostics] Fix typos. NFC.Volodymyr Sapsai
2022-03-21[clang] Fix wrong -Wunused-local-typedef warning within a template functionKristina Bessonova
2022-01-28[NFC] Add tests for ODR checking of default template argumentChuanqi Xu
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2020-01-14[ODRHash] Fix wrong error message with bitfields and mutable.Weverything
2019-06-22[ODRHash] Skip some typedef types.Richard Trieu
2019-05-04Reduce amount of work ODR hashing does.Richard Trieu
2018-09-05Add triple to test case.Richard Trieu
2018-09-04[ODRHash] Extend hash to support all Type's.Richard Trieu
2018-08-03Diagnose invalid cv-qualifiers for friend decls.Eli Friedman
2018-07-25[ODRHash] Support hashing enums.Richard Trieu
2018-07-10[ODRHash] Merge the two function hashes into one.Richard Trieu
2018-06-07[ODRHash] Adjust info stored for FunctionTemplateDecl.Richard Trieu
2018-05-30[ODRHash] Support FunctionTemplateDecl in records.Richard Trieu
2018-04-25[ODRHash] Hash template arguments of methods.Richard Trieu
2018-04-13[ODRHash] Support pointer and reference types.Richard Trieu
2018-04-12[ODRHash] Skip more types hashing TypedefTypeRichard Trieu
2018-04-02Temporarily revert r328404:Eric Christopher
2018-03-24[ODRHash] Support pointer and reference types.Richard Trieu
2018-02-13Update StmtProfile.cpp to handle zero template arguments.Richard Trieu
2017-12-23[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-12-09Revert r320230 to fix buildbots.Richard Trieu
2017-12-09[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-11-04Update ODR hashing testsRichard Trieu
2017-09-30[ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu
2017-08-23[ODRHash] Diagnose differing template parameters.Richard Trieu
2017-07-15[ODRHash] Revert r307743 which reverted r307720Richard Trieu
2017-07-14[ODRHash] Avoid taking the types of FunctionDecl'sRichard Trieu