manually merged PR #270

Former-commit-id: 9d4504942f229a7462d59b292e478ea2289ecfed
This commit is contained in:
Jeremy Long
2015-07-24 06:44:54 -04:00
parent 94ae6e76f1
commit dd3758af43
86 changed files with 271653 additions and 7 deletions

View File

@@ -197,6 +197,10 @@ public final class Settings {
* The properties key for whether the Autoconf analyzer is enabled.
*/
public static final String ANALYZER_AUTOCONF_ENABLED = "analyzer.autoconf.enabled";
/**
* The properties key for whether the CMake analyzer is enabled.
*/
public static final String ANALYZER_CMAKE_ENABLED = "analyzer.cmake.enabled";
/**
* The properties key for whether the .NET Assembly analyzer is enabled.
*/