You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/res/values/arrays.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,14 @@
43
43
44
44
<string-arrayname="language_standard_entries">
45
45
<item>""</item>
46
-
<item>c90 - Support all ISO C90 programs (certain GNU extensions that conflict with ISO C90 are disabled). Same as -ansi for C code.</item>
47
-
<item>c99 - ISO C99. This standard is substantially completely supported, modulo bugs and floating-point issues (mainly but not entirely relating to optional C99 features from Annexes F and G)</item>
48
-
<item>c11 - ISO C11, the 2011 revision of the ISO C standard. This standard is substantially completely supported, modulo bugs, floating-point issues (mainly but not entirely relating to optional C11 features from Annexes F and G) and the optional Annexes K (Bounds-checking interfaces) and L (Analyzability).</item>
46
+
<item>c90 - Support all ISO C90 programs.</item>
47
+
<item>c99 - ISO C99.</item>
48
+
<item>c11 - ISO C11, the 2011 revision of the ISO C standard.</item>
49
49
<item>gnu90 - GNU dialect of ISO C90 (including some C99 features).</item>
50
50
<item>gnu99 - GNU dialect of ISO C99.</item>
51
51
<item>gnu11 - GNU dialect of ISO C11.</item>
52
52
<item>c++11 - The 2011 ISO C++ standard plus amendments.</item>
53
-
<item>gnu++11 - GNU dialect of -std=c++11.</item>
53
+
<item>gnu++11</item>
54
54
<item>c++14 - The 2014 ISO C++ standard plus amendments.</item>
0 commit comments