[clang] 7ad60f6 - [clang-format] fix BreakBeforeBraces.MultiLine with for each macros

2020-08-05 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2020-08-05T14:31:42-04:00 New Revision: 7ad60f6452ff483912776ef6eda4e28c60d9da6e URL: https://github.com/llvm/llvm-project/commit/7ad60f6452ff483912776ef6eda4e28c60d9da6e DIFF: https://github.com/llvm/llvm-project/commit/7ad60f6452ff483912776ef6eda4e28c60d9da6e.diff

[clang] c5c487f - Revert "[clang-format] Add option to specify explicit config file"

2020-03-11 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2020-03-11T16:14:42-04:00 New Revision: c5c487f0d4c6720f4384f670490086e723f5fe32 URL: https://github.com/llvm/llvm-project/commit/c5c487f0d4c6720f4384f670490086e723f5fe32 DIFF: https://github.com/llvm/llvm-project/commit/c5c487f0d4c6720f4384f670490086e723f5fe32.diff

[clang] 10b1a87 - [clang-format] Add option to specify explicit config file

2020-03-11 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2020-03-11T15:56:44-04:00 New Revision: 10b1a87ba35d386b718f0e83c1d750631705b220 URL: https://github.com/llvm/llvm-project/commit/10b1a87ba35d386b718f0e83c1d750631705b220 DIFF: https://github.com/llvm/llvm-project/commit/10b1a87ba35d386b718f0e83c1d750631705b220.diff

[clang] 2eff1c3 - [clang-format] Extend AllowShortLoopsOnASingleLine to do ... while loops.

2020-03-06 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2020-03-06T11:13:23-05:00 New Revision: 2eff1c3ce48ef529064e2dc006d57c37da0b4d84 URL: https://github.com/llvm/llvm-project/commit/2eff1c3ce48ef529064e2dc006d57c37da0b4d84 DIFF: https://github.com/llvm/llvm-project/commit/2eff1c3ce48ef529064e2dc006d57c37da0b4d84.diff

[clang-tools-extra] 73d9361 - [clang-tidy] modernize-use-using uses AST and now supports struct defintions and multiple types in a typedef

2020-01-07 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2020-01-07T16:36:11-05:00 New Revision: 73d93617d3ae23bad232fa3a160c638728c71c01 URL: https://github.com/llvm/llvm-project/commit/73d93617d3ae23bad232fa3a160c638728c71c01 DIFF: https://github.com/llvm/llvm-project/commit/73d93617d3ae23bad232fa3a160c638728c71c01.diff

[clang] d45aafa - [clang-format] fix conflict between FormatStyle::BWACS_MultiLine and BeforeCatch/BeforeElse

2020-01-06 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2020-01-06T09:21:41-05:00 New Revision: d45aafa2fbcf66f3dafdc7c5e0a0ce3709914cbc URL: https://github.com/llvm/llvm-project/commit/d45aafa2fbcf66f3dafdc7c5e0a0ce3709914cbc DIFF: https://github.com/llvm/llvm-project/commit/d45aafa2fbcf66f3dafdc7c5e0a0ce3709914cbc.diff

[clang] 26748a3 - [clang-format] Add new option to add spaces around conditions

2019-12-03 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-12-03T12:20:54-05:00 New Revision: 26748a321e20a7aa952ce8daa4f030c384ae7032 URL: https://github.com/llvm/llvm-project/commit/26748a321e20a7aa952ce8daa4f030c384ae7032 DIFF: https://github.com/llvm/llvm-project/commit/26748a321e20a7aa952ce8daa4f030c384ae7032.diff

[clang-tools-extra] 24aafca - [clang-tidy] modernize-use-equals-default avoid adding redundant semicolons

2019-11-20 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-11-20T18:08:37-05:00 New Revision: 24aafcadff3851ec3a0c42303fec63e815b19566 URL: https://github.com/llvm/llvm-project/commit/24aafcadff3851ec3a0c42303fec63e815b19566 DIFF: https://github.com/llvm/llvm-project/commit/24aafcadff3851ec3a0c42303fec63e815b19566.diff

[clang-tools-extra] 41ee54e - Revert "[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a"

2019-11-19 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-11-19T07:52:31-05:00 New Revision: 41ee54e5d18858c56725485ef637ad5a686368f4 URL: https://github.com/llvm/llvm-project/commit/41ee54e5d18858c56725485ef637ad5a686368f4 DIFF: https://github.com/llvm/llvm-project/commit/41ee54e5d18858c56725485ef637ad5a686368f4.diff

