summaryrefslogtreecommitdiff
path: root/clang/lib/AST/ExprObjC.cpp
AgeCommit message (Expand)Author
2025-11-21[AST] Construct iterator_range with the conversion constructor (NFC) (#169004)Kazu Hirata
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-07-28[clang] Diagnose [[nodiscard]] return types in Objective-C++ (#142541)halbi2
2025-06-28[clang] Remove unused includes (NFC) (#146254)Kazu Hirata
2025-06-23[NFC][Clang][AST] Adopt `llvm::copy` in Clang AST (#145192)Rahul Joshi
2024-11-17[AST] Remove unused includes (NFC) (#116549)Kazu Hirata
2021-07-28[clang] NFC: refactor multiple implementations of getDecltypeForParenthesized...Matheus Izvekov
2021-06-09[clang] NFC: Rename rvalue to prvalueMatheus Izvekov
2020-03-17[AST] Move dependence computations into a separate fileHaojian Wu
2020-03-16Revert "[AST] Move dependence computations into a separate file"Haojian Wu
2020-03-16[AST] Move dependence computations into a separate fileIlya Biryukov
2020-03-16[AST] rename DependencyFlags.h => DependenceFlags.h, NFCHaojian Wu
2020-03-04[AST] Refactor propagation of dependency bits. NFCIlya Biryukov
2019-04-12[AST][NFC] Add const children() accessors to all AST nodesBruno Ricci
2019-01-25Fix "control reaches end of non-void function" warning. NFCI.Simon Pilgrim
2019-01-25[AST] Add a method to get a call type from an ObjCMessageExprGeorge Karpenkov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-30[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2016-10-20Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer
2015-12-31[TrailingObjects] Fix bug in "Convert classes in ExprObjC.h"James Y Knight
2015-12-31[TrailingObjects] Convert classes in ExprObjC.hJames Y Knight
2015-09-29Move functions declared in ExprObjC.h into ExprObjC.cpp.James Y Knight