summaryrefslogtreecommitdiff
path: root/test/Sema/function.c
AgeCommit message (Expand)Author
2015-01-28PR 20146Nathan Sidwell
2015-01-15PR 20146Nathan Sidwell
2013-06-24[AST] Introduce a new DecayedType sugar nodeReid Kleckner
2013-04-16Fix PR4296: Add parser detection/error recovery for nested functions, from Se...Douglas Gregor
2012-01-13Make sure to consider non-DeclContext scopes properly when findingDouglas Gregor
2011-11-11Make sure that restrict-qualifying an array actually adds a restrict qualifie...Eli Friedman
2010-07-11fix PR7280 by making the warning on code like this:Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-22In C++, a variadic function does not need an ellipsis prior to the comma. Par...Douglas Gregor
2009-04-28Simplify the scheme used for keywords, and change the classification Eli Friedman
2009-04-25Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to Chris Lattner
2009-04-25fix PR4049, a crash on invalid, by making sema install the right number of Chris Lattner
2009-04-25in:Chris Lattner
2009-04-22Fix some mishandling of the attr(gnu_inline) mode when used withChris Lattner
2009-04-20the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner
2009-04-17fix a crash on invalid by making ActOnDeclarator create decl withChris Lattner
2009-04-14implement some sema for gnuc_inline attribute. Reject always_inline and no_i...Chris Lattner
2009-04-02When calling a function without a prototype for which we have aDouglas Gregor
2009-03-24Make sure to use RequireCompleteType rather than testing forDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-04Check that the return type for function definitions is complete.Eli Friedman
2009-02-24Improve merging of function declarations. Specifically:Douglas Gregor
2009-02-04Note the Radar number that corresponds to PR3137Douglas Gregor
2009-02-04Test for PR3137.Eli Friedman
2009-01-23Handle any undeclared parameters in a K&R-style function with aDouglas Gregor
2008-12-18Merge function-return.c into function.cChris Lattner
2008-12-17diagnose C99 6.9.1p5, C arguments in definitions that are lackingChris Lattner
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-04-05Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner
2008-02-17Fix PR2042. One remaining issue: we don't currently diagnoseChris Lattner
2008-02-15Get rid of outdated code that masks type errors. Fixes PR2036.Eli Friedman
2008-02-10Fix PR1999, by emitting a hard error only if an argument declarator is comple...Chris Lattner
2008-01-31Fix a bogus testChris Lattner
2008-01-29Tighten up ASTContext::typesAreCompatible()...it needs to make sure the quali...Steve Naroff
2008-01-29Fix bz1950. ASTContext::functionTypesAreCompatible() needs to operate on the ...Steve Naroff
2008-01-14Fix ASTContext::typesAreCompatible when analyzing a function type with Chris Lattner
2008-01-02When promoting array to pointer for argument, don't lose type qualifiers.Chris Lattner