[clang] 5d35b7d - [ARM][AArch64] Implement __arm_rsrf, __arm_rsrf64, __arm_wsrf & __arm_wsrf64

2019-10-28 Thread via cfe-commits
Author: vhscampos Date: 2019-10-28T10:59:18Z New Revision: 5d35b7d9e1a34b45c19609f754050e4263bee4ce URL: https://github.com/llvm/llvm-project/commit/5d35b7d9e1a34b45c19609f754050e4263bee4ce DIFF: https://github.com/llvm/llvm-project/commit/5d35b7d9e1a34b45c19609f754050e4263bee4ce.diff LOG:

[clang] f6e11a3 - [ARM][AArch64] Implement __cls, __clsl and __clsll intrinsics from ACLE

2019-10-28 Thread via cfe-commits
Author: vhscampos Date: 2019-10-28T11:06:58Z New Revision: f6e11a36c49c065cd71e9c54e4fba917da5bbf2e URL: https://github.com/llvm/llvm-project/commit/f6e11a36c49c065cd71e9c54e4fba917da5bbf2e DIFF: https://github.com/llvm/llvm-project/commit/f6e11a36c49c065cd71e9c54e4fba917da5bbf2e.diff LOG:

[clang] 1ae8e8d - Don't add -fsplit-lto-unit for thin LTO builds with PS4 and Darwin toolchains

2019-10-24 Thread via cfe-commits
Author: evgeny Date: 2019-10-24T14:10:03+03:00 New Revision: 1ae8e8d25fd87048d3d8d7429308e52b236c79a1 URL: https://github.com/llvm/llvm-project/commit/1ae8e8d25fd87048d3d8d7429308e52b236c79a1 DIFF: https://github.com/llvm/llvm-project/commit/1ae8e8d25fd87048d3d8d7429308e52b236c79a1.diff LOG:

[clang] 23b7836 - [clang-format] update documentation

2019-10-24 Thread via cfe-commits
Author: paulhoad Date: 2019-10-24T21:10:13+01:00 New Revision: 23b78364150cd946a8b111e87defdf179eecbc8f URL: https://github.com/llvm/llvm-project/commit/23b78364150cd946a8b111e87defdf179eecbc8f DIFF: https://github.com/llvm/llvm-project/commit/23b78364150cd946a8b111e87defdf179eecbc8f.diff

[clang] 8fa5e98 - [clang-format] Remove duplciate code from Invalid BOM detection

2019-10-24 Thread via cfe-commits
Author: paulhoad Date: 2019-10-24T20:24:44+01:00 New Revision: 8fa5e98fd191d02fc7e0e220d74af267b9140e6a URL: https://github.com/llvm/llvm-project/commit/8fa5e98fd191d02fc7e0e220d74af267b9140e6a DIFF: https://github.com/llvm/llvm-project/commit/8fa5e98fd191d02fc7e0e220d74af267b9140e6a.diff

[clang] ec66603 - [clang-format] Remove the dependency on frontend

2019-10-24 Thread via cfe-commits
Author: paulhoad Date: 2019-10-24T19:03:57+01:00 New Revision: ec66603ac7ea655be5c2c5f508c5bf0d5eaeb65b URL: https://github.com/llvm/llvm-project/commit/ec66603ac7ea655be5c2c5f508c5bf0d5eaeb65b DIFF: https://github.com/llvm/llvm-project/commit/ec66603ac7ea655be5c2c5f508c5bf0d5eaeb65b.diff

[clang] 8b5f6c1 - [clang-format] [NFC] add recent changes to release notes

2019-11-19 Thread via cfe-commits
Author: mydeveloperday Date: 2019-11-19T08:44:27Z New Revision: 8b5f6c16476c7a8f50b660fb6e1b549759a783b6 URL: https://github.com/llvm/llvm-project/commit/8b5f6c16476c7a8f50b660fb6e1b549759a783b6 DIFF: https://github.com/llvm/llvm-project/commit/8b5f6c16476c7a8f50b660fb6e1b549759a783b6.diff

[clang-tools-extra] b0561b3 - [NFC] Refactor representation of materialized temporaries

2019-11-19 Thread via cfe-commits
Author: Tyker Date: 2019-11-19T18:20:45+01:00 New Revision: b0561b3346e7bf0ae974995ca95b917eebde18e1 URL: https://github.com/llvm/llvm-project/commit/b0561b3346e7bf0ae974995ca95b917eebde18e1 DIFF: https://github.com/llvm/llvm-project/commit/b0561b3346e7bf0ae974995ca95b917eebde18e1.diff LOG:

[clang] 3c7f6b4 - [clang][modules] Add support for merging lifetime-extended temporaries

2019-11-30 Thread via cfe-commits
Author: Tyker Date: 2019-11-30T16:42:33+01:00 New Revision: 3c7f6b439699a9cbbc0ac8d288cc70aff357446b URL: https://github.com/llvm/llvm-project/commit/3c7f6b439699a9cbbc0ac8d288cc70aff357446b DIFF: https://github.com/llvm/llvm-project/commit/3c7f6b439699a9cbbc0ac8d288cc70aff357446b.diff LOG:

[clang] 3f4b70c - Revert "[clang][modules] Add support for merging lifetime-extended temporaries"

2019-11-30 Thread via cfe-commits
Author: Tyker Date: 2019-11-30T17:52:26+01:00 New Revision: 3f4b70c79e686117c2754d2c0a5a44c8b6829e79 URL: https://github.com/llvm/llvm-project/commit/3f4b70c79e686117c2754d2c0a5a44c8b6829e79 DIFF: https://github.com/llvm/llvm-project/commit/3f4b70c79e686117c2754d2c0a5a44c8b6829e79.diff LOG:

[clang] 85c7438 - [clang][modules] Add support for merging lifetime-extended temporaries

2019-12-01 Thread via cfe-commits
Author: Tyker Date: 2019-11-30T23:09:11+01:00 New Revision: 85c74384778909789389b9012a75cfcca7964a28 URL: https://github.com/llvm/llvm-project/commit/85c74384778909789389b9012a75cfcca7964a28 DIFF: https://github.com/llvm/llvm-project/commit/85c74384778909789389b9012a75cfcca7964a28.diff LOG:

