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
/
Diagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Basic] Add a DiagnosticError llvm::ErrorInfo subclass
Alex Lorenz
2017-08-25
1
-1
/
+4
*
DiagnosticsEngine should clear DelayedDiagID before reporting the
Alex Lorenz
2017-05-04
1
-5
/
+3
*
Revert r302037
Alex Lorenz
2017-05-03
1
-2
/
+1
*
DiagnosticsEngine should clear DelayedDiagID before reporting the
Alex Lorenz
2017-05-03
1
-1
/
+2
*
[modules] Round-trip -Werror flag through explicit module build.
Richard Smith
2017-05-03
1
-9
/
+3
*
Serialization: Simulate -Werror settings in implicit modules
Duncan P. N. Exon Smith
2017-04-12
1
-1
/
+5
*
Remove and replace DiagStatePoint tracking and lookup data structure.
Richard Smith
2017-01-26
1
-85
/
+100
*
[Basic] Remove source manager references from diag state points.
Benjamin Kramer
2017-01-18
1
-10
/
+32
*
Add an assert to catch improperly constructed %diff sequences in
Chandler Carruth
2016-12-23
1
-1
/
+4
*
[Diag] Fix idiom in comment: "on the lam", not "on the lamb".
Justin Lebar
2016-08-10
1
-3
/
+3
*
Move some IntrusiveRefCntPtrs instead of copying.
Benjamin Kramer
2016-07-21
1
-4
/
+6
*
Optionally demote fatal errors to non-fatal errors.
Manuel Klimek
2016-03-01
1
-0
/
+1
*
[Diagnostics] Call setMapping on the correct diagnostic states in a few place...
Craig Topper
2015-11-26
1
-3
/
+3
*
Use range-based for loops. NFC
Craig Topper
2015-11-26
1
-7
/
+7
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Wdeprecated: StoredDiagnostics are stored in a SmallVector, so make sure they...
David Blaikie
2015-08-13
1
-4
/
+0
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-0
/
+21
*
push_back() loop -> append() for random access iterators.
Benjamin Kramer
2015-06-12
1
-10
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-8
/
+2
*
Clean up a string comparison with StringRef. Suggestion by David Majnemer.
Richard Trieu
2015-01-17
1
-1
/
+2
*
When the diagnostic text is simply "%0", sanitize the string for any
Richard Trieu
2015-01-08
1
-0
/
+15
*
Destroy the diagnostic client first in ~DiagnosticEngine
Reid Kleckner
2014-12-17
1
-0
/
+6
*
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
2014-11-17
1
-15
/
+5
*
Remove unused DiagnosticsEngine::NumErrorsSuppressed member.
Rafael Espindola
2014-10-22
1
-1
/
+0
*
Increase SmallVector<> size in DiagnosticsEngine::setSeverityForGroup
Hans Wennborg
2014-08-11
1
-3
/
+3
*
Use -Rblah, not -Wblah, to control remark diagnostics. This was always the
Richard Smith
2014-08-07
1
-8
/
+14
*
DiagnosticIDs: use diagnostic severities to simplify extension handling
Alp Toker
2014-06-22
1
-1
/
+1
*
DiagnosticsEngine: update severity setters to new terminology
Alp Toker
2014-06-12
1
-12
/
+10
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-11
/
+11
*
Use StringRef to simplify code. No functional change.
Craig Topper
2014-06-12
1
-10
/
+9
*
Use ArrayRef in some function parameters instead of a pointer and count. No f...
Craig Topper
2014-06-12
1
-14
/
+12
*
Improve diagnostic mapping terminology
Alp Toker
2014-06-10
1
-25
/
+24
*
Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
Alexander Kornienko
2014-05-22
1
-9
/
+6
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-08
1
-5
/
+5
*
Fix -Wreturn-type build failure on ASTMatchers, plus an intended assert
Alp Toker
2014-01-26
1
-1
/
+1
*
Remove flawed diagnostic mapping functions
Alp Toker
2014-01-26
1
-35
/
+0
*
Bring back magic constants in the digraph diagnostic
Alp Toker
2014-01-07
1
-2
/
+0
*
Support diagnostic formatting of keyword tokens
Alp Toker
2014-01-06
1
-7
/
+13
*
Rename getTokenSimpleSpelling() to getPunctuatorSpelling()
Alp Toker
2014-01-06
1
-1
/
+1
*
Teach the diagnostics engine about the Attr type to make reporting on semanti...
Aaron Ballman
2013-12-26
1
-0
/
+1
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-0
/
+29
*
Revert r177218.
Argyrios Kyrtzidis
2013-05-03
1
-1
/
+0
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-5
/
+0
*
When building a module, forward diagnostics to the outer diagnostic consumer.
Douglas Gregor
2013-05-03
1
-0
/
+22
*
Initialize WarnOnSpellCheck.
Rafael Espindola
2013-05-03
1
-0
/
+1
*
Moving initialization into the initializer list and correcting capitalization...
Aaron Ballman
2013-02-24
1
-4
/
+3
*
Fixing a typo where FixIts was accidentally self-assigning instead of assigni...
Aaron Ballman
2013-02-19
1
-1
/
+1
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-7
/
+7
[next]