| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Checking in ActOnVariableDeclarator computes and caches the linkage using
the non-deduced auto type which defaults to external linkage. Depending on
how the auto type is deduced linkage can change and conflict with the
cached linkage, hitting asserts.
llvm-svn: 199774
|
|
|
|
|
|
| |
helper function.
llvm-svn: 190719
|
|
|
|
| |
llvm-svn: 172678
|
|
|
|
|
|
|
| |
linkage rather than the presence of the 'static' storage class specifier.
Fixes rdar://problem/8814626.
llvm-svn: 125126
|
|
|
|
|
|
| |
testsuite searches for.
llvm-svn: 121137
|
|
llvm-gcc does, but are more strict on what uses of weakref we accept.
llvm-svn: 96992
|