[clang] 486d1a5 - Revert "[clang][modules] Add support for merging lifetime-extended temporaries"

2019-12-01 Thread via cfe-commits
Author: Tyker Date: 2019-12-01T11:58:14+01:00 New Revision: 486d1a535896aa4f48f0ecaf451ea35dbd4f137b URL: https://github.com/llvm/llvm-project/commit/486d1a535896aa4f48f0ecaf451ea35dbd4f137b DIFF: https://github.com/llvm/llvm-project/commit/486d1a535896aa4f48f0ecaf451ea35dbd4f137b.diff LOG:

[clang] 9ec6d71 - [clang][modules] Add support for merging lifetime-extended temporaries

2019-12-02 Thread via cfe-commits
Author: Tyker Date: 2019-12-02T19:55:13+01:00 New Revision: 9ec6d7121132d30db68818e4f684910f76307fdf URL: https://github.com/llvm/llvm-project/commit/9ec6d7121132d30db68818e4f684910f76307fdf DIFF: https://github.com/llvm/llvm-project/commit/9ec6d7121132d30db68818e4f684910f76307fdf.diff LOG:

[clang] ae54845 - Revert "[clang][modules] Add support for merging lifetime-extended temporaries"

2019-12-01 Thread via cfe-commits
Author: Tyker Date: 2019-12-01T22:38:31+01:00 New Revision: ae5484540f15bcbcb0de9558e66b0217ab8473ed URL: https://github.com/llvm/llvm-project/commit/ae5484540f15bcbcb0de9558e66b0217ab8473ed DIFF: https://github.com/llvm/llvm-project/commit/ae5484540f15bcbcb0de9558e66b0217ab8473ed.diff LOG:

[clang] a3cbe1a - [clang][modules] Add support for merging lifetime-extended temporaries

2019-12-01 Thread via cfe-commits
Author: Tyker Date: 2019-12-01T21:28:48+01:00 New Revision: a3cbe1a202df6ec8e23bd55e14db254e4bc33021 URL: https://github.com/llvm/llvm-project/commit/a3cbe1a202df6ec8e23bd55e14db254e4bc33021 DIFF: https://github.com/llvm/llvm-project/commit/a3cbe1a202df6ec8e23bd55e14db254e4bc33021.diff LOG:

[clang] 7b86188 - [Diagnostic] add a warning which warns about misleading indentation

2019-11-25 Thread via cfe-commits
Author: Tyker Date: 2019-11-25T20:46:32+01:00 New Revision: 7b86188b50bf6e537fe98b326f258fbd23108b83 URL: https://github.com/llvm/llvm-project/commit/7b86188b50bf6e537fe98b326f258fbd23108b83 DIFF: https://github.com/llvm/llvm-project/commit/7b86188b50bf6e537fe98b326f258fbd23108b83.diff LOG:

[clang] c444a01 - fixe leak found by asan build bot

2019-11-19 Thread via cfe-commits
Author: Tyker Date: 2019-11-19T21:11:37+01:00 New Revision: c444a01df3553d9405cbd4dac3c1074a71e6c2e1 URL: https://github.com/llvm/llvm-project/commit/c444a01df3553d9405cbd4dac3c1074a71e6c2e1 DIFF: https://github.com/llvm/llvm-project/commit/c444a01df3553d9405cbd4dac3c1074a71e6c2e1.diff LOG:

Re: r372903 - [Mangle] Add flag to asm labels to disable '\01' prefixing

2019-09-25 Thread via cfe-commits
Thank you, sorry for the trouble. vedant > On Sep 25, 2019, at 3:36 PM, Evgenii Stepanov > wrote: > > FYI I've fixed a memory leak in the new test in r372925. > > On Wed, Sep 25, 2019 at 10:58 AM Vedant Kumar via cfe-commits > wrote: >> >> Author: vedantk