[clang-tools-extra] 06f3dab - [clang-tidy] Fix readability-redundant-string-init for c++17/c++2a

2019-11-16 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-11-15T18:09:42-05:00 New Revision: 06f3dabe4a2e85a32ade27c0769b6084c828a206 URL: https://github.com/llvm/llvm-project/commit/06f3dabe4a2e85a32ade27c0769b6084c828a206 DIFF: https://github.com/llvm/llvm-project/commit/06f3dabe4a2e85a32ade27c0769b6084c828a206.diff

[clang-tools-extra] 47bd7c5 - Revert "[clang-tidy] Give readability-redundant-string-init a customizable list of string types to fix"

2019-11-16 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-11-15T16:46:58-05:00 New Revision: 47bd7c57e556e3a4db51566d59c2d796ce898c8f URL: https://github.com/llvm/llvm-project/commit/47bd7c57e556e3a4db51566d59c2d796ce898c8f DIFF: https://github.com/llvm/llvm-project/commit/47bd7c57e556e3a4db51566d59c2d796ce898c8f.diff

[clang-tools-extra] 96fbc32 - [clang-tidy] Give readability-redundant-string-init a customizable list of string types to fix

2019-11-16 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-11-15T16:42:54-05:00 New Revision: 96fbc32cb9ea23b1e7e3ff6906ec3ccda9500982 URL: https://github.com/llvm/llvm-project/commit/96fbc32cb9ea23b1e7e3ff6906ec3ccda9500982 DIFF: https://github.com/llvm/llvm-project/commit/96fbc32cb9ea23b1e7e3ff6906ec3ccda9500982.diff

[clang-tools-extra] 50e9956 - [clang-tidy] modernize-use-override new option AllowOverrideAndFinal

2019-11-16 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-11-15T16:16:07-05:00 New Revision: 50e99563fb0459f5160572eef3c4e6062b8ad3f2 URL: https://github.com/llvm/llvm-project/commit/50e99563fb0459f5160572eef3c4e6062b8ad3f2 DIFF: https://github.com/llvm/llvm-project/commit/50e99563fb0459f5160572eef3c4e6062b8ad3f2.diff

[clang-tools-extra] 782392d - [clang-tidy] modernize-use-using work with multi-argument templates

2019-11-16 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-11-15T16:09:10-05:00 New Revision: 782392db8122cafb5e0e4ad5fe0c24c46f11b2b7 URL: https://github.com/llvm/llvm-project/commit/782392db8122cafb5e0e4ad5fe0c24c46f11b2b7 DIFF: https://github.com/llvm/llvm-project/commit/782392db8122cafb5e0e4ad5fe0c24c46f11b2b7.diff

[clang] 4ee70e0 - [clang-format] Fixed edge-case with SpacesInSquareBrackets with trailing bare "&" lambda capture.

2019-11-14 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-11-14T13:24:50-05:00 New Revision: 4ee70e00b509fe26bac4196df76dc7c6153f1206 URL: https://github.com/llvm/llvm-project/commit/4ee70e00b509fe26bac4196df76dc7c6153f1206 DIFF: https://github.com/llvm/llvm-project/commit/4ee70e00b509fe26bac4196df76dc7c6153f1206.diff

[clang] 8d7bd57 - [clang-format] Fix SpacesInSquareBrackets for Lambdas with Initial "&ref" Parameter

2019-10-31 Thread Mitchell Balan via cfe-commits
Author: Mitchell Balan Date: 2019-10-31T11:08:05-04:00 New Revision: 8d7bd57526486cab9e3daba9934042c405d7946b URL: https://github.com/llvm/llvm-project/commit/8d7bd57526486cab9e3daba9934042c405d7946b DIFF: https://github.com/llvm/llvm-project/commit/8d7bd57526486cab9e3daba9934042c405d7946b.diff

r374175 - [NFC] Reverting changes from test commit.

2019-10-09 Thread Mitchell Balan via cfe-commits
Author: mitchell Date: Wed Oct 9 08:12:22 2019 New Revision: 374175 URL: http://llvm.org/viewvc/llvm-project?rev=374175&view=rev Log: [NFC] Reverting changes from test commit. llvm commit access test succeeded. Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst Modified: cfe/trunk/docs/Cl

r374174 - [NFC] Test commit.

2019-10-09 Thread Mitchell Balan via cfe-commits
Author: mitchell Date: Wed Oct 9 08:11:34 2019 New Revision: 374174 URL: http://llvm.org/viewvc/llvm-project?rev=374174&view=rev Log: [NFC] Test commit. Testing llvm commit access only. Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst