Files
qt-creator/tests/unit/unittest/data/complete_completer_unsaved.cpp
Marco Bubke 1402c067b1 Clang: Rename CodeModelBackEnd in ClangBackEnd
Change-Id: I13e8a458634110456375956d4d4da7239c86957f
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
2015-06-16 13:29:27 +00:00

101 lines
230 B
C++

void function()
{
}
class Foo;
void functionWithArguments(int i, char *c, const Foo &ref)
{
}
void newFunction()
{
}
#define Macro
void f()
{
}