c.s.tools.ide.analysis.modernize/src/com/sun/tools/ide/analysis/modernize/resources/Bundle.properties
author Ilia Gromov <ilia@netbeans.org>
Wed, 07 Jun 2017 20:23:29 +0300
branchrelease82
changeset 18423 b9d9af239a0c
permissions -rw-r--r--
Fixing #270763 - Move clang-tidy integration to nb contrib
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - move wrapper
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - sign nbm
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - move tests
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - data for a new test
* * *
Fixed #270839 - [clang-tidy] Group checks in Editor hints
(transplanted from 35b6125ef00c470655dac6673075f5c12ec74593)
     1 fatals=fatal.unsupported.remote;fatal.tmp;fatal.analyze.error;fatal.language.flavor
     2 
     3 fatal.unsupported.remote= fatal: Unsupported remote mode
     4 fatal.tmp= fatal: Cannot create temporary file
     5 fatal.analyze.error= fatal: Unable to analyze file
     6 fatal.language.flavor= fatal: Clang-tidy can be used with C++11 or later standard only