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