summaryrefslogtreecommitdiffstats
path: root/test/Sema/decl-in-prototype.c
Commit message (Expand)AuthorAgeFilesLines
* Improve our handling of tag decls in function prototypesReid Kleckner2016-12-141-0/+41
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-2/+16
* When a tag is declared in prototype scope in C, if we've decided that itRichard Smith2016-01-111-0/+3
* [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enumDavid Majnemer2015-10-081-1/+1
* [Sema] Tweak incomplete enum types on MSVC ABI targetsDavid Majnemer2015-10-081-1/+1
* Update tests touched by r249656David Majnemer2015-10-081-1/+1
* Fix treatment of types defined in function prototypeSerge Pavlov2014-06-251-0/+4
* Do not add enums to prototype scope in C++ modes.Peter Collingbourne2014-02-221-2/+2
* There's no such thing as %clang_cc1_onlyAlp Toker2013-12-081-1/+1
* Reapply r151638 and r151641.James Molloy2012-02-291-0/+33
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-281-33/+0
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-281-0/+33