Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix name hiding and redeclaration checking for dependent local | Richard Smith | 2016-12-18 | 1 | -20/+19 |
* | Fix some interactions between C++11 and C++14 features and using-declarations: | Richard Smith | 2016-12-18 | 1 | -4/+154 |
* | Add a FixItHint for the new diagnostic for a non-class-scope using-declaratio... | Richard Smith | 2016-05-05 | 1 | -0/+27 |
* | Sema: Don't dyn_cast a null pointer in CheckUsingDeclQualifier | David Majnemer | 2014-12-17 | 1 | -0/+5 |
* | If a using-declaration names a class member, but appears outside a class, try | Richard Smith | 2014-04-02 | 1 | -1/+95 |
* | Replace "can not" with "cannot" in diagnostics messages. | Ismail Pazarbasi | 2014-03-07 | 1 | -4/+4 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | More work on using declarations. | Anders Carlsson | 2009-08-28 | 1 | -4/+4 |
* | Many improvements to using declarations. | Anders Carlsson | 2009-08-28 | 1 | -0/+15 |