提交历史

作者 SHA1 备注 提交日期
  Rui Ueyama ce7674d7be Fix parameter name comments using clang-tidy. NFC. 6 年之前
  Richard Smith 4bd25fda3f For DR712: store on a MemberExpr whether it constitutes an odr-use. 6 年之前
  Richard Smith 0f5e488423 Factor out duplicated code building a MemberExpr and marking it 6 年之前
  Benjamin Kramer d1015ecc8e Revert "Factor out duplicated code building a MemberExpr and marking it" and "Convert MemberExpr creation and serialization to work the same way as" 6 年之前
  Richard Smith 8ff2bea390 Factor out duplicated code building a MemberExpr and marking it 6 年之前
  Richard Smith ef7787eca5 Factor out repeated code to build 'this' expressions and mark them 6 年之前
  Bruno Ricci 62e8a2946b [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction 6 年之前
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Leonard Chan 6f7b650ee8 [Sema/Attribute] Check for noderef attribute 6 年之前
  Erik Pilkington e1dcbc21bc NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 6 年之前
  Fangrui Song abdbb605f2 Remove trailing space 7 年之前
  Steven Wu 177caf42f2 [Sema][ObjC] Do not DiagnoseUseOfDecl in LookupMemberExpr 7 年之前
  Richard Smith d00b55fa4e Improve diagnostics and error recovery for template name lookup. 7 年之前
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 年之前
  Richard Smith 497bb75060 Parse A::template B as an identifier rather than as a template-id with no 7 年之前
  Richard Smith 4204da92f0 Factor out common code for diagnosing missing template arguments. 7 年之前
  Alexey Bataev b62c028144 [OPENMP] Code cleanup and code improvements. 7 年之前
  Eric Fiselier f1010cd2b0 [Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple bases. 7 年之前
  Eric Fiselier c7df5c77fa Revert "[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple bases." 7 年之前
  Eric Fiselier 1bbe405f36 [Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple bases. 7 年之前
  Eric Fiselier 4faa6cefe2 [Sema] Remove dead code in BuildAnonymousStructUnionMemberReference. NFCI 7 年之前
  Shoaib Meenai 8b218000ce [Sema] Avoid crash for category implementation without interface 7 年之前
  Reid Kleckner 1f5fca8f18 Avoid including ScopeInfo.h from Sema.h 7 年之前
  Andrew V. Tischenko b7c9c91b6e Fif for an issue when Clang permits assignment to vector/extvector elements in a const method. 7 年之前
  Faisal Vali 0682d12e45 [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedIdKind. 7 年之前
  Adrian Prantl 550c574546 Silence a bunch of implicit fallthrough warnings 7 年之前
  Richard Smith 2276925224 Fix -Wunused-private-field to fire regardless of which implicit special members have been implicitly declared. 7 年之前
  Bruno Cardoso Lopes ba32363759 [OpenCL] Restrict swizzle length check to OpenCL mode 7 年之前
  Richard Smith 6bbe311027 [Modules TS] Module ownership semantics for redeclarations. 7 年之前
  Eric Liu e8f1fa7770 Revert "[Modules TS] Module ownership semantics for redeclarations." 7 年之前