forked from qt-creator/qt-creator
Reparsing in Clang is broken in master. We need to test what is working in which version. Change-Id: I620acd4a0a5adc951951e0fc3c0a4096ac9844fe Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
29 lines
188 B
C++
29 lines
188 B
C++
#include "complete_forwarding_header_1.h"
|
|
|
|
void Function()
|
|
{
|
|
|
|
}
|
|
|
|
class Foo;
|
|
void FunctionWithArguments(int i, char *c, const Foo &ref)
|
|
{
|
|
|
|
}
|
|
|
|
void SavedFunction()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void f()
|
|
{
|
|
|
|
}
|