Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
* | Truncate block variable of bool type to i1 when its | Fariborz Jahanian | 2010-09-03 | 1 | -0/+7 |
* | Cope with llvm's reference to bool type of 'i1' vs. clang's | Fariborz Jahanian | 2010-09-03 | 1 | -0/+20 |
* | Support implicitly closing on 'this' in a block. Fixed PR7165. | John McCall | 2010-05-20 | 1 | -0/+32 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | A block that returns a reference is an lvalue. | Anders Carlsson | 2009-05-26 | 1 | -0/+4 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | instead of forcing blocks on by default, make them default to off, but let | Chris Lattner | 2008-12-04 | 1 | -1/+1 |
* | Fix RUN line | Douglas Gregor | 2008-12-01 | 1 | -1/+1 |
* | Test blocks in C++ mode | Douglas Gregor | 2008-12-01 | 1 | -0/+7 |