aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/address-of-fntemplate.cpp
AgeCommit message (Expand)Author
2010-04-29When determining a standard conversion sequence involves resolving theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-21Change FixOverloadedFunctionReference to return a (possibly new) expression. ...Anders Carlsson
2009-10-17When resolving the address of an overloaded function or function template, ma...Sebastian Redl
2009-10-17Don't add implicit casts of explicit address-taking of overloaded functions.Sebastian Redl