| Name |
Last commit
|
Last update |
|---|---|---|
| build | ||
| extensions | ||
| include | ||
| samples | ||
| src | ||
| util | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| BUILD.gn | ||
| CONTRIBUTORS | ||
| DEPS | ||
| LICENSE | ||
| README.chromium | ||
| README.md | ||
| angle.isolate | ||
| codereview.settings | ||
| generate_winrt_projects.py |
Clang warns if there are missing braces around a subobject
initializer. The most common idiom that triggers this is:
STRUCT s = {0};
which can be more simply written as:
STRUCT s = {};
BUG=505297
Change-Id: Ib4513ee195d43e7c4a4a2f46c328866f0023a2a5
Reviewed-on: https://chromium-review.googlesource.com/282921Reviewed-by:
Kenneth Russell <kbr@chromium.org>
Tested-by:
Kenneth Russell <kbr@chromium.org>
| Name |
Last commit
|
Last update |
|---|---|---|
| build | Loading commit data... | |
| extensions | Loading commit data... | |
| include | Loading commit data... | |
| samples | Loading commit data... | |
| src | Loading commit data... | |
| util | Loading commit data... | |
| .gitattributes | Loading commit data... | |
| .gitignore | Loading commit data... | |
| AUTHORS | Loading commit data... | |
| BUILD.gn | Loading commit data... | |
| CONTRIBUTORS | Loading commit data... | |
| DEPS | Loading commit data... | |
| LICENSE | Loading commit data... | |
| README.chromium | Loading commit data... | |
| README.md | Loading commit data... | |
| angle.isolate | Loading commit data... | |
| codereview.settings | Loading commit data... | |
| generate_winrt_projects.py | Loading commit data... |