Commit History

Author SHA1 Message Date
  Erich Keane 063c2472fa [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. 6 years ago
  Nico Weber 47f5868aba clang: Fix typo in comment 6 years ago
  Rui Ueyama ce7674d7be Fix parameter name comments using clang-tidy. NFC. 6 years ago
  Fangrui Song ce76f242a3 Range-style std::find{,_if} -> llvm::find{,_if}. NFC 6 years ago
  Akira Hatanaka 7d9eac6700 [Sema][ObjC] Allow silencing -Wobjc-designated-initializers warnings by 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Bruno Ricci 7d10f0803f [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr. 6 years ago
  John McCall 11fd5cf9fd Add -Wobjc-property-assign-on-object-type. 7 years ago
  Richard Smith 98caebcbd8 Model type attributes as regular Attrs. 7 years ago
  Reid Kleckner 3ae8feb8a4 Revert r339623 "Model type attributes as regular Attrs." 7 years ago
  Richard Smith a3402fe23c Model type attributes as regular Attrs. 7 years ago
  Stephen Kelly 2dfd8132cf Port getLocEnd -> getEndLoc 7 years ago
  Stephen Kelly d7b659b592 Port getLocStart -> getBeginLoc 7 years ago
  Fangrui Song abdbb605f2 Remove trailing space 7 years ago
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 years ago
  Alex Lorenz e1376f9001 [ObjC] The absence of ownership qualifiers on an ambiguous property leads 7 years ago
  George Burgess IV f6b7996bf6 Remove redundant casts. NFC 7 years ago
  Volodymyr Sapsai b1ead8ba0f [Sema] Add support for flexible array members in Obj-C. 7 years ago
  Alex Lorenz 0cbff250f6 [ObjC] Don't warn on readwrite properties with custom setters that 7 years ago
  Alex Lorenz b97715b75d [ObjC] Check written attributes only when synthesizing ambiguous property 8 years ago
  Alex Lorenz 8872ad1bd2 [Sema] Silence -Wobjc-missing-property-synthesis for unavailable properties 8 years ago
  Alex Lorenz 2eb4707ace [ObjC] Pick a 'readwrite' property when synthesizing ambiguous 8 years ago
  Alex Lorenz b9181e93ed Add a fixit for -Wobjc-protocol-property-synthesis 8 years ago
  Alex Lorenz 225e636cbc [Sema][ObjC] Avoid the "type of property does not match type of accessor" 8 years ago
  Argyrios Kyrtzidis 10eccfa5a0 [index/AST] Add references for ObjC getter=/setter= property attributes and related property getter/setter role fixes 8 years ago
  Richard Smith 26a006d892 Move checks for creation of objects of abstract class type from the various 8 years ago
  Richard Smith faa718808d Mass-rename the handful of error_* diagnostics to err_*. 8 years ago
  Akira Hatanaka 9793769423 [ObjC] Remove _Atomic from return type and parameter type of 9 years ago
  Manman Ren 2fb325091a ObjectiveC Class Properties: warn if a class property accessor is mistakenly an 9 years ago
  Manman Ren a9b68e49fa ObjC class properties: add diagnostics for unimplemented class properties. 9 years ago