summaryrefslogtreecommitdiff
path: root/test/CodeGen/visibility.c
AgeCommit message (Expand)Author
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-23Test that attribute(availability) doesn't override private_extern.John McCall
2010-11-02Unbreak private_extern, which apparently we had zero tests for.John McCall
2010-10-28When computing visibility, use the latest declaration's explicit visibilityJohn McCall
2010-10-26A couple of tweaks to the visibility rules: John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibil...Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-04-10Internal variables could mistakenly have "hidden" visibility whenDaniel Dunbar
2009-04-07Visibility attributes should only be set on definition.Daniel Dunbar