summaryrefslogtreecommitdiffstats
path: root/test/Sema/function.c
Commit message (Expand)AuthorAgeFilesLines
* PR 20146Nathan Sidwell2015-01-281-1/+1
* PR 20146Nathan Sidwell2015-01-151-0/+6
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+10
* Fix PR4296: Add parser detection/error recovery for nested functions, from Se...Douglas Gregor2013-04-161-0/+11
* Make sure to consider non-DeclContext scopes properly when findingDouglas Gregor2012-01-131-0/+3
* Make sure that restrict-qualifying an array actually adds a restrict qualifie...Eli Friedman2011-11-111-3/+3
* fix PR7280 by making the warning on code like this:Chris Lattner2010-07-111-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* In C++, a variadic function does not need an ellipsis prior to the comma. Par...Douglas Gregor2009-09-221-0/+2
* Simplify the scheme used for keywords, and change the classification Eli Friedman2009-04-281-2/+2
* Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to Chris Lattner2009-04-251-1/+5
* fix PR4049, a crash on invalid, by making sema install the right number of Chris Lattner2009-04-251-0/+3
* in:Chris Lattner2009-04-251-0/+3
* Fix some mishandling of the attr(gnu_inline) mode when used withChris Lattner2009-04-221-1/+1
* the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner2009-04-201-2/+2
* fix a crash on invalid by making ActOnDeclarator create decl withChris Lattner2009-04-171-0/+7
* implement some sema for gnuc_inline attribute. Reject always_inline and no_i...Chris Lattner2009-04-141-0/+9
* When calling a function without a prototype for which we have aDouglas Gregor2009-04-021-1/+1
* Make sure to use RequireCompleteType rather than testing forDouglas Gregor2009-03-241-1/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Check that the return type for function definitions is complete.Eli Friedman2009-03-041-0/+2
* Improve merging of function declarations. Specifically:Douglas Gregor2009-02-241-0/+5
* Note the Radar number that corresponds to PR3137Douglas Gregor2009-02-041-1/+1
* Test for PR3137.Eli Friedman2009-02-041-0/+10
* Handle any undeclared parameters in a K&R-style function with aDouglas Gregor2009-01-231-0/+4
* Merge function-return.c into function.cChris Lattner2008-12-181-0/+7
* diagnose C99 6.9.1p5, C arguments in definitions that are lackingChris Lattner2008-12-171-0/+3
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-4/+4
* 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