summaryrefslogtreecommitdiff
path: root/clang/lib/AST/APValue.cpp
AgeCommit message (Expand)Author
2025-10-01[AST] Give `CharUnits::operator%` a consistent type. NFC (#160781)Justin Bogner
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-26[clang] NFC: introduce Type::getAsEnumDecl, and cast variants for all TagDecl...Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-07[clang] Improve constexpr-unknown diagnostics. (#146288)Eli Friedman
2025-07-07Revert "[DenseMap] Do not align pointer sentinel values (NFC) (#146595)"Nikita Popov
2025-07-07[DenseMap] Do not align pointer sentinel values (NFC) (#146595)Nikita Popov
2025-06-23[NFC][Clang][AST] Drop `llvm::` in front of `ArrayRef`/`MutableArrayRef` (#14...Rahul Joshi
2025-02-20[NFC][clang] Cleanup in APValue and SemaInit (#127790)Mariya Podchishchaeva
2025-01-22[Clang] Implement P2280R4 Using unknown pointers and references in constant e...Shafik Yaghmour
2024-11-24[AST] Fix a warningKazu Hirata
2024-11-25[clang][NFC]add static for internal linkage function (#117482)Congcong Cai
2024-09-14[clang] Nits on uses of raw_string_ostream (NFC)JOE1994
2024-05-28clang:: to llvm::; NFCAaron Ballman
2024-04-18[clang][NFC] Fix FieldDecl::isUnnamedBitfield() capitalization (#89048)Timm Baeder
2024-03-26[clang] Fix assertion failure when printing atomic apvalues (#85259)Timm Baeder
2023-11-02[clang][NFC] Refactor `clang::Linkage` (#71049)Vlad Serebrennikov
2023-10-23[Clang] Handle real and imaginary parts of complex lvalue in `APValue::printP...Yingwei Zheng
2023-08-24[NFC] Add checks for self-assignment.Sindhu Chittireddy
2023-07-24Revert "[NFC] Add checks for self-assignment."Michael Platings
2023-07-24[NFC] Add checks for self-assignment.Sindhu Chittireddy
2023-01-09Move from llvm::makeArrayRef to ArrayRef deduction guides - clang/ partserge-sans-paille
2022-12-07[C++20] [Modules] [Serialization] DeserializeChuanqi Xu
2022-08-10[clang] add APValue type check in `TryPrintAsStringLiteral`YingChi Long
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-03-01[AST] Print NTTP args as string-literals when possibleZhihao Yuan
2021-11-10[clang] Do not crash in APValue::prettyPrint() on forward-decl structs.Adam Czachorowski
2021-01-06[NFC] Move readAPValue/writeAPValue up the inheritance hierarchyVarun Gandhi
2020-12-15Don't memcpy from an empty ArrayRef; the base pointer could be null, andRichard Smith
2020-12-04ADT: Stop peeking inside AlignedCharArrayUnion, NFCDuncan P. N. Exon Smith
2020-11-18Fix unused variable warning. NFCI.Simon Pilgrim
2020-11-10Add PrintingPolicy overload to APValue::printPretty. NFC.Richard Smith
2020-11-10Move code to determine the type of an LValueBase out of ExprConstant andRichard Smith
2020-11-09[c++20] For P0732R2 / P1907R1: Basic code generation and nameRichard Smith
2020-10-21Make APValue profiling a little more compact.Richard Smith
2020-10-21Add more test coverage for APValue serialization / deserialization andRichard Smith
2020-10-21[clang] Improve Serialization/Imporing/Dumping of APValuesTyker
2020-10-15[NFC] Correct name of profile function to Profile in APValueTyker
2020-10-12Canonicalize declaration pointers when forming APValues.Richard Smith
2020-10-12Revert "Canonicalize declaration pointers when forming APValues."Arthur Eubanks
2020-09-27Add profiling support for APValues.Richard Smith
2020-09-27Canonicalize declaration pointers when forming APValues.Richard Smith
2020-09-22Revert "Canonicalize declaration pointers when forming APValues."Leonard Chan
2020-09-16Canonicalize declaration pointers when forming APValues.Richard Smith
2020-09-06Add proper move ctor/move assign to APValue. NFCI.Benjamin Kramer
2020-09-04Revert "Canonicalize declaration pointers when forming APValues."Nico Weber
2020-09-03Canonicalize declaration pointers when forming APValues.Richard Smith
2020-08-20Improve pretty-printing for APValues of void type.Richard Smith