Age | Commit message (Expand) | Author |
---|---|---|
2013-02-02 | PR15132: Replace "address expression must be an lvalue or a function | Richard Smith |
2011-04-19 | Add a new expression classification, CL_AddressableVoid | Peter Collingbourne |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-04-20 | Some cleanup and bug-fixing for address-of checking. This causes a couple of | Eli Friedman |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-15 | Don't allow taking the address of an element in an ext_vector | Nate Begeman |
2008-09-03 | Set register storage class correctly for function parameters. | Daniel Dunbar |
2008-08-04 | Fix several issues in checking of address-of expressions. | Daniel Dunbar |
2008-02-29 | Fix http://llvm.org/bugs/show_bug.cgi?id=2103. | Steve Naroff |
2008-02-01 | It is allowed to get the address of an array subscript, even if the array has... | Anders Carlsson |
2007-11-16 | Tighten up address-of checking, implementing test/Sema/expr-address-of.c. | Chris Lattner |