| commit | 8ce1b8df7690bc25788c7da1b464c654461489b0 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Tue Oct 06 11:54:18 2015 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Tue Oct 06 11:54:18 2015 +0000 |
| tree | cdcbaf11e6ceaa0e0788dfdcc4050fbcb63ce4bd | |
| parent | 9b30e2b50bcae9615afdbf9bea56deb21686039a [diff] |
clang-format: Make IncludeCategories configurable in .clang-format file. This was made much easier by introducing an IncludeCategory struct to replace the previously used std::pair. Also, cleaned up documentation and added examples. llvm-svn: 249392