summaryrefslogtreecommitdiff
path: root/test/Sema/function.c
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner2008-04-051-1/+1
* Fix PR2042. One remaining issue: we don't currently diagnoseChris Lattner2008-02-171-0/+4
* Get rid of outdated code that masks type errors. Fixes PR2036.Eli Friedman2008-02-151-0/+2
* Fix PR1999, by emitting a hard error only if an argument declarator is comple...Chris Lattner2008-02-101-5/+5
* Fix a bogus testChris Lattner2008-01-311-0/+10
* Tighten up ASTContext::typesAreCompatible()...it needs to make sure the quali...Steve Naroff2008-01-291-1/+4
* Fix bz1950. ASTContext::functionTypesAreCompatible() needs to operate on the ...Steve Naroff2008-01-291-0/+3
* Fix ASTContext::typesAreCompatible when analyzing a function type with Chris Lattner2008-01-141-0/+4
* When promoting array to pointer for argument, don't lose type qualifiers.Chris Lattner2008-01-021-0/+5