[clang] 6a7df3a - [ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we complete each FieldDecl of a RecordDecl when we are importing the definiton

2019-12-19 Thread via cfe-commits
Author: shafik Date: 2019-12-19T11:16:54-08:00 New Revision: 6a7df3a3f940473088b1db1ccadafe52bb274b62 URL: https://github.com/llvm/llvm-project/commit/6a7df3a3f940473088b1db1ccadafe52bb274b62 DIFF: https://github.com/llvm/llvm-project/commit/6a7df3a3f940473088b1db1ccadafe52bb274b62.diff LOG:

[clang] 2f209cc - [clang-format] C# formatting a class with inheritance followed by an attribute specifier assume its a braces initializer

2019-12-20 Thread via cfe-commits
Author: mydeveloperday Date: 2019-12-20T17:07:00Z New Revision: 2f209ccfbe5e6b33088763b1e022ba876fb0f35c URL: https://github.com/llvm/llvm-project/commit/2f209ccfbe5e6b33088763b1e022ba876fb0f35c DIFF: https://github.com/llvm/llvm-project/commit/2f209ccfbe5e6b33088763b1e022ba876fb0f35c.diff

[clang] 3185c30 - Prefer __vector over vector keyword for altivec

2020-02-10 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-10T20:23:26+01:00 New Revision: 3185c30c54d0af5bffbff3bcfd721668d086ff10 URL: https://github.com/llvm/llvm-project/commit/3185c30c54d0af5bffbff3bcfd721668d086ff10 DIFF:

[clang] d21664c - Fix integration of pass plugins with llvm dylib

2020-02-13 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-13T14:18:08+01:00 New Revision: d21664cce1db8debe2528f36b1fbd2b8af9c9401 URL: https://github.com/llvm/llvm-project/commit/d21664cce1db8debe2528f36b1fbd2b8af9c9401 DIFF:

[clang] 4546211 - Revert "Support -fstack-clash-protection for x86"

2020-02-09 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-09T10:06:31+01:00 New Revision: 454621160066c067c97edb0a094553d8d0339c9b URL: https://github.com/llvm/llvm-project/commit/454621160066c067c97edb0a094553d8d0339c9b DIFF:

[clang] e67cbac - Support -fstack-clash-protection for x86

2020-02-09 Thread via cfe-commits
Author: serge_sans_paille Date: 2020-02-09T10:42:45+01:00 New Revision: e67cbac81211d40332a79d98c9d5953624cc1202 URL: https://github.com/llvm/llvm-project/commit/e67cbac81211d40332a79d98c9d5953624cc1202 DIFF:

[clang] 0fd51a4 - Support -fstack-clash-protection for x86

2020-02-09 Thread via cfe-commits
Author: serge_sans_paille Date: 2020-02-09T09:35:42+01:00 New Revision: 0fd51a4554f5f4f90342f40afd35b077f6d88213 URL: https://github.com/llvm/llvm-project/commit/0fd51a4554f5f4f90342f40afd35b077f6d88213 DIFF:

[clang] 55e2678 - [clang] Add -fignore-exceptions

2020-02-12 Thread via cfe-commits
Author: jasonliu Date: 2020-02-12T09:56:18Z New Revision: 55e2678fcd4d7eca3f9a602a919da499c1103041 URL: https://github.com/llvm/llvm-project/commit/55e2678fcd4d7eca3f9a602a919da499c1103041 DIFF: https://github.com/llvm/llvm-project/commit/55e2678fcd4d7eca3f9a602a919da499c1103041.diff LOG:

[clang] 53fba65 - [ARCMT][NFC] Reduce #include dependencies

2020-02-12 Thread via cfe-commits
Author: Nicolás Alvarez Date: 2020-02-12T19:10:46+01:00 New Revision: 53fba65d220499ebc380755aca2da41a5eb33f02 URL: https://github.com/llvm/llvm-project/commit/53fba65d220499ebc380755aca2da41a5eb33f02 DIFF:

[clang] fa0118e - [clang-format] Add new option BeforeLambdaBody in Allman style.

2020-02-13 Thread via cfe-commits
Author: Wawha Date: 2020-02-13T22:16:41+01:00 New Revision: fa0118e6e588fe303b08e7e06ba28ac1f8d50c68 URL: https://github.com/llvm/llvm-project/commit/fa0118e6e588fe303b08e7e06ba28ac1f8d50c68 DIFF: https://github.com/llvm/llvm-project/commit/fa0118e6e588fe303b08e7e06ba28ac1f8d50c68.diff LOG:

[clang] f7e2227 - [clang] Fix bad line ending (DOS instead of Unix) inside the release notes.

2020-02-13 Thread via cfe-commits
Author: Wawha Date: 2020-02-13T22:52:28+01:00 New Revision: f7e2227832a6691bf2d07cebf4bd772d5eafbe1a URL: https://github.com/llvm/llvm-project/commit/f7e2227832a6691bf2d07cebf4bd772d5eafbe1a DIFF: https://github.com/llvm/llvm-project/commit/f7e2227832a6691bf2d07cebf4bd772d5eafbe1a.diff LOG:

[clang] 6201f66 - Check args passed to __builtin_frame_address and __builtin_return_address.

2020-02-25 Thread via cfe-commits
Author: zoecarver Date: 2020-02-25T12:47:14-08:00 New Revision: 6201f6601dec03e44424ad2d5cc04a9766f194b1 URL: https://github.com/llvm/llvm-project/commit/6201f6601dec03e44424ad2d5cc04a9766f194b1 DIFF: https://github.com/llvm/llvm-project/commit/6201f6601dec03e44424ad2d5cc04a9766f194b1.diff

[clang] c93112d - Validate argument passed to __builtin_frame_address and __builtin_return_address

2020-02-24 Thread via cfe-commits
Author: zoecarver Date: 2020-02-24T14:23:41-08:00 New Revision: c93112dc4f745b0455addb54bfe1c2f79b827c6d URL: https://github.com/llvm/llvm-project/commit/c93112dc4f745b0455addb54bfe1c2f79b827c6d DIFF: https://github.com/llvm/llvm-project/commit/c93112dc4f745b0455addb54bfe1c2f79b827c6d.diff

[clang] 6980782 - Revert "Validate argument passed to __builtin_frame_address and __builtin_return_address"

2020-02-24 Thread via cfe-commits
Author: zoecarver Date: 2020-02-24T14:35:02-08:00 New Revision: 698078257285a044110620d7dab2fb4451a3fa29 URL: https://github.com/llvm/llvm-project/commit/698078257285a044110620d7dab2fb4451a3fa29 DIFF: https://github.com/llvm/llvm-project/commit/698078257285a044110620d7dab2fb4451a3fa29.diff

[clang] e058667 - Support -fuse-ld=lld for riscv

2020-02-26 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-26T10:20:20+01:00 New Revision: e058667a2e017d3225a9bb067dbac7f2159576f7 URL: https://github.com/llvm/llvm-project/commit/e058667a2e017d3225a9bb067dbac7f2159576f7 DIFF:

[clang] 19c664f - Fix typo in clang lit config

2020-02-26 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-26T10:37:04+01:00 New Revision: 19c664f71e887111298e49e416511f8be7b2b15f URL: https://github.com/llvm/llvm-project/commit/19c664f71e887111298e49e416511f8be7b2b15f DIFF:

[clang] ca50f09 - [clang] fix error detection in consteval calls

2020-02-26 Thread via cfe-commits
Author: Tyker Date: 2020-02-26T21:09:31+01:00 New Revision: ca50f09db9f86eb5ac7aa0cb53c52637f2b7effa URL: https://github.com/llvm/llvm-project/commit/ca50f09db9f86eb5ac7aa0cb53c52637f2b7effa DIFF: https://github.com/llvm/llvm-project/commit/ca50f09db9f86eb5ac7aa0cb53c52637f2b7effa.diff LOG:

[clang] 7e1a6ca - [analyzer] AnalysisDeclContext: Refactor and documentation

2020-03-03 Thread via cfe-commits
Author: Charusso Date: 2020-03-04T07:06:54+01:00 New Revision: 7e1a6ca9e89c3ea08f8b008e9140d9fdc048d1df URL: https://github.com/llvm/llvm-project/commit/7e1a6ca9e89c3ea08f8b008e9140d9fdc048d1df DIFF: https://github.com/llvm/llvm-project/commit/7e1a6ca9e89c3ea08f8b008e9140d9fdc048d1df.diff

[clang] cac0686 - [HIP] Make sure, unused hip-pinned-shadow global var is kept within device code

2020-03-03 Thread via cfe-commits
Author: hsmahesha Date: 2020-03-04T10:54:26+05:30 New Revision: cac068600e55e489844156d3581b61eeecee7d4e URL: https://github.com/llvm/llvm-project/commit/cac068600e55e489844156d3581b61eeecee7d4e DIFF: https://github.com/llvm/llvm-project/commit/cac068600e55e489844156d3581b61eeecee7d4e.diff

[clang] f69c74d - [analyzer] FixItHint: Apply and test hints with the Clang-Tidy's script

2020-03-03 Thread via cfe-commits
Author: Charusso Date: 2020-03-04T06:26:33+01:00 New Revision: f69c74db34f42c20c167b8fb0f93ec05a0e77b45 URL: https://github.com/llvm/llvm-project/commit/f69c74db34f42c20c167b8fb0f93ec05a0e77b45 DIFF: https://github.com/llvm/llvm-project/commit/f69c74db34f42c20c167b8fb0f93ec05a0e77b45.diff

[clang] abdd33c - [analyzer] AnalyzerOptions: Remove 'fixits-as-remarks'

2020-03-03 Thread via cfe-commits
Author: Charusso Date: 2020-03-04T06:56:32+01:00 New Revision: abdd33c86a34517bbbe91adcacaae1ed5ea6b1d8 URL: https://github.com/llvm/llvm-project/commit/abdd33c86a34517bbbe91adcacaae1ed5ea6b1d8 DIFF: https://github.com/llvm/llvm-project/commit/abdd33c86a34517bbbe91adcacaae1ed5ea6b1d8.diff

[clang-tools-extra] 1454c27 - Syndicate, test and fix base64 implementation

2020-03-03 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-03-03T12:17:53+01:00 New Revision: 1454c27b60447d969d0c1ecaf20b2186fe9d85ec URL: https://github.com/llvm/llvm-project/commit/1454c27b60447d969d0c1ecaf20b2186fe9d85ec DIFF:

[clang-tools-extra] 27e3671 - [clang-tidy] readability-identifier-naming disregards parameters restrictions on main like functions

2020-01-27 Thread via cfe-commits
Author: Nathan Date: 2020-01-27T19:23:21Z New Revision: 27e3671ff49b72640f89c34a415412e400503442 URL: https://github.com/llvm/llvm-project/commit/27e3671ff49b72640f89c34a415412e400503442 DIFF: https://github.com/llvm/llvm-project/commit/27e3671ff49b72640f89c34a415412e400503442.diff LOG:

[clang-tools-extra] c3d20fd - [clang-tidy] readability-identifier-naming disregards parameters restrictions on main like functions

2020-01-27 Thread via cfe-commits
Author: Nathan Date: 2020-01-27T23:47:51Z New Revision: c3d20fd472000c7abdc2c9cad051a2ab339709d9 URL: https://github.com/llvm/llvm-project/commit/c3d20fd472000c7abdc2c9cad051a2ab339709d9 DIFF: https://github.com/llvm/llvm-project/commit/c3d20fd472000c7abdc2c9cad051a2ab339709d9.diff LOG:

[clang-tools-extra] 7c90666 - [clang-tidy] readability-redundant-string-init now flags redundant initialisation in Field Decls and Constructor Initialisers

2020-01-27 Thread via cfe-commits
Author: Nathan Date: 2020-01-27T23:51:45Z New Revision: 7c90666d2c3cfb5a519275d89195be317e7cc0ab URL: https://github.com/llvm/llvm-project/commit/7c90666d2c3cfb5a519275d89195be317e7cc0ab DIFF: https://github.com/llvm/llvm-project/commit/7c90666d2c3cfb5a519275d89195be317e7cc0ab.diff LOG:

[clang-tools-extra] 6874dfc - [clang-tidy] Fix bugprone-use-after-move when move is in noexcept operator

2020-01-27 Thread via cfe-commits
Author: Nathan Date: 2020-01-28T00:39:07Z New Revision: 6874dfce3aef4a0d85fc9d45f4c9c3d90cfcbf6e URL: https://github.com/llvm/llvm-project/commit/6874dfce3aef4a0d85fc9d45f4c9c3d90cfcbf6e DIFF: https://github.com/llvm/llvm-project/commit/6874dfce3aef4a0d85fc9d45f4c9c3d90cfcbf6e.diff LOG:

[clang] 428583d - [DebugInfo] Fix debug-info generation for block invocations so that we set the LinkageName

2020-02-05 Thread via cfe-commits
Author: shafik Date: 2020-02-05T11:07:30-08:00 New Revision: 428583dd22fdc8f789390822e7b8ef4a5534721d URL: https://github.com/llvm/llvm-project/commit/428583dd22fdc8f789390822e7b8ef4a5534721d DIFF: https://github.com/llvm/llvm-project/commit/428583dd22fdc8f789390822e7b8ef4a5534721d.diff LOG:

[clang] f5d1a9f - Try to fix windows build bot after 008e7bf92343b8bd6ebade5b3ddcfe4bb4e29f8d

2020-02-04 Thread via cfe-commits
Author: Tyker Date: 2020-02-04T21:20:16+01:00 New Revision: f5d1a9f1cfb5ef6cb7c421dfaed2cd4048c0dde9 URL: https://github.com/llvm/llvm-project/commit/f5d1a9f1cfb5ef6cb7c421dfaed2cd4048c0dde9 DIFF: https://github.com/llvm/llvm-project/commit/f5d1a9f1cfb5ef6cb7c421dfaed2cd4048c0dde9.diff LOG:

[clang] 008e7bf - [C++20] Add consteval-specific semantic for functions

2020-02-04 Thread via cfe-commits
Author: Tyker Date: 2020-02-04T20:38:32+01:00 New Revision: 008e7bf92343b8bd6ebade5b3ddcfe4bb4e29f8d URL: https://github.com/llvm/llvm-project/commit/008e7bf92343b8bd6ebade5b3ddcfe4bb4e29f8d DIFF: https://github.com/llvm/llvm-project/commit/008e7bf92343b8bd6ebade5b3ddcfe4bb4e29f8d.diff LOG:

[clang] 70c9867 - [clang-format] Add option for not breaking line before ObjC params

2020-02-01 Thread via cfe-commits
Author: mydeveloperday Date: 2020-02-01T17:39:34Z New Revision: 70c98671fa7b395a52829b91782393f4c2613562 URL: https://github.com/llvm/llvm-project/commit/70c98671fa7b395a52829b91782393f4c2613562 DIFF: https://github.com/llvm/llvm-project/commit/70c98671fa7b395a52829b91782393f4c2613562.diff

[clang] fd09f12 - Implement -fsemantic-interposition

2020-01-31 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-01-31T14:02:33+01:00 New Revision: fd09f12f32f57564d619a28b8826d33ade47b12e URL: https://github.com/llvm/llvm-project/commit/fd09f12f32f57564d619a28b8826d33ade47b12e DIFF:

[clang] 39f50da - Support -fstack-clash-protection for x86

2020-02-07 Thread via cfe-commits
Author: serge_sans_paille Date: 2020-02-07T10:56:15+01:00 New Revision: 39f50da2a357a8f685b3540246c5d762734e035f URL: https://github.com/llvm/llvm-project/commit/39f50da2a357a8f685b3540246c5d762734e035f DIFF:

[clang] f6d9842 - Revert "Support -fstack-clash-protection for x86"

2020-02-07 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-07T11:36:53+01:00 New Revision: f6d98429fcdba97988fa1e3ec10dc2ca943dd0da URL: https://github.com/llvm/llvm-project/commit/f6d98429fcdba97988fa1e3ec10dc2ca943dd0da DIFF:

[clang] 4a1a069 - Support -fstack-clash-protection for x86

2020-02-07 Thread via cfe-commits
Author: serge_sans_paille Date: 2020-02-07T19:54:39+01:00 New Revision: 4a1a0690ad6813a4c8cdb8dc20ea6337aa1f61e0 URL: https://github.com/llvm/llvm-project/commit/4a1a0690ad6813a4c8cdb8dc20ea6337aa1f61e0 DIFF:

[clang] 658495e - Revert "Support -fstack-clash-protection for x86"

2020-02-08 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-08T14:26:22+01:00 New Revision: 658495e6ecd4f6e9422307379ce8ea959fea8e8f URL: https://github.com/llvm/llvm-project/commit/658495e6ecd4f6e9422307379ce8ea959fea8e8f DIFF:

[clang] e229017 - Support -fstack-clash-protection for x86

2020-02-08 Thread via cfe-commits
Author: serge_sans_paille Date: 2020-02-08T13:31:52+01:00 New Revision: e229017732bcf1911210903ee9811033d5588e0d URL: https://github.com/llvm/llvm-project/commit/e229017732bcf1911210903ee9811033d5588e0d DIFF:

[clang] aec6210 - [ASTMatchers] Add cxxNoexceptExpr AST matcher

2020-01-28 Thread via cfe-commits
Author: Nathan Date: 2020-01-28T13:12:28Z New Revision: aec6210367de714caf876fe19c4b475889890e21 URL: https://github.com/llvm/llvm-project/commit/aec6210367de714caf876fe19c4b475889890e21 DIFF: https://github.com/llvm/llvm-project/commit/aec6210367de714caf876fe19c4b475889890e21.diff LOG:

[clang] 3239b50 - [FPEnv] Add pragma FP_CONTRACT support under strict FP.

2020-01-28 Thread via cfe-commits
Author: Wang, Pengfei Date: 2020-01-28T20:43:43+08:00 New Revision: 3239b5034ee97b63572e61713b15be8444eeab25 URL: https://github.com/llvm/llvm-project/commit/3239b5034ee97b63572e61713b15be8444eeab25 DIFF: https://github.com/llvm/llvm-project/commit/3239b5034ee97b63572e61713b15be8444eeab25.diff

[clang] af3d0d1 - [analyzer] DynamicSize: Remove 'getSizeInElements()' from store

2020-01-30 Thread via cfe-commits
Author: Charusso Date: 2020-01-30T16:51:48+01:00 New Revision: af3d0d16286aecdd19356a3505d4a87f54a2f7e9 URL: https://github.com/llvm/llvm-project/commit/af3d0d16286aecdd19356a3505d4a87f54a2f7e9 DIFF: https://github.com/llvm/llvm-project/commit/af3d0d16286aecdd19356a3505d4a87f54a2f7e9.diff

[clang] 38ab3b8 - [analyzer] CheckerContext: Make the Preprocessor available

2020-01-30 Thread via cfe-commits
Author: Charusso Date: 2020-01-30T17:05:52+01:00 New Revision: 38ab3b876baaa899b92dda9113a4d1d4b56c2e79 URL: https://github.com/llvm/llvm-project/commit/38ab3b876baaa899b92dda9113a4d1d4b56c2e79 DIFF: https://github.com/llvm/llvm-project/commit/38ab3b876baaa899b92dda9113a4d1d4b56c2e79.diff

[clang] 601687b - [analyzer] DynamicSize: Remove 'getExtent()' from regions

2020-01-30 Thread via cfe-commits
Author: Charusso Date: 2020-01-30T16:05:18+01:00 New Revision: 601687bf731a33364a7de0ece7acd1c17c9dd60d URL: https://github.com/llvm/llvm-project/commit/601687bf731a33364a7de0ece7acd1c17c9dd60d DIFF: https://github.com/llvm/llvm-project/commit/601687bf731a33364a7de0ece7acd1c17c9dd60d.diff

[clang] dd23014 - Support -fuse-ld=lld for riscv

2020-02-18 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-18T11:24:09+01:00 New Revision: dd230142d8a00f5f30c3930a2407000e845dcfbf URL: https://github.com/llvm/llvm-project/commit/dd230142d8a00f5f30c3930a2407000e845dcfbf DIFF:

[clang] b8bea93 - Revert "Support -fuse-ld=lld for riscv"

2020-02-18 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-18T20:56:02+01:00 New Revision: b8bea9346af4f2644c9a1bd29710c5e3efbbd7d3 URL: https://github.com/llvm/llvm-project/commit/b8bea9346af4f2644c9a1bd29710c5e3efbbd7d3 DIFF:

[clang] cc7a197 - Fix riscv/lld test interaction

2020-02-18 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-18T12:34:07+01:00 New Revision: cc7a197f9f1039e36625249199aa652f84506802 URL: https://github.com/llvm/llvm-project/commit/cc7a197f9f1039e36625249199aa652f84506802 DIFF:

[clang] bf3f427 - [ASTImporter] Add linkage check to ASTNodeImporter::hasSameVisibilityContext and rename to hasSameVisibilityContextAndLinkage

2020-02-20 Thread via cfe-commits
Author: shafik Date: 2020-02-20T12:49:14-08:00 New Revision: bf3f427ba239bd2942bfaa350d06ed072935f048 URL: https://github.com/llvm/llvm-project/commit/bf3f427ba239bd2942bfaa350d06ed072935f048 DIFF: https://github.com/llvm/llvm-project/commit/bf3f427ba239bd2942bfaa350d06ed072935f048.diff LOG:

[clang] 07f7c00 - [RISCV] Add support for save/restore of callee-saved registers via libcalls

2020-02-11 Thread via cfe-commits
Author: lewis-revill Date: 2020-02-11T21:23:03Z New Revision: 07f7c00208b393296f8f27d6cd3cec2b11d86fd8 URL: https://github.com/llvm/llvm-project/commit/07f7c00208b393296f8f27d6cd3cec2b11d86fd8 DIFF: https://github.com/llvm/llvm-project/commit/07f7c00208b393296f8f27d6cd3cec2b11d86fd8.diff LOG:

[clang] 87dac7d - Fix standalone build interaction with compiler extension

2020-02-15 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-15T11:10:51+01:00 New Revision: 87dac7da68ea1e0adac78c59ef1891dcf9632b67 URL: https://github.com/llvm/llvm-project/commit/87dac7da68ea1e0adac78c59ef1891dcf9632b67 DIFF:

[clang] 3a0f6e6 - Fix compiler extension in standalone mode

2020-02-19 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-20T07:19:04+01:00 New Revision: 3a0f6e699bb6d96dc62dce6faef20ac26cf103fd URL: https://github.com/llvm/llvm-project/commit/3a0f6e699bb6d96dc62dce6faef20ac26cf103fd DIFF:

[clang] cee4a1c - Improve support of GNU mempcpy

2020-01-09 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-01-09T17:31:00+01:00 New Revision: cee4a1c957426e9477c8579ff960c8c2bd4af9e2 URL: https://github.com/llvm/llvm-project/commit/cee4a1c957426e9477c8579ff960c8c2bd4af9e2 DIFF:

[clang] a60e892 - [ODRHash] Fix wrong error message with bitfields and mutable.

2020-01-14 Thread via cfe-commits
Author: Weverything Date: 2020-01-14T21:12:15-08:00 New Revision: a60e8927297005898b10a46300d929ba5cf7833c URL: https://github.com/llvm/llvm-project/commit/a60e8927297005898b10a46300d929ba5cf7833c DIFF: https://github.com/llvm/llvm-project/commit/a60e8927297005898b10a46300d929ba5cf7833c.diff

[clang] d82adf3 - Allow space after C-style cast in C# code

2020-01-19 Thread via cfe-commits
Author: mydeveloperday Date: 2020-01-19T15:41:40Z New Revision: d82adf328fb556e1e6d318608b683824c8badf22 URL: https://github.com/llvm/llvm-project/commit/d82adf328fb556e1e6d318608b683824c8badf22 DIFF: https://github.com/llvm/llvm-project/commit/d82adf328fb556e1e6d318608b683824c8badf22.diff

[clang] ea2be45 - [clang-format] Expand the SpacesAroundConditions option to include catch statements

2020-01-19 Thread via cfe-commits
Author: mydeveloperday Date: 2020-01-19T15:56:04Z New Revision: ea2be452542c81b04621e26c0d5e83be565f07e2 URL: https://github.com/llvm/llvm-project/commit/ea2be452542c81b04621e26c0d5e83be565f07e2 DIFF: https://github.com/llvm/llvm-project/commit/ea2be452542c81b04621e26c0d5e83be565f07e2.diff

[clang] 14c0447 - [clang-format] Add IndentCaseBlocks option

2020-01-19 Thread via cfe-commits
Author: mydeveloperday Date: 2020-01-19T15:52:26Z New Revision: 14c044756e771eb9160d5809b4381bdeb0fc210c URL: https://github.com/llvm/llvm-project/commit/14c044756e771eb9160d5809b4381bdeb0fc210c DIFF: https://github.com/llvm/llvm-project/commit/14c044756e771eb9160d5809b4381bdeb0fc210c.diff

[clang] d293417 - Add __warn_memset_zero_len builtin as a workaround for glibc issue

2020-01-17 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-01-17T09:58:32+01:00 New Revision: d293417931d3a9d46799b42795988ca3b5cfd766 URL: https://github.com/llvm/llvm-project/commit/d293417931d3a9d46799b42795988ca3b5cfd766 DIFF:

[clang] d437fba - Reapply Allow system header to provide their own implementation of some builtin

2020-01-17 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-01-17T09:58:32+01:00 New Revision: d437fba8ef626b6d8b7928540f630163a9b04021 URL: https://github.com/llvm/llvm-project/commit/d437fba8ef626b6d8b7928540f630163a9b04021 DIFF:

[clang-tools-extra] f9c4622 - [clang-tidy] Disable Checks on If constexpr statements in template Instantiations for BugproneBranchClone and ReadabilityBracesAroundStatements

2020-01-17 Thread via cfe-commits
Author: Nathan Date: 2020-01-17T14:21:38Z New Revision: f9c46229e4ac29053747c96e08c574c6c48d544b URL: https://github.com/llvm/llvm-project/commit/f9c46229e4ac29053747c96e08c574c6c48d544b DIFF: https://github.com/llvm/llvm-project/commit/f9c46229e4ac29053747c96e08c574c6c48d544b.diff LOG:

[clang-tools-extra] a42c3eb - [clang-tidy] Add check for CERT-OOP57-CPP

2020-01-20 Thread via cfe-commits
Author: Nathan Date: 2020-01-20T17:09:03Z New Revision: a42c3eb599cb3b83a07e6296d4ade213f1d74f0f URL: https://github.com/llvm/llvm-project/commit/a42c3eb599cb3b83a07e6296d4ade213f1d74f0f DIFF: https://github.com/llvm/llvm-project/commit/a42c3eb599cb3b83a07e6296d4ade213f1d74f0f.diff LOG:

[clang] b35f5d4 - [clang] Enforce triple in mempcpy test

2020-01-09 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-01-09T21:09:15+01:00 New Revision: b35f5d4914c979282010c0618a331d11a58493ac URL: https://github.com/llvm/llvm-project/commit/b35f5d4914c979282010c0618a331d11a58493ac DIFF:

[clang] 24ab9b5 - Generalize the pass registration mechanism used by Polly to any third-party tool

2020-01-02 Thread via cfe-commits
Author: serge_sans_paille Date: 2020-01-02T16:45:31+01:00 New Revision: 24ab9b537e61b3fe5e6a1019492ff6530d82a3ee URL: https://github.com/llvm/llvm-project/commit/24ab9b537e61b3fe5e6a1019492ff6530d82a3ee DIFF:

[clang] b4b904e - [Diagnostic] Fixed add ftabstop to -Wmisleading-indentation

2020-01-03 Thread via cfe-commits
Author: Tyker Date: 2020-01-03T17:22:24+01:00 New Revision: b4b904e19bb356724b2c6aea0199ce05c6f15cdb URL: https://github.com/llvm/llvm-project/commit/b4b904e19bb356724b2c6aea0199ce05c6f15cdb DIFF: https://github.com/llvm/llvm-project/commit/b4b904e19bb356724b2c6aea0199ce05c6f15cdb.diff LOG:

[clang] c4766ca - [Diagnostic] Add test for previous b4b904e19bb356724b2c6aea0199ce05c6f15cdb

2020-01-03 Thread via cfe-commits
Author: Tyker Date: 2020-01-04T01:41:21+01:00 New Revision: c4766cadcb38172c2843d65559060e0ae623b6eb URL: https://github.com/llvm/llvm-project/commit/c4766cadcb38172c2843d65559060e0ae623b6eb DIFF: https://github.com/llvm/llvm-project/commit/c4766cadcb38172c2843d65559060e0ae623b6eb.diff LOG:

[clang] 002e072 - [clang] [ast] CXXRecordDecl::getVisibleConversionFunctions() could be const

2019-12-24 Thread via cfe-commits
Author: Whisperity Date: 2019-12-24T11:09:24+01:00 New Revision: 002e07208a67351f75e306fdc025661e451df03c URL: https://github.com/llvm/llvm-project/commit/002e07208a67351f75e306fdc025661e451df03c DIFF: https://github.com/llvm/llvm-project/commit/002e07208a67351f75e306fdc025661e451df03c.diff

[clang] b47b35f - [Diagnostic] Add ftabstop to -Wmisleading-indentation

2019-12-30 Thread via cfe-commits
Author: Tyker Date: 2019-12-30T09:24:34+01:00 New Revision: b47b35ff51b355a446483777155290541ab64fae URL: https://github.com/llvm/llvm-project/commit/b47b35ff51b355a446483777155290541ab64fae DIFF: https://github.com/llvm/llvm-project/commit/b47b35ff51b355a446483777155290541ab64fae.diff LOG:

[clang] f5329bf - [Diagnostic] make Wmisleading-indendation not warn about labels

2020-01-06 Thread via cfe-commits
Author: Tyker Date: 2020-01-06T23:22:27+01:00 New Revision: f5329bfc76bb6fc30a589e8238aabc005c52e5d6 URL: https://github.com/llvm/llvm-project/commit/f5329bfc76bb6fc30a589e8238aabc005c52e5d6 DIFF: https://github.com/llvm/llvm-project/commit/f5329bfc76bb6fc30a589e8238aabc005c52e5d6.diff LOG:

[clang] b73fea6 - [NFC] Test commit, whitespace change

2020-01-06 Thread via cfe-commits
Author: stevewan Date: 2020-01-06T16:24:27-05:00 New Revision: b73fea6a7cfd87fe07b9c05ba153042198b5d873 URL: https://github.com/llvm/llvm-project/commit/b73fea6a7cfd87fe07b9c05ba153042198b5d873 DIFF: https://github.com/llvm/llvm-project/commit/b73fea6a7cfd87fe07b9c05ba153042198b5d873.diff

[clang] 02f694b - [NFC] Test commit, revert whitespace change

2020-01-06 Thread via cfe-commits
Author: stevewan Date: 2020-01-06T16:28:13-05:00 New Revision: 02f694b69a8b30db7b5d43670da5ab3b9f31bb81 URL: https://github.com/llvm/llvm-project/commit/02f694b69a8b30db7b5d43670da5ab3b9f31bb81 DIFF: https://github.com/llvm/llvm-project/commit/02f694b69a8b30db7b5d43670da5ab3b9f31bb81.diff

[clang] f4d791f - [CodeGen][ObjC] Extend lifetime of ObjC pointers passed to calls to

2020-03-06 Thread via cfe-commits
Author: Akira Hatanaka Date: 2020-03-06T16:46:50-08:00 New Revision: f4d791f8332c2bb7e89849d0fe4ef48cb0a23229 URL: https://github.com/llvm/llvm-project/commit/f4d791f8332c2bb7e89849d0fe4ef48cb0a23229 DIFF:

[clang] b25ec45 - Fix __is_pointer builtin type trait to work with Objective-C pointer types.

2020-04-08 Thread via cfe-commits
Author: zoecarver Date: 2020-04-08T10:02:53-07:00 New Revision: b25ec45809fbb71d0db883c0275dc5ddcd61160d URL: https://github.com/llvm/llvm-project/commit/b25ec45809fbb71d0db883c0275dc5ddcd61160d DIFF: https://github.com/llvm/llvm-project/commit/b25ec45809fbb71d0db883c0275dc5ddcd61160d.diff

[clang] e811150 - [clang-format] use spaces for alignment with UT_ForContinuationAndIndentation

2020-04-13 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-13T15:14:26+01:00 New Revision: e8111502d8696896241132865c7a44c6f84f93c1 URL: https://github.com/llvm/llvm-project/commit/e8111502d8696896241132865c7a44c6f84f93c1 DIFF:

[clang] 3b37924 - [clang-format] A Minor change to clang-format-diff.py

2020-04-13 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-13T15:08:07+01:00 New Revision: 3b379246c365721425d7e29772c08d8373b4a606 URL: https://github.com/llvm/llvm-project/commit/3b379246c365721425d7e29772c08d8373b4a606 DIFF:

[clang] 072ae7c - [clang-format] Always break line after enum opening brace

2020-04-13 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-13T15:03:36+01:00 New Revision: 072ae7c1e64f8dd1b5e9db17838c93b150f8b487 URL: https://github.com/llvm/llvm-project/commit/072ae7c1e64f8dd1b5e9db17838c93b150f8b487 DIFF:

[clang] 161fc1d - [Fixed Point] [AST] Add an AST serialization code for fixed-point literals.

2020-04-14 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-04-14T13:20:49-05:00 New Revision: 161fc1d9118f4f64887cf7845a51ec79f1a8602f URL: https://github.com/llvm/llvm-project/commit/161fc1d9118f4f64887cf7845a51ec79f1a8602f DIFF:

[clang-tools-extra] a50df66 - [clangd] Remove redundant code in test. NFC

2020-04-11 Thread via cfe-commits
Author: Sam McCall Date: 2020-04-11T17:14:31+02:00 New Revision: a50df668f6889707cad53f1b5339179e337a9eef URL: https://github.com/llvm/llvm-project/commit/a50df668f6889707cad53f1b5339179e337a9eef DIFF: https://github.com/llvm/llvm-project/commit/a50df668f6889707cad53f1b5339179e337a9eef.diff

[clang] 86478d3 - [MC][ELF] Put explicit section name symbols into entry size compatible sections

2020-04-16 Thread via cfe-commits
Author: bd1976llvm Date: 2020-04-16T19:12:49Z New Revision: 86478d3de91a81978c2c310fda13f04541cd3b23 URL: https://github.com/llvm/llvm-project/commit/86478d3de91a81978c2c310fda13f04541cd3b23 DIFF: https://github.com/llvm/llvm-project/commit/86478d3de91a81978c2c310fda13f04541cd3b23.diff LOG:

[clang] b915aec - Add method to TargetInfo to get CPU cache line size

2020-03-25 Thread via cfe-commits
Author: zoecarver Date: 2020-03-25T09:50:38-07:00 New Revision: b915aec6b591bdd9a9ffef73db241353b5ba2e2c URL: https://github.com/llvm/llvm-project/commit/b915aec6b591bdd9a9ffef73db241353b5ba2e2c DIFF: https://github.com/llvm/llvm-project/commit/b915aec6b591bdd9a9ffef73db241353b5ba2e2c.diff

[clang] 72b51d6 - OpenMP] Adding InaccessibleMemOnly and InaccessibleMemOrArgMemOnly for runtime calls.

