summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/visibility.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak private_extern, which apparently we had zero tests for.John McCall2010-11-021-0/+14
* When computing visibility, use the latest declaration's explicit visibilityJohn McCall2010-10-281-0/+7
* A couple of tweaks to the visibility rules: John McCall2010-10-261-24/+32
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibil...Daniel Dunbar2009-11-291-3/+3
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-24/+24
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* Internal variables could mistakenly have "hidden" visibility whenDaniel Dunbar2009-04-101-1/+12
* Visibility attributes should only be set on definition.Daniel Dunbar2009-04-071-0/+30