Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AST: Remove overzealous assertion from IsModifiable | David Majnemer | 2015-01-04 | 1 | -0/+3 |
* | Sema: Permit array l-values in asm output operands | David Majnemer | 2014-12-29 | 1 | -0/+4 |
* | Sema: Only permit permit modifiable l-values as asm output params | David Majnemer | 2014-12-29 | 1 | -0/+10 |
* | Reword switch/goto diagnostics "protected scope" diagnostics. Making up a term | Richard Smith | 2014-09-06 | 1 | -1/+1 |
* | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu | 2011-12-15 | 1 | -1/+1 |
* | In C++98/03, an uninitialized variable that has POD class type will be | Douglas Gregor | 2010-03-08 | 1 | -0/+5 |
* | Implement jump checking for initialized c++ variables, implementing | Chris Lattner | 2010-03-01 | 1 | -1/+13 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | This is valid in C++. | Chris Lattner | 2008-12-18 | 1 | -0/+5 |