Alex Lorenz
|
5195a35aa7
Introduce FileEntryRef and use it when handling includes to report correct dependencies
|
6 years ago |
Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 years ago |
Richard Smith
|
d6ffdd60ca
[verify] Add support for location markers in directives.
|
6 years ago |
Volodymyr Sapsai
|
54cac3348a
[Preprocessor] Add a note with framework location for "file not found" error.
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 years ago |
Eugene Zelenko
|
57091d2e94
[Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 years ago |
Hal Finkel
|
c29edbf998
[VerifyDiagnosticConsumer] support -verify=<prefixes>
|
7 years ago |
Richard Smith
|
5920af9409
[modules] When finding the owning module of an instantiated context in template
|
7 years ago |
Duncan P. N. Exon Smith
|
fc4c78381a
Preprocessor: Suppress -Wnonportable-include-path for header maps
|
8 years ago |
Chandler Carruth
|
f1b760ebd6
Instead of resetting the pointer, or releasing it which was the previous
|
8 years ago |
Chandler Carruth
|
695a41c5a9
Using release to free memory is at best confusing -- one would expect
|
8 years ago |
Alexander Kornienko
|
562f16e154
Refactor: Simplify boolean conditional return statements in lib/Frontend
|
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 |
Eric Fiselier
|
72cdbbce28
Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in VerifyDiagnosticsConsumer
|
10 years ago |
Alexander Kornienko
|
dfa4cf3126
Use 'override/final' instead of 'virtual' for overridden methods
|
10 years ago |
Alexander Kornienko
|
f98071d4ea
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
|
10 years ago |
Richard Smith
|
ccaf6244ef
[modules] Add support for #include_next.
|
10 years ago |
Justin Bogner
|
eecb2b269e
Frontend: Fix some underscore-then-capital UB
|
11 years ago |
Craig Topper
|
c6da4d1d6c
Unique_ptrify PPCallbacks ownership.
|
11 years ago |
David Blaikie
|
93fef8fdde
unique_ptrify Directives in VerifyDiagnosticConsumer
|
11 years ago |
Andy Gibbs
|
5ebac2ac9d
Provide -verify support to match "any" line for diagnostics in included files.
|
11 years ago |
Craig Topper
|
d24fb6c947
[C++11] Use 'nullptr'. Frontend edition.
|
11 years ago |
Tobias Grosser
|
0d40b638c5
Support 'remark' in VerifyDiagnosticConsumer
|
11 years ago |
Nico Weber
|
33d678865e
Don't leak _all_ directives in -verify mode. Found by LSan, PR19520.
|
11 years ago |
Nico Weber
|
9a68097040
Don't leak invalid RegexDirectives. Probably a small part of PR19520.
|
11 years ago |
Craig Topper
|
85bba31eb7
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
11 years ago |
Alp Toker
|
da46e89f75
Revert "Don't require -re suffix on -verify directives with regexes."
|
11 years ago |
Hans Wennborg
|
52baba31ba
Don't require -re suffix on -verify directives with regexes.
|
11 years ago |