index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Misc
/
diag-template-diffing.cpp
Age
Commit message (
Expand
)
Author
2013-04-03
Do not assume the template argument is an integer only because the
Richard Trieu
2013-04-03
Fix a crasher in Template Diffing.
Richard Trieu
2013-04-03
Fix a crasher in Template Diffing.
Richard Trieu
2013-03-23
Strip off local qualifiers when converting from RecordType to
Richard Trieu
2013-03-15
Improve template diffing handling of default integer values.
Richard Trieu
2013-02-27
Update template diffing to handle template arguments that are declarations.
Richard Trieu
2013-01-31
When comparing two template template arguments in the template differ, consider
Richard Trieu
2013-01-31
When comparing two templates in the template differ, consider them the
Douglas Gregor
2013-01-30
Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back
Richard Trieu
2012-12-21
Use a safe default width for template-diff'ing integral arguments, in
Douglas Gregor
2012-12-18
Fix a crash in diagnostic printing when a template class type is diff'ed
Eli Friedman
2012-11-14
Make template diffing handle integral expressions of various widths correctly.
Eli Friedman
2012-11-01
Fix the template type diffing to handle integral template arguments.
Richard Trieu
2012-09-28
Update template type diffing to handle qualifiers. Differing qualifiers will
Richard Trieu
2012-09-26
Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType
Richard Smith
2012-06-29
Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion
Richard Trieu
2012-06-28
Only print a semicolon after "no known conversion for Nth argument" if there
Matt Beaumont-Gay
2012-06-26
Add template type diffing to Clang. This feature will provide a better
Richard Trieu