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
/
test
/
Misc
/
diag-template-diffing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print nested name specifiers for typedefs and type aliases
Alex Lorenz
2017-03-10
1
-4
/
+4
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-3
/
+3
*
Revert r291410 and r291411.
Richard Smith
2017-01-09
1
-3
/
+3
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-3
/
+3
*
Revert "DR1391: Check for implicit conversion sequences for non-dependent fun...
Renato Golin
2017-01-02
1
-1
/
+1
*
DR1391: Check for implicit conversion sequences for non-dependent function
Richard Smith
2017-01-02
1
-1
/
+1
*
PR30831: Teach template type diffing to cope with TemplateSpecializationTypes
Richard Smith
2016-10-28
1
-0
/
+5
*
Fix crash in template type diffing.
Richard Trieu
2016-08-05
1
-0
/
+30
*
Fix Clang crash with template type diffing.
Richard Trieu
2016-03-30
1
-0
/
+37
*
Template Type Diffing change
Richard Trieu
2016-02-02
1
-22
/
+16
*
Fixing more issues with template type diffing
Richard Trieu
2016-01-15
1
-0
/
+56
*
Add new diff modes to template type diffing.
Richard Trieu
2016-01-15
1
-0
/
+83
*
Save the integer type for integral template arguments.
Richard Trieu
2016-01-15
1
-1
/
+15
*
Make template type diffing use the new desguared iterator.
Richard Trieu
2016-01-15
1
-4
/
+4
*
Refactor template type diffing
Richard Trieu
2016-01-14
1
-1
/
+1
*
Fix typo from r237482. "to reference of type" --> "to reference to type"
Richard Trieu
2015-05-16
1
-1
/
+1
*
When emitting a dropped qualifier error, show which qualifiers are dropped.
Richard Trieu
2015-05-16
1
-1
/
+1
*
Reverse the order of types in the reference dropping qualifiers error.
Richard Trieu
2015-05-15
1
-1
/
+1
*
Update assumption in template diffing about integer template arguments.
Richard Trieu
2015-02-26
1
-0
/
+13
*
When checking the template argument list, use a copy of that list for changes
Richard Trieu
2015-01-24
1
-0
/
+14
*
This reverts commit r224668 and r224667.
Rafael Espindola
2014-12-23
1
-14
/
+0
*
Fix for PR21758
Richard Trieu
2014-12-20
1
-0
/
+14
*
If a template argument is non-evaluable expression, use the profile ID to see
Richard Trieu
2014-07-26
1
-0
/
+35
*
Pass the PrintingPolicy when converting types to strings in template type
Richard Trieu
2014-07-25
1
-6
/
+14
*
Print "(default)" for default template template arguments to match the
Richard Trieu
2014-07-24
1
-1
/
+22
*
Add support for nullptr template arguments to template type diffing.
Richard Trieu
2014-07-24
1
-0
/
+54
*
Fix '&' printing for template arguments in parentheses in template diffing.
Richard Trieu
2014-07-22
1
-2
/
+6
*
More gracefully handle parentheses in templare arguments in template diffing.
Richard Trieu
2014-07-22
1
-1
/
+5
*
Fix a template diffing problem were an '&' is unexpectedly printed in
Richard Trieu
2014-07-22
1
-0
/
+16
*
PR15677 - Crash in template diffing. Check that expression is evaluatable bef...
Nikola Smiljanic
2014-07-01
1
-0
/
+37
*
Fix an edge case in the template differ with default arguments.
Benjamin Kramer
2013-10-08
1
-1
/
+17
*
If a default argument is a dependent type, get the real type from the desugared
Richard Trieu
2013-07-20
1
-2
/
+24
*
Add 'not' to commands that are expected to fail.
Rafael Espindola
2013-07-04
1
-4
/
+4
*
Fix crash on invalid in template type diffing.
Richard Trieu
2013-05-07
1
-0
/
+27
*
Do not assume the template argument is an integer only because the
Richard Trieu
2013-04-03
1
-0
/
+5
*
Fix a crasher in Template Diffing.
Richard Trieu
2013-04-03
1
-0
/
+39
*
Fix a crasher in Template Diffing.
Richard Trieu
2013-04-03
1
-0
/
+55
*
Strip off local qualifiers when converting from RecordType to
Richard Trieu
2013-03-23
1
-24
/
+24
*
Improve template diffing handling of default integer values.
Richard Trieu
2013-03-15
1
-1
/
+1
*
Update template diffing to handle template arguments that are declarations.
Richard Trieu
2013-02-27
1
-0
/
+34
*
When comparing two template template arguments in the template differ, consider
Richard Trieu
2013-01-31
1
-0
/
+8
*
When comparing two templates in the template differ, consider them the
Douglas Gregor
2013-01-31
1
-0
/
+17
*
Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back
Richard Trieu
2013-01-30
1
-0
/
+15
*
Use a safe default width for template-diff'ing integral arguments, in
Douglas Gregor
2012-12-21
1
-0
/
+18
*
Fix a crash in diagnostic printing when a template class type is diff'ed
Eli Friedman
2012-12-18
1
-0
/
+12
*
Make template diffing handle integral expressions of various widths correctly.
Eli Friedman
2012-11-14
1
-0
/
+7
*
Fix the template type diffing to handle integral template arguments.
Richard Trieu
2012-11-01
1
-0
/
+163
*
Update template type diffing to handle qualifiers. Differing qualifiers will
Richard Trieu
2012-09-28
1
-0
/
+185
*
Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType
Richard Smith
2012-09-26
1
-0
/
+18
*
Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion
Richard Trieu
2012-06-29
1
-38
/
+38
[next]