index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Basic
/
DiagnosticIDs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a unique_ptr instead of manual memory management for CustomDiagInfo
Nico Weber
2019-07-15
1
-5
/
+3
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-5
/
+2
*
[libclang] Fix CXTranslationUnit_KeepGoing
Ivan Donchevskii
2019-03-07
1
-1
/
+6
*
Fix the behavior of clang's -w flag.
James Y Knight
2019-01-29
1
-6
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.
Gabor Horvath
2017-12-20
1
-1
/
+1
*
Make DiagnosticIDs::getAllDiagnostics static. NFC.
Gabor Horvath
2017-11-14
1
-1
/
+1
*
[refactor] allow the use of refactoring diagnostics
Alex Lorenz
2017-10-16
1
-1
/
+4
*
Add Cross Translation Unit support library
Gabor Horvath
2017-09-22
1
-1
/
+3
*
Change Diagnostic Category size error from runtime to compiletime
Erich Keane
2017-08-28
1
-12
/
+23
*
[Bash-autocompletion] Fixed typo and add '-' after -Wno
Yuka Takahashi
2017-07-22
1
-1
/
+1
*
[Bash-autocompletion] Add support for -W<warning> and -Wno<warning>
Yuka Takahashi
2017-07-16
1
-0
/
+12
*
DiagnosticsEngine should clear DelayedDiagID before reporting the
Alex Lorenz
2017-05-04
1
-0
/
+4
*
[modules] Round-trip -Werror flag through explicit module build.
Richard Smith
2017-05-03
1
-13
/
+9
*
Remove and replace DiagStatePoint tracking and lookup data structure.
Richard Smith
2017-01-26
1
-4
/
+1
*
[PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...
Argyrios Kyrtzidis
2016-07-13
1
-1
/
+1
*
Optionally demote fatal errors to non-fatal errors.
Manuel Klimek
2016-03-01
1
-0
/
+6
*
Add an unnecessary makeArrayRef I add earlier. I didn't realize range-based f...
Craig Topper
2015-10-18
1
-1
/
+1
*
Use std::is_sorted instead of a manual loop.
Craig Topper
2015-10-18
1
-5
/
+4
*
Replace a static compare function with a lambda. NFC
Craig Topper
2015-10-17
1
-7
/
+5
*
Use a range-based for loop. Use std::end instead of pointer+array_lengthof. NFC
Craig Topper
2015-10-17
1
-11
/
+9
*
Further increase helfulness of assert message
Richard Barton
2015-10-16
1
-4
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-5
/
+5
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-5
/
+5
*
Simplify boolean expressions in clang with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled.
Richard Smith
2014-12-05
1
-10
/
+11
*
Remove unused DiagnosticsEngine::NumErrorsSuppressed member.
Rafael Espindola
2014-10-22
1
-1
/
+0
*
Simplify this logic now that -W can't be applied to remarks. No functionality...
Richard Smith
2014-08-21
1
-8
/
+1
*
Use -Rblah, not -Wblah, to control remark diagnostics. This was always the
Richard Smith
2014-08-07
1
-16
/
+46
*
Remove this pointer that is converted to bool. In well-defined contexts, the
Richard Trieu
2014-08-01
1
-3
/
+7
*
DiagnosticIDs: use diagnostic severities to simplify extension handling
Alp Toker
2014-06-22
1
-17
/
+2
*
TextDiagnosticPrinter: use the mapped level for remark flag computation
Alp Toker
2014-06-22
1
-5
/
+0
*
Use the ShowInSystemHeader bit consistently for all diagnostics
Alp Toker
2014-06-16
1
-7
/
+7
*
Permit -Wswitch coverage for enumerations.
Saleem Abdulrasool
2014-06-12
1
-1
/
+1
*
Basic: fix warnings from GCC
Saleem Abdulrasool
2014-06-12
1
-0
/
+1
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-45
/
+49
*
Improve diagnostic mapping terminology
Alp Toker
2014-06-10
1
-28
/
+27
*
Show -Wdate-time in system headers
Alp Toker
2014-06-10
1
-13
/
+6
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-08
1
-8
/
+6
*
Add support for optimization reports.
Diego Novillo
2014-04-16
1
-0
/
+5
*
Add 'remark' diagnostic type in 'clang'
Tobias Grosser
2014-02-28
1
-3
/
+12
*
Update docstrings following the param name change in r200132
Alp Toker
2014-01-26
1
-3
/
+3
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Document the Message parameter of getCustomDiagID()
Alp Toker
2013-12-23
1
-0
/
+3
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Remove C++11ism.
Richard Smith
2013-11-12
1
-1
/
+1
*
Rather than duplicating extension diagnostics to allow them to cause a
Richard Smith
2013-11-12
1
-20
/
+7
[next]