summaryrefslogtreecommitdiff
path: root/test/SemaCXX/extern-c.cpp
AgeCommit message (Expand)Author
2018-01-03PR35697: look at the first declaration when determining whether a function orRichard Smith
2016-05-23Fix filtering of prior declarations when checking for a tag redeclaration toRichard Smith
2015-07-14[Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer
2013-11-14Added warning on structures/unions that are empty or contain onlySerge Pavlov
2013-09-20Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith
2013-06-30Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith
2013-06-29Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov
2013-06-28PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith
2013-06-18DR14, DR101, and part of DR1: fix handling of extern "C" declarations inRichard Smith
2013-03-12Add an interesting testcase we already handle correctly.Rafael Espindola
2013-03-12Move the extern "C" sema tests to a new file.Rafael Espindola