Skip to content

Commit 651c6cc

Browse files
committed
chore: add more cpp standards to check with
1 parent 7ac7249 commit 651c6cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

com.googlecode.cppcheclipse.ui/src/com/googlecode/cppcheclipse/ui/preferences/SettingsPreferencePage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ public void setEnabled(boolean enabled, Composite parent) {
161161
IPreferenceConstants.P_LANGUAGE_STANDARD_CPP,
162162
"C++ Language Standard", new String[][] {
163163
{ "Unspecified", "" }, { "C++03", "c++03" },
164-
{ "C++11", "c++11" }}, getFieldEditorParent());
164+
{ "C++11", "c++11" }, { "C++14", "c++14" },
165+
{ "C++17", "c++17" }, { "C++20", "c++20" }}, getFieldEditorParent());
165166
addField(languageStandardCppEditor);
166167

167168
final ComboFieldEditor platformsEditor = new ComboFieldEditor(

0 commit comments

Comments
 (0)