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