Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix handling of implicit int, resolving PR2012 and reverting (and | Chris Lattner | 2008-04-05 | 1 | -1/+1 |
* | Fix PR2042. One remaining issue: we don't currently diagnose | Chris Lattner | 2008-02-17 | 1 | -0/+4 |
* | Get rid of outdated code that masks type errors. Fixes PR2036. | Eli Friedman | 2008-02-15 | 1 | -0/+2 |
* | 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 |