Go to file
Krasimir Georgiev 59ed77b813 [clang-format] Don't align too long broken trailing comments
Summary:
This patch fixes a bug where clang-format will align newly broken trailing
comments even if this will make them exceed the line limit. The bug was caused
by a combination of unsigned arithmetic overflow and an imprecise computation
of the length of broken comment lines.

Reviewers: djasper, alexfh

Reviewed By: alexfh

Subscribers: klimek

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

llvm-svn: 304687
2017-06-04 19:27:02 +00:00
clang [clang-format] Don't align too long broken trailing comments 2017-06-04 19:27:02 +00:00
clang-tools-extra [clang-tidy] Make misc-static-assert accept assert(!"msg") 2017-06-03 10:13:55 +00:00
compiler-rt Mark the atos-symbolizer test as unsupported on i386-darwin 2017-06-04 02:18:45 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx Fix the recently introduced test to work on C++03 2017-06-03 01:21:29 +00:00
libcxxabi [libcxxabi] HandleLLVMOptions in out of tree build 2017-06-03 17:23:19 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Convert another OutputSections use. 2017-06-03 06:51:22 +00:00
lldb cmake: Put PROCESS_VM_READV detection results into Config.h 2017-06-02 12:29:08 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [LV] Make scalarizeInstruction() non-virtual. NFC. 2017-06-04 13:29:51 +00:00
openmp [OpenMP] libomptarget: eliminate compiler warnings at build 2017-06-02 22:41:35 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Update isl to isl-0.18-679-g6e75a0d 2017-06-04 19:13:10 +00:00