History log of /external/clang/test/Index/linkage.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a7a2f2a96dc9d2e66a5e6ee7ca50cb04931f4c98 18-Dec-2012 Rafael Espindola <rafael.espindola@gmail.com> Merge storage classes even when contexts don't match.

This fixes the storage class of extern decls that are merged with file level
statics. The patch also fixes the linkage computation so that they are
considered internal.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170406 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/linkage.c
f8d34ed0d0933350323d9f7a8521011d73dc98d5 01-Dec-2011 Argyrios Kyrtzidis <akyrtzi@gmail.com> ParmVarDecls have no linkage. Previously we would report that parameters
in type signatures have external linkage.

Fixes rdar://10058317.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145551 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/linkage.c
c2a2b3c2c2da1086d76bf804633ed5c6c48ae722 04-Mar-2010 Douglas Gregor <dgregor@apple.com> c-index-test's printing of linkage was completely broken, as was the
test of this functionality. The API worked great, though! :)



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97736 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/linkage.c
3bed527b10502c6a5916ebb6e6abc49687ce1444 03-Mar-2010 Ted Kremenek <kremenek@apple.com> Add '-test-print-linkage-source' option to c-index-test
to test clang_getCursorLinkage()

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97648 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/linkage.c