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
*
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
*
Make getDiagnosticsInGroup helper method a static function in the cpp file an...
Craig Topper
2013-08-29
1
-15
/
+16
*
Move individual group name strings from the OptionTable into one big char arr...
Craig Topper
2013-08-29
1
-14
/
+11
*
Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...
Craig Topper
2013-08-28
1
-5
/
+4
*
Merge diagnostic group tables to reduce data size and relocation entries.
Craig Topper
2013-08-28
1
-10
/
+8
*
Replace 'unsigned short' with 'uint16_t' in a packed data structure for consi...
Craig Topper
2013-07-21
1
-1
/
+1
*
Revert r186649 because it wasn't unnecessary and add a comment.
Craig Topper
2013-07-21
1
-7
/
+11
*
DiagnosticIDs: Forbid Diag ID from being valid
David Majnemer
2013-07-20
1
-8
/
+4
*
Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.
Craig Topper
2013-07-19
1
-11
/
+7
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-4
/
+4
*
Fix typos: [Dd]iagnosic -> [Dd]iagnostic
Stefanus Du Toit
2013-03-01
1
-3
/
+3
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-7
/
+5
*
DiagnosticIds: Fix offset/ID calculation, no impact outside this code.
Argyrios Kyrtzidis
2013-01-02
1
-2
/
+4
*
Speed up looking up static diagnostic infos.
Benjamin Kramer
2012-12-11
1
-8
/
+41
*
Fix analysis based warnings so that all warnings are emitted when compiling
DeLesley Hutchins
2012-12-07
1
-0
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+0
*
Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it in
Daniel Jasper
2012-09-28
1
-3
/
+2
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-0
/
+1
*
Emit -verify diagnostics even when we have a fatal error.
Jordan Rose
2012-07-11
1
-20
/
+11
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-13
/
+0
[next]