Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 سال پیش |
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 سال پیش |