hanchenye-llvm-project/clang/lib
Krasimir Georgiev ddb19248eb [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protos
Summary:
This patch fixes the indentation of the code pattern `key <...>`and `key {...}` in text protos.
Previously, such line would be alinged depending on the column of the previous
colon, which usually indents too much.

I'm gonna go ahead and commit this since it's a straightforward bugfix.

Reviewers: djasper, klimek

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D36143

llvm-svn: 309941
2017-08-03 14:17:29 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [clang] Change the condition of unnecessary packed warning 2017-08-01 21:41:39 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis Revert "Thread Safety Analysis: fix assert_capability." 2017-08-01 19:53:31 +00:00
Basic Define _GNU_SOURCE for RTEMS c++ 2017-08-02 14:36:52 +00:00
CodeGen [mips] Implement -muninit-const-in-rodata 2017-08-03 14:01:17 +00:00
Driver [mips] Implement -muninit-const-in-rodata 2017-08-03 14:01:17 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protos 2017-08-03 14:17:29 +00:00
Frontend [mips] Implement -muninit-const-in-rodata 2017-08-03 14:01:17 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [Headers][Darwin] Allow #include_next<float.h> to work on Darwin prior to 10.7 2017-08-01 22:10:36 +00:00
Index [index] Set SymbolSubKind::Accessor[GS]etter on class methods 2017-07-21 23:04:27 +00:00
Lex PR33902: Invalidate line number cache when adding more text to existing buffer. 2017-07-30 06:31:29 +00:00
Parse Update for llvm change. 2017-08-02 20:32:35 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema [Sema] Add a comment on an identified bug on default arguments. 2017-08-03 00:18:11 +00:00
Serialization Recommit r308327 3rd time: Add a warning for missing 2017-07-28 14:41:21 +00:00
StaticAnalyzer [StaticAnalyzer] Fix false positives for unreachable code in macros. 2017-08-02 08:26:56 +00:00
Tooling [rename] NFC, extract symbol canonicalization logic into function 2017-08-02 14:15:27 +00:00
CMakeLists.txt