mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 06:06:07 +00:00

function template instantiations. Fixes <rdar://problem/10398005> / PR11312. llvm-svn: 143984
8 lines
281 B
C++
8 lines
281 B
C++
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
// RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/Inputs/reparse-instantiate.h
|
|
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -fno-delayed-template-parsing -I %S/Inputs -include %t %s
|