summaryrefslogtreecommitdiff
path: root/test/SemaCXX/address-of.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-3/+3
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-021-0/+8
* Only allow taking the address of an expression of type 'overloadedDouglas Gregor2011-10-091-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* fix PR 3222: allow one to get the address of a global function in C++Nuno Lopes2008-12-161-1/+5
* Fix PR clang/3175: CheckAddressOfOperand does not handle references to class ...Douglas Gregor2008-12-101-0/+31