aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaAvailability.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-17[Clang] Warn on deprecated specializations used in system headers. (#70353)cor3ntin1-0/+23
2023-08-07[clang/cxx-interop] Teach clang to ignore availability errors that come from ...zoecarver1-0/+12
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+4
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2023-01-05[Sema] Fix a bug where clang doesn't detect uses of unavailable declsAkira Hatanaka1-0/+5
2022-12-09[clang] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-2/+2
2022-12-03[Sema] Use std::nullopt instead of None (NFC)Kazu Hirata1-5/+5
2022-09-16[HLSL] Enable availability attributeChris Bieneman1-0/+3
2022-06-20[clang] Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2021-10-11[clang] Convert a few loops to for-eachNico Weber1-2/+1
2021-09-14Cleanup identifier parsing; NFCCorentin Jabot1-1/+1
2021-09-04[clang] NFC: Fix trivial typo in comments and documentKazuaki Ishizaki1-1/+1
2021-06-01[clang] RecursiveASTVisitor visits ObjCPropertyRefExpr's class receiverDavid Goldman1-5/+1
2021-05-24[Sema] Always search the full function scope context if a potential availabil...Logan Smith1-14/+13
2020-03-11Prune TargetInfo.h include from ParsedAttr.h, NFCReid Kleckner1-0/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-4/+4
2020-01-24[Sema] Split availability processing into SemaAvailability.cppReid Kleckner1-0/+963