2020-03-25 Thread via cfe-commits
Author: sstefan1 Date: 2020-03-25T14:08:50Z New Revision: 72b51d6f93b503be23ead4dce850b5240834bbb7 URL: https://github.com/llvm/llvm-project/commit/72b51d6f93b503be23ead4dce850b5240834bbb7 DIFF: https://github.com/llvm/llvm-project/commit/72b51d6f93b503be23ead4dce850b5240834bbb7.diff LOG:

[clang] 94d9122 - [NFC] Do not run CGProfilePass when not using integrated assembler

2020-03-31 Thread via cfe-commits
Author: zhizhouy Date: 2020-03-31T10:31:31-07:00 New Revision: 94d912296de21e965198ba1ddd1ca6714b3e4722 URL: https://github.com/llvm/llvm-project/commit/94d912296de21e965198ba1ddd1ca6714b3e4722 DIFF: https://github.com/llvm/llvm-project/commit/94d912296de21e965198ba1ddd1ca6714b3e4722.diff

[clang] f93aed6 - Fix diagnostics where _Atomic can't be applied

2020-03-31 Thread via cfe-commits
Author: Weverything Date: 2020-03-31T17:23:35-07:00 New Revision: f93aed66f22f230213a99205f8bcec975c45d8ba URL: https://github.com/llvm/llvm-project/commit/f93aed66f22f230213a99205f8bcec975c45d8ba DIFF: https://github.com/llvm/llvm-project/commit/f93aed66f22f230213a99205f8bcec975c45d8ba.diff

