Fangrui Song
|
b76b345fe1
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC
|
6 lat temu |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 lat temu |
Anastasia Stulova
|
dfe36d72bc
[Basic] Extend DiagnosticEngine to store and format Qualifiers.
|
6 lat temu |
Fangrui Song
|
41ed251deb
[Basic] Move DiagnosticsEngine::dump from .h to .cpp
|
6 lat temu |
Stephen Kelly
|
8601e55c98
Add a newline to SourceLocation dump output
|
7 lat temu |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 lat temu |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 lat temu |
Eugene Zelenko
|
53d982bea4
[Basic] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 lat temu |
Richard Smith
|
945b034082
[modules] Fix incorrect diagnostic mapping computation when a module changes
|
7 lat temu |
Nico Weber
|
0b2fb3a9d0
Make DiagnosticsEngine() take DiagOpts as DiagnosticsEngine.
|
7 lat temu |
Gabor Horvath
|
7d32ec8fb0
Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.
|
7 lat temu |
Gabor Horvath
|
0863d6bb71
Make DiagnosticIDs::getAllDiagnostics static. NFC.
|
7 lat temu |
Alex Lorenz
|
494ef6fbeb
[Basic] Add a DiagnosticError llvm::ErrorInfo subclass
|
8 lat temu |
Alex Lorenz
|
b300654147
DiagnosticsEngine should clear DelayedDiagID before reporting the
|
8 lat temu |
Alex Lorenz
|
c33eae37f4
Revert r302037
|
8 lat temu |
Alex Lorenz
|
7d6e944fab
DiagnosticsEngine should clear DelayedDiagID before reporting the
|
8 lat temu |
Richard Smith
|
56f548bbbb
[modules] Round-trip -Werror flag through explicit module build.
|
8 lat temu |
Duncan P. N. Exon Smith
|
d3992c554d
Serialization: Simulate -Werror settings in implicit modules
|
8 lat temu |
Richard Smith
|
259e80157e
Remove and replace DiagStatePoint tracking and lookup data structure.
|
8 lat temu |
Benjamin Kramer
|
8144e66d7e
[Basic] Remove source manager references from diag state points.
|
8 lat temu |
Chandler Carruth
|
49f60224fc
Add an assert to catch improperly constructed %diff sequences in
|
8 lat temu |
Justin Lebar
|
166c4abbe8
[Diag] Fix idiom in comment: "on the lam", not "on the lamb".
|
9 lat temu |
Benjamin Kramer
|
59b5b47290
Move some IntrusiveRefCntPtrs instead of copying.
|
9 lat temu |
Manuel Klimek
|
ac0a11ae22
Optionally demote fatal errors to non-fatal errors.
|
9 lat temu |
Craig Topper
|
63199306ad
[Diagnostics] Call setMapping on the correct diagnostic states in a few places. GetCurDiagState() was being used when it shouldn't be.
|
9 lat temu |
Craig Topper
|
5a36f5afc3
Use range-based for loops. NFC
|
9 lat temu |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 lat temu |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 lat temu |
David Blaikie
|
f460670679
Wdeprecated: StoredDiagnostics are stored in a SmallVector, so make sure they're copy/movable
|
10 lat temu |
Douglas Gregor
|
673b679df9
Replace __double_underscored type nullability qualifiers with _Uppercase_underscored
|
10 lat temu |