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
/
AST
/
ASTDiagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor one of the larger functions for Type Diffing into smaller functions.
Richard Trieu
2014-08-27
1
-185
/
+215
*
Change a few methods to static methods. No functionality change.
Richard Trieu
2014-08-27
1
-12
/
+15
*
Refactor the diagnostic DeclContext printing. No functionality change.
Richard Trieu
2014-08-27
1
-10
/
+6
*
If a template argument is non-evaluable expression, use the profile ID to see
Richard Trieu
2014-07-26
1
-7
/
+8
*
Pass the PrintingPolicy when converting types to strings in template type
Richard Trieu
2014-07-25
1
-5
/
+6
*
Print "(default)" for default template template arguments to match the
Richard Trieu
2014-07-24
1
-0
/
+1
*
Add support for nullptr template arguments to template type diffing.
Richard Trieu
2014-07-24
1
-31
/
+107
*
Fix '&' printing for template arguments in parentheses in template diffing.
Richard Trieu
2014-07-22
1
-3
/
+6
*
More gracefully handle parentheses in templare arguments in template diffing.
Richard Trieu
2014-07-22
1
-1
/
+2
*
Fix a template diffing problem were an '&' is unexpectedly printed in
Richard Trieu
2014-07-22
1
-6
/
+26
*
PR15677 - Crash in template diffing. Check that expression is evaluatable bef...
Nikola Smiljanic
2014-07-01
1
-17
/
+29
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-2
/
+2
*
Use StringRef to simplify code. No functional change.
Craig Topper
2014-06-12
1
-13
/
+10
*
Use ArrayRef in some function parameters instead of a pointer and count. No f...
Craig Topper
2014-06-12
1
-10
/
+6
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-2
/
+11
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-13
/
+14
*
Print detailed vector type information on diagnostics.
Benjamin Kramer
2014-04-25
1
-0
/
+14
*
Normalize line endings
David Majnemer
2014-03-02
1
-7
/
+7
*
Teach the diagnostics engine about the Attr type to make reporting on semanti...
Aaron Ballman
2013-12-26
1
-0
/
+9
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+5
*
Remove some unused locals
Alp Toker
2013-11-26
1
-2
/
+1
*
Fix an edge case in the template differ with default arguments.
Benjamin Kramer
2013-10-08
1
-5
/
+10
*
If a default argument is a dependent type, get the real type from the desugared
Richard Trieu
2013-07-20
1
-3
/
+7
*
Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...
Craig Topper
2013-07-08
1
-1
/
+1
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-1
/
+1
*
Provide operator<< for stream output of DeclarationNames
David Blaikie
2013-05-14
1
-2
/
+1
*
Fix crash on invalid in template type diffing.
Richard Trieu
2013-05-07
1
-10
/
+41
*
Refactor the Get* functions to be more consistant among themselves.
Richard Trieu
2013-04-03
1
-22
/
+23
*
Do not assume the template argument is an integer only because the
Richard Trieu
2013-04-03
1
-2
/
+1
*
Fix a crasher in Template Diffing.
Richard Trieu
2013-04-03
1
-1
/
+2
*
Fix a crasher in Template Diffing.
Richard Trieu
2013-04-03
1
-51
/
+47
*
Strip off local qualifiers when converting from RecordType to
Richard Trieu
2013-03-23
1
-1
/
+1
*
Improve template diffing handling of default integer values.
Richard Trieu
2013-03-15
1
-22
/
+113
*
Remove unnecessary default in covered switch over enum
David Blaikie
2013-03-15
1
-1
/
+0
*
Refactor template diffing to store an enum that records which type of
Richard Trieu
2013-03-15
1
-89
/
+88
*
[PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't ...
Douglas Gregor
2013-03-14
1
-1
/
+1
*
Update template diffing to handle template arguments that are declarations.
Richard Trieu
2013-02-27
1
-4
/
+91
*
Use raw_ostream::indent, update comment.
Benjamin Kramer
2013-02-22
1
-4
/
+3
*
Push the raw_ostream through the template diffing code.
Benjamin Kramer
2013-02-22
1
-17
/
+11
*
Streamify FormatASTNodeDiagnosticArgument.
Benjamin Kramer
2013-02-22
1
-35
/
+33
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-2
/
+6
*
Remove commented out code.
Richard Trieu
2013-02-21
1
-1
/
+1
*
When comparing two template template arguments in the template differ, consider
Richard Trieu
2013-01-31
1
-5
/
+14
*
When comparing two templates in the template differ, consider them the
Douglas Gregor
2013-01-31
1
-2
/
+2
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Use a safe default width for template-diff'ing integral arguments, in
Douglas Gregor
2012-12-21
1
-1
/
+1
*
Fix another uninitialized bool member bug found by -fsanitize=bool. This one
Richard Smith
2012-12-20
1
-0
/
+1
*
Fix a crash in diagnostic printing when a template class type is diff'ed
Eli Friedman
2012-12-18
1
-1
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+2
*
Make template diffing handle integral expressions of various widths correctly.
Eli Friedman
2012-11-14
1
-4
/
+17
[next]