llvm-project/clang/lib
Jacek Olesiak 6b475b730b [clang-format/ObjC] Improve split priorities for ObjC methods
Reduce penalty for aligning ObjC method arguments using the colon alignment as
this is the canonical way.

Trying to fit a whole expression into one line should not force other line
breaks (e.g. when ObjC method expression is a part of other expression).

llvm-svn: 336520
2018-07-09 06:54:52 +00:00
..
ARCMigrate Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
AST [ms] Fix mangling of string literals used to initialize arrays larger or smaller than the literal 2018-07-06 06:54:16 +00:00
ASTMatchers [ASTMatchers] A matcher for Objective-C @autoreleasepool 2018-07-06 21:36:04 +00:00
Analysis [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/%td on Darwin 2018-07-05 22:51:11 +00:00
Basic [Fixed Point Arithmetic] Rename `-fsame-fbits` flag 2018-06-29 17:08:19 +00:00
CodeGen [X86] Add new scalar fma intrinsics with rounding mode that use f32/f64 types. 2018-07-08 01:10:47 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [MachineOutliner] Properly pass -moutline along to the toolchain 2018-07-06 22:24:56 +00:00
Edit Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Format [clang-format/ObjC] Improve split priorities for ObjC methods 2018-07-09 06:54:52 +00:00
Frontend [clang-cl, PCH] Implement support for MS-style PCH through headers 2018-07-05 17:22:13 +00:00
FrontendTool Add a new driver mode to dump compiler feature and extension options. 2018-05-31 13:57:09 +00:00
Headers [X86] Remove some unnecessarily escaped new lines from avx512fintrin.h 2018-07-07 22:03:19 +00:00
Index [Index] Remove unused index::IndexDataConsumer::_anchor() 2018-07-05 00:33:03 +00:00
Lex [clang-cl, PCH] Implement support for MS-style PCH through headers 2018-07-05 17:22:13 +00:00
Parse [OPENMP] Make clauses closing loc point to right bracket. 2018-07-06 19:35:42 +00:00
Rewrite Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Sema P0806R2 Implicit capture of this with a capture-default of [=] is 2018-07-07 05:58:48 +00:00
Serialization [clang-cl, PCH] Implement support for MS-style PCH through headers 2018-07-05 17:22:13 +00:00
StaticAnalyzer [analyzer] Add support for data() in DanglingInternalBufferChecker. 2018-07-07 20:29:24 +00:00
Tooling Reland "Move #include manipulation code to new lib/Tooling/Inclusions." 2018-06-04 09:04:12 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00