Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PR1999, by emitting a hard error only if an argument declarator is comple... | Chris Lattner | 2008-02-10 | 1 | -5/+5 |
* | Fix a bogus test | Chris Lattner | 2008-01-31 | 1 | -0/+10 |
* | Tighten up ASTContext::typesAreCompatible()...it needs to make sure the quali... | Steve Naroff | 2008-01-29 | 1 | -1/+4 |
* | Fix bz1950. ASTContext::functionTypesAreCompatible() needs to operate on the ... | Steve Naroff | 2008-01-29 | 1 | -0/+3 |
* | Fix ASTContext::typesAreCompatible when analyzing a function type with | Chris Lattner | 2008-01-14 | 1 | -0/+4 |
* | When promoting array to pointer for argument, don't lose type qualifiers. | Chris Lattner | 2008-01-02 | 1 | -0/+5 |