Skip to content

Commit

Permalink
Merge pull request #3632 from shiqingg/doc-lang-ext
Browse files Browse the repository at this point in the history
doc: update Language Extensions in coding guidelines
  • Loading branch information
deb-intel committed Sep 10, 2019
2 parents 19e9c4c + 3729fa9 commit 8d27c1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/developer-guides/c_coding_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8d27c1e

Please sign in to comment.