forked from qt-creator/qt-creator
Clang: Rename CodeModelBackEnd in ClangBackEnd
Change-Id: I13e8a458634110456375956d4d4da7239c86957f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
22
tests/unit/unittest/data/complete_extractor_enumeration.cpp
Normal file
22
tests/unit/unittest/data/complete_extractor_enumeration.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
enum Enumeration {
|
||||
Enumerator
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void function()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user