index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Sema
/
TemplateDeduction.h
Age
Commit message (
Expand
)
Author
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-01-31
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-31
Replace "failed template argument deduction" diagnostic with something useful
Richard Smith
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-09-19
Remove Context argument from TemplateDeductionInfo constructor. It was no lon...
Craig Topper
2012-09-18
Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch...
Craig Topper
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-05-07
When we suppress an error due to SFINAE, stash the diagnostic away with the
Richard Smith
2011-11-09
Fixing 80 col violations (& removing any trailing whitespace on files I was t...
David Blaikie
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2010-10-12
Introduce support for emitting diagnostics (warnings + their notes)
Douglas Gregor
2010-08-25
Move more stuff out of Sema.h.
John McCall