aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/address-of.cpp
AgeCommit message (Expand)Author
2013-02-02PR15132: Replace "address expression must be an lvalue or a functionRichard Smith
2013-02-02This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky
2011-10-09Only allow taking the address of an expression of type 'overloadedDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-16fix PR 3222: allow one to get the address of a global function in C++Nuno Lopes
2008-12-10Fix PR clang/3175: CheckAddressOfOperand does not handle references to class ...Douglas Gregor