Merge pull request #3632 from shiqingg/doc-lang-ext

doc: update Language Extensions in coding guidelines
This commit is contained in:
deb-intel 2019-09-09 21:07:46 -04:00 committed by GitHub
commit 8d27c1e11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -3640,3 +3640,10 @@ b) '__builtin_va_start', refers to section 6.20 in GCC 7.3 Manual.
c) '__builtin_va_end', refers to section 6.20 in GCC 7.3 Manual.
d) '__builtin_offsetof', refers to section 6.51 in GCC 7.3 Manual.
C-LE-05: Use of extended designated initializers is allowed
===========================================================
This rule applies to the following designated initializer: writing '[first ...
last] = value' to initialize a range of elements to the same value, refers to
section 6.27 in GCC 7.3 Manual.