aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaObjC
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Enable unguarded availability diagnostic on instantiated template functions (...Helena Kotas1-4/+16
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song1-1/+1
2024-04-29[Clang] Add diagnostic about "%P" specifier with Objective-C pointers (#89977)Jared Grubb1-1/+4
2024-03-21[OBJC] Allow __attribute__((NSObject)) types be used as lightweight generic s...dmaclach1-0/+23
2024-03-05[clang] Use separator for large numeric values in overflow diagnostic (#80939)Atousa Duprat2-3/+3
2024-02-13[attributes][analyzer] Generalize [[clang::suppress]] to declarations. (#80371)Artem Dergachev1-12/+7
2024-01-26[-Wcompletion-handler] Fix a non-termination issue (#78380)Ziqing Luo1-0/+10
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer1-0/+0
2023-12-13[attributes][analyzer] Implement [[clang::suppress]] - suppress static analys...Artem Dergachev1-0/+50
2023-11-06[Clang][Sema] Skip RecordDecl when checking scope of declarations (#69432)Qiu Chaofan1-2/+2
2023-10-24[CXXNameMangler] Correct the mangling of SVE ACLE types within function names...Paul Walker1-1/+1
2023-08-28[clang] Remove rdar links; NFCAaron Ballman251-551/+45
2023-08-15Complete the implementation of P2361 Unevaluated string literalsCorentin Jabot3-4/+4
2023-08-11[C23] Rename C2x->C23 in diagnosticsAaron Ballman1-3/+3
2023-07-22[clang] Enable C++11-style attributes in all language modesNikolas Klauser1-1/+1
2023-07-21[Clang] Diagnose jumps into statement expressionsCorentin Jabot1-11/+8
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini250-45/+550
2023-07-12Revert "[Clang] Diagnose jumps into statement expressions"Corentin Jabot1-9/+10
2023-07-11[Clang] Diagnose jumps into statement expressionsCorentin Jabot1-10/+9
2023-07-07Remove rdar links; NFCAaron Ballman250-550/+45
2023-07-03Add a flag to disable "duplicate definition of category" warningsAkira Hatanaka1-2/+8
2023-05-14[clang] Convert a few tests to opaque pointersSergei Barannikov1-15/+8
2023-05-08Reland "Give NullabilityKind a printing operator<<"Sam McCall1-3/+3
2023-05-05Revert "Give NullabilityKind a printing operator<<"Caroline Tice1-3/+3
2023-05-04Give NullabilityKind a printing operator<<Sam McCall1-3/+3
2023-04-03[C2x] Implement support for empty brace initialization (WG14 N2900 and WG14 N...Aaron Ballman1-1/+1
2023-02-14[clang][NFC] Adjust tests to not un/define predefined macrosJohn Brawn2-2/+0
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-6/+6
2022-12-02Don't revisit the subexpressions of PseudoObjectExpr when building aAkira Hatanaka1-0/+12
2022-11-22[Clang][Sema] Added space after ',' in a warningFahad Nayyar1-1/+1
2022-11-15[Sema] Use the value category of the base expression when creating anAkira Hatanaka1-0/+8
2022-10-20[clang][Sema] Use correct array size for diagnosticBill Wendling1-2/+1
2022-10-04[clang] Unify Sema and CodeGen implementation of isFlexibleArrayMemberExprserge-sans-paille1-0/+27
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov1-1/+1
2022-09-16Revert "[clang] use getCommonSugar in an assortment of places"Matheus Izvekov1-1/+1
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov1-1/+1
2022-09-08Revert D111509 "[clang] use getCommonSugar in an assortment of places"Fangrui Song1-1/+1
2022-09-08[clang] use getCommonSugar in an assortment of placesMatheus Izvekov1-1/+1
2022-08-10Default implicit function pointer conversions diagnostic to be an errorAaron Ballman1-2/+2
2022-08-04[Sema] -Wformat: support C23 format specifier %b %BFangrui Song1-1/+1
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman9-26/+23
2022-06-15[clang] Reject non-declaration C++11 attributes on declarationsMartin Boehme1-1/+5
2022-06-02Revert "Drop qualifiers from return types in C (DR423)"Aaron Ballman1-2/+2
2022-05-26Fix failing test case with strict prototype changesAaron Ballman1-2/+2
2022-05-19Drop qualifiers from return types in C (DR423)Aaron Ballman1-2/+2
2022-05-12[clang] Allow all string types for all attribute(format) stylesFĂ©lix Cloutier1-2/+17
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman1-1/+1
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman4-10/+12
2022-04-15Fix failing test case found by bots:Aaron Ballman1-4/+2
2022-04-08[C89/C2x] Improve diagnostics around strict prototypes in CAaron Ballman1-3/+2