提交历史

作者 SHA1 备注 提交日期
  Richard Smith fb98e7c13d [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose 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 年之前
  Richard Smith 873b2e201a Clean up and simplify RequireCompleteType. 7 年之前
  Fangrui Song abdbb605f2 Remove trailing space 7 年之前
  Richard Trieu 2af72fe5e8 Check returned type is valid before using it. 7 年之前
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 年之前
  Alex Lorenz aac41bcdb1 Add support for editor placeholders to Clang 8 年之前
  Davide Italiano 594a067a96 [Sema] Unbreak GCC -Werror build (enum compare). 8 年之前
  Matthias Gehre 8c121042c9 Implement DR 373 "Lookup on namespace qualified name in using-directive" 8 年之前
  Richard Smith a669043d2b PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310). 8 年之前
  Alex Lorenz adfb69666c [ObjC++] Don't enter a C++ declarator scope when the current context is 8 年之前
  Richard Trieu 5b1c9c4dde Fix a crash on invalid code. 8 年之前
  Benjamin Kramer fd352be22e Retire llvm::alignOf in favor of C++11 alignof. 8 年之前
  Serge Pavlov c231913835 Pass information in a record instead of stack. NFC 9 年之前
  Mehdi Amini 2e23251d3e [NFC] Header cleanup 9 年之前
  Richard Smith 6ddd583f7f [modules] Enforce the rules that an explicit or partial specialization must be 9 年之前
  Reid Kleckner eb267f6ce6 [typo-correction] Apply name specifier corrections when forming a NNS 9 年之前
  Richard Smith 25c4910963 Model NamespaceAliasDecls as having their nominated namespace as an underlying 9 年之前
  Richard Smith b46f944564 Teach typo correction to properly handle mapping declarations to their 9 年之前
  Richard Smith fb0cd23541 Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due to ambiguity. 9 年之前
  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 年之前
  Richard Smith 441319ae34 [modules] If we reach a definition of a class for which we already have a 10 年之前
  Serge Pavlov 217c370a90 Handle unscoped enumeration in nested name specifier. 10 年之前
  Nico Weber e92cbd3b08 Remove a comment that appears a second time 22 lines further down. 10 年之前
  Aaron Ballman 00dccd63cd [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only applies to situations where the namespace is mentioned. Thus, use on anonymous namespaces is diagnosed. 10 年之前
  Kaelyn Takata 07ccb0381a Pass around CorrectionCandidateCallbacks as unique_ptrs so 10 年之前
  Nikola Smiljanic 7159053ff3 -ms-extensions: Implement __super scope specifier (PR13236). 11 年之前
  Nico Weber 4f2a6d6d73 Add -Wunused-local-typedef, a warning that finds unused local typedefs. 11 年之前