Nico Weber
|
a50943994b
Use a unique_ptr instead of manual memory management for CustomDiagInfo
|
6 ani în urmă |
Fangrui Song
|
b76b345fe1
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC
|
6 ani în urmă |
Ivan Donchevskii
|
83bce931a4
[libclang] Fix CXTranslationUnit_KeepGoing
|
6 ani în urmă |
James Y Knight
|
2f3561f04c
Fix the behavior of clang's -w flag.
|
6 ani în urmă |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 ani în urmă |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 ani în urmă |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 ani în urmă |
Alexander Kornienko
|
b8b9458165
Fix typos in clang
|
7 ani în urmă |
Gabor Horvath
|
7d32ec8fb0
Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.
|
7 ani în urmă |
Gabor Horvath
|
0863d6bb71
Make DiagnosticIDs::getAllDiagnostics static. NFC.
|
7 ani în urmă |
Alex Lorenz
|
6de2efd195
[refactor] allow the use of refactoring diagnostics
|
7 ani în urmă |
Gabor Horvath
|
6254bf4ade
Add Cross Translation Unit support library
|
8 ani în urmă |
Erich Keane
|
661923d04a
Change Diagnostic Category size error from runtime to compiletime
|
8 ani în urmă |
Yuka Takahashi
|
2b574ef3f3
[Bash-autocompletion] Fixed typo and add '-' after -Wno
|
8 ani în urmă |
Yuka Takahashi
|
bb80e45614
[Bash-autocompletion] Add support for -W<warning> and -Wno<warning>
|
8 ani în urmă |
Alex Lorenz
|
b300654147
DiagnosticsEngine should clear DelayedDiagID before reporting the
|
8 ani în urmă |
Richard Smith
|
56f548bbbb
[modules] Round-trip -Werror flag through explicit module build.
|
8 ani în urmă |
Richard Smith
|
259e80157e
Remove and replace DiagStatePoint tracking and lookup data structure.
|
8 ani în urmă |
Argyrios Kyrtzidis
|
dc0545b300
[PCH/preamble] Make sure that if the preamble/PCH was serialized with errors that we set diagnostic engine state appropriately.
|
9 ani în urmă |
Manuel Klimek
|
ac0a11ae22
Optionally demote fatal errors to non-fatal errors.
|
9 ani în urmă |
Craig Topper
|
9ca5cd300b
Add an unnecessary makeArrayRef I add earlier. I didn't realize range-based for loops worked with arrays.
|
9 ani în urmă |
Craig Topper
|
75e87a3c9c
Use std::is_sorted instead of a manual loop.
|
9 ani în urmă |
Craig Topper
|
f686213dc4
Replace a static compare function with a lambda. NFC
|
9 ani în urmă |
Craig Topper
|
067bdf151d
Use a range-based for loop. Use std::end instead of pointer+array_lengthof. NFC
|
9 ani în urmă |
Richard Barton
|
76503c750e
Further increase helfulness of assert message
|
9 ani în urmă |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 ani în urmă |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 ani în urmă |
David Blaikie
|
a9ee4553b8
Simplify boolean expressions in clang with clang-tidy
|
10 ani în urmă |
Richard Smith
|
8c585cdfb1
Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled.
|
10 ani în urmă |
Rafael Espindola
|
4ca3fbf380
Remove unused DiagnosticsEngine::NumErrorsSuppressed member.
|
10 ani în urmă |