Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dd69ef38dba72b08bee83f262fd443743940d2bc
/
clang
/
test
/
Misc
/
diag-template-diffing.cpp
97bacec
If a template argument is non-evaluable expression, use the profile ID to see
by Richard Trieu
· 11 years ago
d86c901
Pass the PrintingPolicy when converting types to strings in template type
by Richard Trieu
· 11 years ago
1160831
Print "(default)" for default template template arguments to match the
by Richard Trieu
· 11 years ago
3880089
Add support for nullptr template arguments to template type diffing.
by Richard Trieu
· 11 years ago
d53def2
Fix '&' printing for template arguments in parentheses in template diffing.
by Richard Trieu
· 11 years ago
63056c3
More gracefully handle parentheses in templare arguments in template diffing.
by Richard Trieu
· 11 years ago
965cfa1
Fix a template diffing problem were an '&' is unexpectedly printed in
by Richard Trieu
· 11 years ago
3fe1e09
PR15677 - Crash in template diffing. Check that expression is evaluatable before evaluating it.
by Nikola Smiljanic
· 11 years ago
3b05e20
Fix an edge case in the template differ with default arguments.
by Benjamin Kramer
· 12 years ago
8ed6f2a
If a default argument is a dependent type, get the real type from the desugared
by Richard Trieu
· 12 years ago
925213b
Add 'not' to commands that are expected to fail.
by Rafael Espindola
· 12 years ago
091872c5
Fix crash on invalid in template type diffing.
by Richard Trieu
· 12 years ago
bcd06c0
Do not assume the template argument is an integer only because the
by Richard Trieu
· 13 years ago
ad13f55
Fix a crasher in Template Diffing.
by Richard Trieu
· 13 years ago
981de5c
Fix a crasher in Template Diffing.
by Richard Trieu
· 13 years ago
3cee413
Strip off local qualifiers when converting from RecordType to
by Richard Trieu
· 13 years ago
64ab3039
Improve template diffing handling of default integer values.
by Richard Trieu
· 13 years ago
954aaaf
Update template diffing to handle template arguments that are declarations.
by Richard Trieu
· 13 years ago
e673d71a
When comparing two template template arguments in the template differ, consider
by Richard Trieu
· 13 years ago
8e9f55f
When comparing two templates in the template differ, consider them the
by Douglas Gregor
· 13 years ago
90c31f5
Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back
by Richard Trieu
· 13 years ago
2d5a561
Use a safe default width for template-diff'ing integral arguments, in
by Douglas Gregor
· 13 years ago
40ea264
Fix a crash in diagnostic printing when a template class type is diff'ed
by Eli Friedman
· 13 years ago
c2c982c
Make template diffing handle integral expressions of various widths correctly.
by Eli Friedman
· 13 years ago
6df8945
Fix the template type diffing to handle integral template arguments.
by Richard Trieu
· 13 years ago
b724385
Update template type diffing to handle qualifiers. Differing qualifiers will
by Richard Trieu
· 13 years ago
6e0605d
Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType
by Richard Smith
· 13 years ago
db96a42
Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion
by Richard Trieu
· 13 years ago
1571652
Only print a semicolon after "no known conversion for Nth argument" if there
by Matt Beaumont-Gay
· 13 years ago
9184423
Add template type diffing to Clang. This feature will provide a better
by Richard Trieu
· 13 years ago