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