forked from qt-creator/qt-creator
Clang: Introduce Token class to work with CXToken pointers
Make tokenization and tokens annotation simpler. Task-number: QTCREATORBUG-21143 Task-number: QTCREATORBUG-21144 Change-Id: I580091b7b63dd973228fd2e21cf2e74c7d0e7df2 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
3
tests/unit/unittest/data/token.cpp
Normal file
3
tests/unit/unittest/data/token.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
void function(int x)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user