summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/malloc_debug.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-11-05 12:29:56 -0800
committerTom Cherry <tomcherry@google.com>2019-11-05 12:29:56 -0800
commitef18d440d9606d855d3cdc6af0b67279e7a9fff2 (patch)
treef45daf09b2e89d7f9b195ad6c54af510bd0db9e5 /libc/malloc_debug/malloc_debug.cpp
parent1994f28be2c0faf2b70b1ca8fff7d8d2fa68d922 (diff)
clang-format: Add IncludeBlocks: Preserve
The same change and reasoning as c077eefc1e5007a5c656183737e82d5c0a7df855 in build/soong, copied below: As of [1], the Google format, which we default to, uses IncludeBlocks: Regroup, which sorts all includes with <> and without .h into the top group reserved for libc headers, e.g.: +#include <android-base/properties.h> +#include <android-base/strings.h> #include <ctype.h> #include <stdlib.h> #include <sys/system_properties.h> #include <iostream> -#include <android-base/properties.h> -#include <android-base/strings.h> This is accurate to the Google C++ style guide, which states that other library headers should be included with "", however we have a strong tendency to use <> for these headers for Android, so we must revert this change. Note, clang-format allows regexes for creating the blocks as well, however, short of including all possible libc headers, I don't think there's a way to differentiate between <sys/wait.h> and <other_lib/header.h>. [1]: https://github.com/llvm-mirror/clang/commit/62e3198c4f5490a1c60ba51d81fe2e1f0dc99135#diff-b689ebff2e51e675b346a88289e74542 Test: clang-format doesn't do the above. Change-Id: I2e3f6ee75fd725b620174082afcce4ee7f4efa66
Diffstat (limited to 'libc/malloc_debug/malloc_debug.cpp')
0 files changed, 0 insertions, 0 deletions