This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
3862f67b8dfda0d37aa62b88fd698598d68cb47d
qt-creator
/
tests
/
unit
/
unittest
/
cplusplus.pri
5 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Clang: Extract and test action sequence Change-Id: I66f8f29d7b17be67a55560bdcc0b0a3aeb1ce480 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
2015-07-08 14:07:13 +02:00
INCLUDEPATH += $$PWD
Clang: Add clang query Clang query is mechanism to use AST matcher to search for code. Think about regular expression but in the context of AST. So you get a semantic search tool for C++. Change-Id: I72e882c5b53a0c52f352a3664847c4c3e4f6fc2e Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2016-11-15 15:38:12 +01:00
Clang: Refactor ClangCompletionContextAnalyzer Change-Id: Ib42ddc672da8b068591129e2e0b9652d3e07ad58 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
2015-07-23 13:01:02 +02:00
include($$PWD/../../../src/libs/cplusplus/cplusplus-lib.pri)
Copy Permalink