[clang] defd95e - [analyzer] Fix StdLibraryFunctionsChecker NotNull Constraint Check

2020-03-30 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-03-30T14:13:08-05:00 New Revision: defd95ef45171252ee8491729d3f3c863bbfe530 URL: https://github.com/llvm/llvm-project/commit/defd95ef45171252ee8491729d3f3c863bbfe530 DIFF:

[clang] a945037 - Tools emit the bug report URL on crash

2020-03-26 Thread via cfe-commits
Author: gbreynoo Date: 2020-03-26T10:26:59Z New Revision: a945037e8fd0c30e250a62211469eea6765a36ae URL: https://github.com/llvm/llvm-project/commit/a945037e8fd0c30e250a62211469eea6765a36ae DIFF: https://github.com/llvm/llvm-project/commit/a945037e8fd0c30e250a62211469eea6765a36ae.diff LOG:

[clang] f594e3d - [clang-format] NFC clang-format the clang-format sources

2020-04-27 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-27T20:41:37+01:00 New Revision: f594e3d2ab92fc4e00359d017a7ea3c8deb771ce URL: https://github.com/llvm/llvm-project/commit/f594e3d2ab92fc4e00359d017a7ea3c8deb771ce DIFF:

[clang] 8f766e3 - Update compiler extension integration into the build system

2020-04-24 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-04-24T09:40:14+02:00 New Revision: 8f766e382b77eef3102798b49e087d1e4804b984 URL: https://github.com/llvm/llvm-project/commit/8f766e382b77eef3102798b49e087d1e4804b984 DIFF:

<    5   6   7   8   9   10   11   12   13   14   >