summaryrefslogtreecommitdiff
path: root/test/Sema/decl-in-prototype.c
AgeCommit message (Expand)Author
2016-12-14Improve our handling of tag decls in function prototypesReid Kleckner
2016-12-09Store decls in prototypes on the declarator instead of in the ASTReid Kleckner
2016-01-11When a tag is declared in prototype scope in C, if we've decided that itRichard Smith
2015-10-08[MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enumDavid Majnemer
2015-10-08[Sema] Tweak incomplete enum types on MSVC ABI targetsDavid Majnemer
2015-10-08Update tests touched by r249656David Majnemer
2014-06-25Fix treatment of types defined in function prototypeSerge Pavlov
2014-02-22Do not add enums to prototype scope in C++ modes.Peter Collingbourne
2013-12-08There's no such thing as %clang_cc1_onlyAlp Toker
2012-02-29Reapply r151638 and r151641.James Molloy
2012-02-28Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis
2012-02-28Correctly track tags and enum members defined in the prototype of a function,...James Molloy