提交历史

作者 SHA1 备注 提交日期
  Simon Pilgrim d779f019c1 Sema - silence static analyzer getAs<> null dereference warnings. NFCI. 5 年之前
  Simon Pilgrim 84d475a5ed Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. 5 年之前
  Fangrui Song ce76f242a3 Range-style std::find{,_if} -> llvm::find{,_if}. NFC 6 年之前
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Ilya Biryukov 1091de1710 [CodeComplete] Fix a crash in access checks of inner classes 6 年之前
  Ilya Biryukov 43d57f5da1 [CodeComplete] Cleanup access checking in code completion 6 年之前
  Richard Smith 730c7ae40e P0969R0: allow structured binding of accessible members, not only public members. 7 年之前
  Fangrui Song abdbb605f2 Remove trailing space 7 年之前
  Eric Liu 16cd80eccb [CodeComplete] Fix accessibilty of protected members from base class. 7 年之前
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 年之前
  Hans Wennborg 9989ece040 Revert r325321 "[Sema] Take into account the current context when checking the" 7 年之前
  Akira Hatanaka 2867bd1baa [Sema] Take into account the current context when checking the 7 年之前
  Richard Smith 5be817d9f9 P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: 9 年之前
  Etienne Bergeron 06caa0fe00 [Sema] Fix incorrect enum token namespace 9 年之前
  Richard Smith c1d4062ba3 Make SemaAccess smarter about determining when a dependent class might 9 年之前
  Richard Smith eb4fb3e562 Fix crash in access check for aggregate initialization of base classes. It's 9 年之前
  David Blaikie 7d10404859 -Wdeprecated: SavedInstanceContext is returned by value but isn't really copyable, but it can be made movable 10 年之前
  Davide Italiano 1218427dd0 [SemaAccess] Provide meaningful message when we hit llvm_unreachable(). 10 年之前
  Alexander Kornienko 8ca7705aa3 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 10 年之前
  Alexander Kornienko ac58acc7f2 Fixed/added namespace ending comments using clang-tidy. NFC 10 年之前
  Davide Italiano c948852ae6 [Sema] Improve llvm_unreachable() message. 10 年之前
  Reid Kleckner 647af370c2 Don't assume friended C++ method decls have qualifiers 10 年之前
  Alp Toker af940ca85c Consolidate some note diagnostics 11 年之前
  Craig Topper 6b8c5857eb [C++11] Use 'nullptr'. Sema edition. 11 年之前
  Aaron Ballman 75cecc70e2 [C++11] Replacing CXXRecordDecl iterators friend_begin() and friend_end() with iterator_range friends(). Updating all of the usages of the iterators with range-based for loops. 11 年之前
  Aaron Ballman 7191c6b061 [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops. 11 年之前
  Aaron Ballman caabaa8e4b [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with iterator_range decls(). The same is true for the noload versions of these APIs. Updating all of the usages of the iterators with range-based for loops. 11 年之前
  Reid Kleckner da8b957aca Move the -fms-compatibility using decl check after real access checking 11 年之前
  Alp Toker 37545f747c Rename getResultType() on function and method declarations to getReturnType() 11 年之前
  Alp Toker 6c3ae05f55 Change a dyn_cast from r199794 to a straight cast 11 年之前