Commit History

Author SHA1 Message Date
  Jonas Devlieghere 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 years ago
  Richard Smith fb98e7c13d [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose 6 years ago
  Bruno Ricci 62e8a2946b [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Richard Smith 873b2e201a Clean up and simplify RequireCompleteType. 7 years ago
  Fangrui Song abdbb605f2 Remove trailing space 7 years ago
  Richard Trieu 2af72fe5e8 Check returned type is valid before using it. 7 years ago
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 years ago
  Alex Lorenz aac41bcdb1 Add support for editor placeholders to Clang 8 years ago
  Davide Italiano 594a067a96 [Sema] Unbreak GCC -Werror build (enum compare). 8 years ago
  Matthias Gehre 8c121042c9 Implement DR 373 "Lookup on namespace qualified name in using-directive" 8 years ago
  Richard Smith a669043d2b PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310). 8 years ago
  Alex Lorenz adfb69666c [ObjC++] Don't enter a C++ declarator scope when the current context is 8 years ago
  Richard Trieu 5b1c9c4dde Fix a crash on invalid code. 8 years ago
  Benjamin Kramer fd352be22e Retire llvm::alignOf in favor of C++11 alignof. 8 years ago
  Serge Pavlov c231913835 Pass information in a record instead of stack. NFC 9 years ago
  Mehdi Amini 2e23251d3e [NFC] Header cleanup 9 years ago
  Richard Smith 6ddd583f7f [modules] Enforce the rules that an explicit or partial specialization must be 9 years ago
  Reid Kleckner eb267f6ce6 [typo-correction] Apply name specifier corrections when forming a NNS 9 years ago
  Richard Smith 25c4910963 Model NamespaceAliasDecls as having their nominated namespace as an underlying 9 years ago
  Richard Smith b46f944564 Teach typo correction to properly handle mapping declarations to their 9 years ago
  Richard Smith fb0cd23541 Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due to ambiguity. 9 years ago
  Alexander Kornienko 8ca7705aa3 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 10 years ago
  Alexander Kornienko ac58acc7f2 Fixed/added namespace ending comments using clang-tidy. NFC 10 years ago
  Richard Smith 441319ae34 [modules] If we reach a definition of a class for which we already have a 10 years ago
  Serge Pavlov 217c370a90 Handle unscoped enumeration in nested name specifier. 10 years ago
  Nico Weber e92cbd3b08 Remove a comment that appears a second time 22 lines further down. 10 years ago
  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 years ago
  Kaelyn Takata 07ccb0381a Pass around CorrectionCandidateCallbacks as unique_ptrs so 10 years ago
  Nikola Smiljanic 7159053ff3 -ms-extensions: Implement __super scope specifier (PR13236). 11 years ago