diff options
author | Eike Ziller <eike.ziller@qt.io> | 2018-03-14 09:36:13 +0100 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2018-03-16 13:15:09 +0000 |
commit | 4cdb9b26cf0848d58486f1906bc3100841e3feff (patch) | |
tree | 0a6c77cb530121e14febcc47d39117f160074138 | |
parent | cd1534a6462b4f79ce0a69b1da72eb6c369fd1a5 (diff) | |
download | qt-creator-4cdb9b26cf0848d58486f1906bc3100841e3feff.tar.gz |
Enable Clang code model by default
It has been around for a long time now, many e.g. windows specific
issues have been fixed, and we concentrate our development effort on it.
Many bugs in the built-in model stay unfixed, and we'll definitely not
support modern C++ there, which leads to many bug reports that are
closed with "works in clang code model".
Let's switch that around.
Task-number: QTCREATORBUG-19297
Change-Id: I59ec9621ad76590db8ec33f9658af6d103c9da93
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
-rw-r--r-- | src/plugins/clangcodemodel/ClangCodeModel.json.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/clangcodemodel/ClangCodeModel.json.in b/src/plugins/clangcodemodel/ClangCodeModel.json.in index a1088864db..ca57ed80c8 100644 --- a/src/plugins/clangcodemodel/ClangCodeModel.json.in +++ b/src/plugins/clangcodemodel/ClangCodeModel.json.in @@ -2,7 +2,6 @@ \"Name\" : \"ClangCodeModel\", \"Version\" : \"$$QTCREATOR_VERSION\", \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\", - \"DisabledByDefault\" : true, \"Vendor\" : \"The Qt Company Ltd\", \"Copyright\" : \"(C) $$QTCREATOR_COPYRIGHT_YEAR The Qt Company Ltd\", \"License\" : [ \"Commercial Usage\", |