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