[clang] 6c23cbc - [X86] Convert integer _mm_reduce_* intrinsics to emit llvm.reduction intrinsics (PR47506)

2020-10-13 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-10-13T09:28:39+01:00 New Revision: 6c23cbc5603cf0011f8d57b0354954aeca695daf URL: https://github.com/llvm/llvm-project/commit/6c23cbc5603cf0011f8d57b0354954aeca695daf DIFF: https://github.com/llvm/llvm-project/commit/6c23cbc5603cf0011f8d57b0354954aeca695daf.diff

[clang] 8568113 - Fix Wparentheses warning. NFCI.

2020-10-08 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-10-08T20:02:19+01:00 New Revision: 85681131019db5d6831fb3980aec683d517e1674 URL: https://github.com/llvm/llvm-project/commit/85681131019db5d6831fb3980aec683d517e1674 DIFF: https://github.com/llvm/llvm-project/commit/85681131019db5d6831fb3980aec683d517e1674.diff

[clang] 42d9143 - [CodeGen][X86] Cleanup labels on some sse/avx intrinsics tests. NFCI.

2020-10-07 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-10-07T19:33:14+01:00 New Revision: 42d91438ad27fda6df9499ae2a99b569fc6e2f75 URL: https://github.com/llvm/llvm-project/commit/42d91438ad27fda6df9499ae2a99b569fc6e2f75 DIFF: https://github.com/llvm/llvm-project/commit/42d91438ad27fda6df9499ae2a99b569fc6e2f75.diff

[clang] 7a932f4 - [Parser] ParseMicrosoftAsmStatement - Replace bit '|' operator with logical '||' operator. (PR47071)

2020-10-05 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-10-05T14:23:28+01:00 New Revision: 7a932f4f4ccbc0c4294c6911d404f74529f3259b URL: https://github.com/llvm/llvm-project/commit/7a932f4f4ccbc0c4294c6911d404f74529f3259b DIFF: https://github.com/llvm/llvm-project/commit/7a932f4f4ccbc0c4294c6911d404f74529f3259b.diff

[clang] a735d6e - JSONCompilationDatabase.cpp - cleanup key parsing error checks. NFCI.

2020-09-20 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-20T13:55:29+01:00 New Revision: a735d6eae2847b039d12c75d4c794862dad59bc1 URL: https://github.com/llvm/llvm-project/commit/a735d6eae2847b039d12c75d4c794862dad59bc1 DIFF: https://github.com/llvm/llvm-project/commit/a735d6eae2847b039d12c75d4c794862dad59bc1.diff

[clang] 0a0abc0 - [Sema] isOpenMPCapturedDecl - assert we locate CapturedRegionScopeInfo. NFCI.

2020-09-16 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-16T12:42:35+01:00 New Revision: 0a0abc0ede0ff8015e30aae89a3f89c7dc5b3f0f URL: https://github.com/llvm/llvm-project/commit/0a0abc0ede0ff8015e30aae89a3f89c7dc5b3f0f DIFF: https://github.com/llvm/llvm-project/commit/0a0abc0ede0ff8015e30aae89a3f89c7dc5b3f0f.diff

[clang] 4abb5cd - CGBlocks.cpp - assert non-null CGF pointer. NFCI.

2020-09-16 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-16T12:30:24+01:00 New Revision: 4abb5cd83902f1351db473c720ee0b95ebdcb338 URL: https://github.com/llvm/llvm-project/commit/4abb5cd83902f1351db473c720ee0b95ebdcb338 DIFF: https://github.com/llvm/llvm-project/commit/4abb5cd83902f1351db473c720ee0b95ebdcb338.diff

[clang] 439f574 - [AST] ASTReader::ReadModuleMapFileBlock - assert non-null Module. NFCI.

2020-09-16 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-16T12:30:24+01:00 New Revision: 439f5749d978acfa69f1a2d20c797c3fc0d97989 URL: https://github.com/llvm/llvm-project/commit/439f5749d978acfa69f1a2d20c797c3fc0d97989 DIFF: https://github.com/llvm/llvm-project/commit/439f5749d978acfa69f1a2d20c797c3fc0d97989.diff

[clang] aa1e15d - TokenAnnotator.cpp - remove useless pointer null test. NFCI.

2020-09-16 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-16T12:30:24+01:00 New Revision: aa1e15dda9e5941611f2183ba34087c2d02beb1a URL: https://github.com/llvm/llvm-project/commit/aa1e15dda9e5941611f2183ba34087c2d02beb1a DIFF: https://github.com/llvm/llvm-project/commit/aa1e15dda9e5941611f2183ba34087c2d02beb1a.diff

[clang] 3b7708e - Assert we've found the size of each (non-overlapping) structure. NFCI.

2020-09-14 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-14T16:10:52+01:00 New Revision: 3b7708e2deb48befcef764fb69f9217f55ac1155 URL: https://github.com/llvm/llvm-project/commit/3b7708e2deb48befcef764fb69f9217f55ac1155 DIFF: https://github.com/llvm/llvm-project/commit/3b7708e2deb48befcef764fb69f9217f55ac1155.diff

[clang] 48b510c - [NFC] Fix compiler warnings due to integer comparison of different signedness

2020-09-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-11T15:32:03+01:00 New Revision: 48b510c4bc0fe090e635ee0440e46fc176527d7e URL: https://github.com/llvm/llvm-project/commit/48b510c4bc0fe090e635ee0440e46fc176527d7e DIFF: https://github.com/llvm/llvm-project/commit/48b510c4bc0fe090e635ee0440e46fc176527d7e.diff

[clang] 2239882 - [CodeGen][X86] Move x86 builtin intrinsic/codegen tests into X86 subfolder.

2020-09-10 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-10T12:58:21+01:00 New Revision: 2239882f7d0e4e6d5702bc20ba071a92ec75d37c URL: https://github.com/llvm/llvm-project/commit/2239882f7d0e4e6d5702bc20ba071a92ec75d37c DIFF: https://github.com/llvm/llvm-project/commit/2239882f7d0e4e6d5702bc20ba071a92ec75d37c.diff

[clang] 576bd52 - [Codegen][X86] Move AMX specific codegen tests into X86 subfolder.

2020-09-10 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-10T12:38:23+01:00 New Revision: 576bd52f778405de08f309678e4fe4f7523bf7c4 URL: https://github.com/llvm/llvm-project/commit/576bd52f778405de08f309678e4fe4f7523bf7c4 DIFF: https://github.com/llvm/llvm-project/commit/576bd52f778405de08f309678e4fe4f7523bf7c4.diff

[clang] ae85da8 - [Codegen][X86] Begin moving X86 specific codegen tests into X86 subfolder.

2020-09-08 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-08T13:01:24+01:00 New Revision: ae85da86ad8fbd022129650d0b2a6b615709a790 URL: https://github.com/llvm/llvm-project/commit/ae85da86ad8fbd022129650d0b2a6b615709a790 DIFF: https://github.com/llvm/llvm-project/commit/ae85da86ad8fbd022129650d0b2a6b615709a790.diff

[clang] 58970eb - [OpenMP] Fix typo in CodeGenFunction::EmitOMPWorksharingLoop (PR46412)

2020-09-08 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-08T11:59:38+01:00 New Revision: 58970eb7d1ddd067e98f49fdcfb04373086245bc URL: https://github.com/llvm/llvm-project/commit/58970eb7d1ddd067e98f49fdcfb04373086245bc DIFF: https://github.com/llvm/llvm-project/commit/58970eb7d1ddd067e98f49fdcfb04373086245bc.diff

[clang] 2853ae3 - [X86] Update SSE/AVX ABS intrinsics to emit llvm.abs.* (PR46851)

2020-09-07 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-07T13:54:12+01:00 New Revision: 2853ae3c1b8174e3660424ffac45922601f700ee URL: https://github.com/llvm/llvm-project/commit/2853ae3c1b8174e3660424ffac45922601f700ee DIFF: https://github.com/llvm/llvm-project/commit/2853ae3c1b8174e3660424ffac45922601f700ee.diff

[clang] a8a9153 - [X86] Replace EmitX86AddSubSatExpr with EmitX86BinaryIntrinsic generic helper. NFCI.

2020-09-07 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-09-07T13:33:48+01:00 New Revision: a8a91533dd65041ced68ed5b9348b5d023837488 URL: https://github.com/llvm/llvm-project/commit/a8a91533dd65041ced68ed5b9348b5d023837488 DIFF: https://github.com/llvm/llvm-project/commit/a8a91533dd65041ced68ed5b9348b5d023837488.diff

[clang] a1dc3d2 - [X86] Enable constexpr on ROTL/ROTR intrinsics (PR31446)

2020-08-23 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-23T16:11:58+01:00 New Revision: a1dc3d241ba00042b6160287f887d1019e36bae0 URL: https://github.com/llvm/llvm-project/commit/a1dc3d241ba00042b6160287f887d1019e36bae0 DIFF: https://github.com/llvm/llvm-project/commit/a1dc3d241ba00042b6160287f887d1019e36bae0.diff

[clang] f76adc2 - [docs] Add an initial (non-exhaustive) list of intrinsics that can be used in constant expressions

2020-08-23 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-23T10:55:14+01:00 New Revision: f76adc2603f6cc466dd809142388ffb56a1c3e31 URL: https://github.com/llvm/llvm-project/commit/f76adc2603f6cc466dd809142388ffb56a1c3e31 DIFF: https://github.com/llvm/llvm-project/commit/f76adc2603f6cc466dd809142388ffb56a1c3e31.diff

[clang] f8e0e5d - [X86] Enable constexpr on _cast fp<-> uint intrinsics (PR31446)

2020-08-23 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-23T10:27:46+01:00 New Revision: f8e0e5db48601cb0d019405703ccaa2378f503e0 URL: https://github.com/llvm/llvm-project/commit/f8e0e5db48601cb0d019405703ccaa2378f503e0 DIFF: https://github.com/llvm/llvm-project/commit/f8e0e5db48601cb0d019405703ccaa2378f503e0.diff

[clang] 42b993d - [X86] ia32intrin.h - pull out common attributes used in cast helpers into define. NFCI.

2020-08-22 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-22T15:25:15+01:00 New Revision: 42b993d97d31d7810fa3c1f7f2e79f72baa02416 URL: https://github.com/llvm/llvm-project/commit/42b993d97d31d7810fa3c1f7f2e79f72baa02416 DIFF: https://github.com/llvm/llvm-project/commit/42b993d97d31d7810fa3c1f7f2e79f72baa02416.diff

[clang] e7d9182 - Enable constexpr on BITREVERSE builtin intrinsics (PR47249)

2020-08-22 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-22T14:43:22+01:00 New Revision: e7d9182a666a2a8f903bd330c82d7c623b783371 URL: https://github.com/llvm/llvm-project/commit/e7d9182a666a2a8f903bd330c82d7c623b783371 DIFF: https://github.com/llvm/llvm-project/commit/e7d9182a666a2a8f903bd330c82d7c623b783371.diff

[clang] 2ceac91 - Enable constexpr on ROTATELEFT/ROTATERIGHT builtin intrinsics (PR47249)

2020-08-22 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-22T14:43:21+01:00 New Revision: 2ceac91ec0fc186ff503402e7b88e4576a69008d URL: https://github.com/llvm/llvm-project/commit/2ceac91ec0fc186ff503402e7b88e4576a69008d DIFF: https://github.com/llvm/llvm-project/commit/2ceac91ec0fc186ff503402e7b88e4576a69008d.diff

[clang] 436a35a - [docs] Replace "constexpr expressions" with "constant expressions".

2020-08-22 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-22T14:14:36+01:00 New Revision: 436a35a77313598eedad867a0f086aeb1b5b6eb2 URL: https://github.com/llvm/llvm-project/commit/436a35a77313598eedad867a0f086aeb1b5b6eb2 DIFF: https://github.com/llvm/llvm-project/commit/436a35a77313598eedad867a0f086aeb1b5b6eb2.diff

[clang] 9ffc412 - [X86] Enable constexpr on BITSCAN intrinsics (PR31446)

2020-08-21 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-21T11:44:20+01:00 New Revision: 9ffc412e1afba9e4853c94669d26c9ba0707096c URL: https://github.com/llvm/llvm-project/commit/9ffc412e1afba9e4853c94669d26c9ba0707096c DIFF: https://github.com/llvm/llvm-project/commit/9ffc412e1afba9e4853c94669d26c9ba0707096c.diff

[clang] c8e6bf0 - [X86] Enable constexpr on BSWAP intrinsics (PR31446)

2020-08-21 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-21T10:55:15+01:00 New Revision: c8e6bf0a65fdbda7a611e8047e2a644777f15b24 URL: https://github.com/llvm/llvm-project/commit/c8e6bf0a65fdbda7a611e8047e2a644777f15b24 DIFF: https://github.com/llvm/llvm-project/commit/c8e6bf0a65fdbda7a611e8047e2a644777f15b24.diff

[clang] c6863a4 - [X86] Enable constexpr on POPCNT intrinsics (PR31446)

2020-08-21 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-21T10:20:37+01:00 New Revision: c6863a4ab8b96ba4b878cb2da7e101bc6bcfaeef URL: https://github.com/llvm/llvm-project/commit/c6863a4ab8b96ba4b878cb2da7e101bc6bcfaeef DIFF: https://github.com/llvm/llvm-project/commit/c6863a4ab8b96ba4b878cb2da7e101bc6bcfaeef.diff

[clang] 33bb80b - [X86] ia32intrin.h - pull out common attributes into defines. NFCI.

2020-08-21 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-21T10:03:28+01:00 New Revision: 33bb80bc7a6e67be90cf9b5e8d0f679e5e3acbaf URL: https://github.com/llvm/llvm-project/commit/33bb80bc7a6e67be90cf9b5e8d0f679e5e3acbaf DIFF: https://github.com/llvm/llvm-project/commit/33bb80bc7a6e67be90cf9b5e8d0f679e5e3acbaf.diff

[clang] cff0db0 - [X86] Enable constexpr on POPCNT intrinsics (PR31446)

2020-08-20 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-20T21:38:04+01:00 New Revision: cff0db08761f310dfebb5b41b307d2c12bda85fc URL: https://github.com/llvm/llvm-project/commit/cff0db08761f310dfebb5b41b307d2c12bda85fc DIFF: https://github.com/llvm/llvm-project/commit/cff0db08761f310dfebb5b41b307d2c12bda85fc.diff

[clang-tools-extra] 1014a93 - Fix unused variable warnings. NFCI.

2020-08-19 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-19T14:34:32+01:00 New Revision: 1014a93a4e0203eccc20190c31169b26ec4b9058 URL: https://github.com/llvm/llvm-project/commit/1014a93a4e0203eccc20190c31169b26ec4b9058 DIFF: https://github.com/llvm/llvm-project/commit/1014a93a4e0203eccc20190c31169b26ec4b9058.diff

[clang] b9aaf32 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-08-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-11T18:13:03+01:00 New Revision: b9aaf32f46494695d1b20c08730c536e17f8 URL: https://github.com/llvm/llvm-project/commit/b9aaf32f46494695d1b20c08730c536e17f8 DIFF: https://github.com/llvm/llvm-project/commit/b9aaf32f46494695d1b20c08730c536e17f8.diff

[clang] ee17f72 - Fix Wdocumentation unknown param warning. NFC.

2020-08-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-11T12:52:37+01:00 New Revision: ee17f72e13b839001a6e8a77e767d5b15d2bd4d1 URL: https://github.com/llvm/llvm-project/commit/ee17f72e13b839001a6e8a77e767d5b15d2bd4d1 DIFF: https://github.com/llvm/llvm-project/commit/ee17f72e13b839001a6e8a77e767d5b15d2bd4d1.diff

[clang] 49193e1 - Fix Wdocumentation unknown param warnings. NFC.

2020-08-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-11T12:52:37+01:00 New Revision: 49193e1fe7e143555d3b740610d6d1d20a553b2f URL: https://github.com/llvm/llvm-project/commit/49193e1fe7e143555d3b740610d6d1d20a553b2f DIFF: https://github.com/llvm/llvm-project/commit/49193e1fe7e143555d3b740610d6d1d20a553b2f.diff

[clang-tools-extra] 73a6a36 - [clangd] RIFF.cpp - Use logical && instead of bitwise & for padding check

2020-08-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-11T11:38:43+01:00 New Revision: 73a6a36469468bb72d409d5179c6244e751545e2 URL: https://github.com/llvm/llvm-project/commit/73a6a36469468bb72d409d5179c6244e751545e2 DIFF: https://github.com/llvm/llvm-project/commit/73a6a36469468bb72d409d5179c6244e751545e2.diff

[clang] 090f9d5 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-08-08 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-08T19:12:11+01:00 New Revision: 090f9d5a55338ee815f5a6ef7aaa1ed712f65e05 URL: https://github.com/llvm/llvm-project/commit/090f9d5a55338ee815f5a6ef7aaa1ed712f65e05 DIFF: https://github.com/llvm/llvm-project/commit/090f9d5a55338ee815f5a6ef7aaa1ed712f65e05.diff

[clang] 18212cb - Remove duplicate/unreachable break (PR47029)

2020-08-07 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-07T11:48:48+01:00 New Revision: 18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f URL: https://github.com/llvm/llvm-project/commit/18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f DIFF: https://github.com/llvm/llvm-project/commit/18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f.diff

[clang] ffd258f - Remove unreachable return (PR47028)

2020-08-07 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-07T11:33:23+01:00 New Revision: ffd258f7bbba2a65800970fcea6648fb285d95f4 URL: https://github.com/llvm/llvm-project/commit/ffd258f7bbba2a65800970fcea6648fb285d95f4 DIFF: https://github.com/llvm/llvm-project/commit/ffd258f7bbba2a65800970fcea6648fb285d95f4.diff

[clang] 24cca30 - Remove unreachable return (PR47026)

2020-08-07 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-07T11:23:43+01:00 New Revision: 24cca30f7f0de49e77af7e8c7719680daec2418e URL: https://github.com/llvm/llvm-project/commit/24cca30f7f0de49e77af7e8c7719680daec2418e DIFF: https://github.com/llvm/llvm-project/commit/24cca30f7f0de49e77af7e8c7719680daec2418e.diff

[clang] 83cb98f - Fix sphinx indentation warnings by adding explicit line breaks to address space hierarchy

2020-08-04 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-04T17:48:54+01:00 New Revision: 83cb98f9e7a57360e137b32b26500fca630df617 URL: https://github.com/llvm/llvm-project/commit/83cb98f9e7a57360e137b32b26500fca630df617 DIFF: https://github.com/llvm/llvm-project/commit/83cb98f9e7a57360e137b32b26500fca630df617.diff

[clang] 5e0a9dc - Separate code-block tag with a newline to fix code snippet html output

2020-08-04 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-04T16:36:00+01:00 New Revision: 5e0a9dc0ad7704b7c49995101629010f5ff98cd2 URL: https://github.com/llvm/llvm-project/commit/5e0a9dc0ad7704b7c49995101629010f5ff98cd2 DIFF: https://github.com/llvm/llvm-project/commit/5e0a9dc0ad7704b7c49995101629010f5ff98cd2.diff

[clang] 90dab1a - Remove unused param tag to fix Wdocumentation warning. NFC.

2020-08-02 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-02T15:12:01+01:00 New Revision: 90dab1aece7100ace855321162c0d2a09b31c1b3 URL: https://github.com/llvm/llvm-project/commit/90dab1aece7100ace855321162c0d2a09b31c1b3 DIFF: https://github.com/llvm/llvm-project/commit/90dab1aece7100ace855321162c0d2a09b31c1b3.diff

[clang] 397c682 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-07-09 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-07-09T11:06:39+01:00 New Revision: 397c68202a990c80a71de2816cee413cd5b5865e URL: https://github.com/llvm/llvm-project/commit/397c68202a990c80a71de2816cee413cd5b5865e DIFF: https://github.com/llvm/llvm-project/commit/397c68202a990c80a71de2816cee413cd5b5865e.diff

[clang] 36aaffb - Fix Wdocumentation warnings due to outdated parameter list. NFC.

2020-07-01 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-07-01T12:01:18+01:00 New Revision: 36aaffbf56913ebe1e3987d7d0ac76573be65cbc URL: https://github.com/llvm/llvm-project/commit/36aaffbf56913ebe1e3987d7d0ac76573be65cbc DIFF: https://github.com/llvm/llvm-project/commit/36aaffbf56913ebe1e3987d7d0ac76573be65cbc.diff

[clang] 0069824 - Revert rGf0bab7875e78e01c149d12302dcc4b6d4c43e25c - "Triple.h - reduce Twine.h include to forward declarations. NFC."

2020-06-26 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-26T14:46:40+01:00 New Revision: 0069824feab0af5ade571d975deb1efd893c2466 URL: https://github.com/llvm/llvm-project/commit/0069824feab0af5ade571d975deb1efd893c2466 DIFF: https://github.com/llvm/llvm-project/commit/0069824feab0af5ade571d975deb1efd893c2466.diff

[clang] f0bab78 - Triple.h - reduce Twine.h include to forward declarations. NFC.

2020-06-26 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-26T13:06:57+01:00 New Revision: f0bab7875e78e01c149d12302dcc4b6d4c43e25c URL: https://github.com/llvm/llvm-project/commit/f0bab7875e78e01c149d12302dcc4b6d4c43e25c DIFF: https://github.com/llvm/llvm-project/commit/f0bab7875e78e01c149d12302dcc4b6d4c43e25c.diff

[clang] 2168d69 - Mangle.cpp - fix implicit Format.h dependency. NFC.

2020-06-23 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-23T14:42:30+01:00 New Revision: 2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d URL: https://github.com/llvm/llvm-project/commit/2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d DIFF: https://github.com/llvm/llvm-project/commit/2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d.diff

[clang] 948b206 - Add missing lambda capture from rGf529c0a8a149.

2020-06-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-11T13:57:39+01:00 New Revision: 948b206fc236502caa20e51cf39b9d4d0fda00b6 URL: https://github.com/llvm/llvm-project/commit/948b206fc236502caa20e51cf39b9d4d0fda00b6 DIFF: https://github.com/llvm/llvm-project/commit/948b206fc236502caa20e51cf39b9d4d0fda00b6.diff

[clang] f529c0a - Fix unused variable warning. NFCI.

2020-06-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-11T13:48:42+01:00 New Revision: f529c0a8a149ce6d027400a12a1637eda19e03b5 URL: https://github.com/llvm/llvm-project/commit/f529c0a8a149ce6d027400a12a1637eda19e03b5 DIFF: https://github.com/llvm/llvm-project/commit/f529c0a8a149ce6d027400a12a1637eda19e03b5.diff

[clang] a30b5c5 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-06-05 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-05T10:45:59+01:00 New Revision: a30b5c5a51f95dc81fdfbeea42cc01b451cd5a08 URL: https://github.com/llvm/llvm-project/commit/a30b5c5a51f95dc81fdfbeea42cc01b451cd5a08 DIFF: https://github.com/llvm/llvm-project/commit/a30b5c5a51f95dc81fdfbeea42cc01b451cd5a08.diff

[clang] e6ba0a5 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-06-03 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-03T11:12:43+01:00 New Revision: e6ba0a55fd39b600f3f431308f4a7e36e48f91ae URL: https://github.com/llvm/llvm-project/commit/e6ba0a55fd39b600f3f431308f4a7e36e48f91ae DIFF: https://github.com/llvm/llvm-project/commit/e6ba0a55fd39b600f3f431308f4a7e36e48f91ae.diff

[clang] b5b0087 - SpecialCaseList.h - reduce unnecessary includes to forward declarations. NFC.

2020-05-27 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-27T15:51:03+01:00 New Revision: b5b00877221ec7817b9de9cd65571e1c05e80145 URL: https://github.com/llvm/llvm-project/commit/b5b00877221ec7817b9de9cd65571e1c05e80145 DIFF: https://github.com/llvm/llvm-project/commit/b5b00877221ec7817b9de9cd65571e1c05e80145.diff

[clang] 72210ce - Fix Wdocumentation warnings after argument renaming. NFC.

2020-05-25 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-24T11:18:20+01:00 New Revision: 72210ce7f57192652414ebbdf9f643f86532d700 URL: https://github.com/llvm/llvm-project/commit/72210ce7f57192652414ebbdf9f643f86532d700 DIFF: https://github.com/llvm/llvm-project/commit/72210ce7f57192652414ebbdf9f643f86532d700.diff

[clang] bf897e6 - Remove superfluous semicolon to stop Wpedantic warning. NFCI.

2020-05-22 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-22T12:05:56+01:00 New Revision: bf897e6ea122c07b8848133beee749fd96895c14 URL: https://github.com/llvm/llvm-project/commit/bf897e6ea122c07b8848133beee749fd96895c14 DIFF: https://github.com/llvm/llvm-project/commit/bf897e6ea122c07b8848133beee749fd96895c14.diff

[clang] 733505a - Replace dyn_cast<> with isa<> to fix unused variable warning. NFCI.

2020-05-22 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-22T12:05:56+01:00 New Revision: 733505abf471b66458a9eab24521dba9a4b6239e URL: https://github.com/llvm/llvm-project/commit/733505abf471b66458a9eab24521dba9a4b6239e DIFF: https://github.com/llvm/llvm-project/commit/733505abf471b66458a9eab24521dba9a4b6239e.diff

[clang-tools-extra] 6e99199 - Fix "not all control paths return a value" warning on MSVC builds.

2020-05-19 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-19T13:16:24+01:00 New Revision: 6e99199419d95f39ae9d8a11d8632caac7b405b4 URL: https://github.com/llvm/llvm-project/commit/6e99199419d95f39ae9d8a11d8632caac7b405b4 DIFF: https://github.com/llvm/llvm-project/commit/6e99199419d95f39ae9d8a11d8632caac7b405b4.diff

[clang] 0b97833 - LTO.h - reduce includes to forward declarations. NFC.

2020-05-09 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-09T15:10:51+01:00 New Revision: 0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36 URL: https://github.com/llvm/llvm-project/commit/0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36 DIFF: https://github.com/llvm/llvm-project/commit/0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36.diff

[clang] db97a12 - Fix Wparentheses gcc warning. NFC.

2020-04-29 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-04-29T12:21:05+01:00 New Revision: db97a12454a95556dd7cd812105088c7e8852d92 URL: https://github.com/llvm/llvm-project/commit/db97a12454a95556dd7cd812105088c7e8852d92 DIFF: https://github.com/llvm/llvm-project/commit/db97a12454a95556dd7cd812105088c7e8852d92.diff

[clang] 440b445 - [clang-objc-fuzzer] Add LLVMFuzzerInitialize to fix msvc builds (PR44414)

2020-04-14 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-04-14T13:37:27+01:00 New Revision: 440b445fff848aded09fe5f7d69ff690113e44e2 URL: https://github.com/llvm/llvm-project/commit/440b445fff848aded09fe5f7d69ff690113e44e2 DIFF: https://github.com/llvm/llvm-project/commit/440b445fff848aded09fe5f7d69ff690113e44e2.diff

[clang-tools-extra] 43eca88 - Fix "control reaches end of non-void function" warning. NFCI.

2020-04-01 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-04-01T14:08:48+01:00 New Revision: 43eca880c6eda10fd191c4e9e04bf04830c9c6f2 URL: https://github.com/llvm/llvm-project/commit/43eca880c6eda10fd191c4e9e04bf04830c9c6f2 DIFF: https://github.com/llvm/llvm-project/commit/43eca880c6eda10fd191c4e9e04bf04830c9c6f2.diff

[clang] fe0723d - Fix -Wdocumentation warning. NFC.

2020-03-29 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-29T19:51:37+01:00 New Revision: fe0723dc9d45acfa4511961b208b7817b09297ec URL: https://github.com/llvm/llvm-project/commit/fe0723dc9d45acfa4511961b208b7817b09297ec DIFF: https://github.com/llvm/llvm-project/commit/fe0723dc9d45acfa4511961b208b7817b09297ec.diff

[clang] 896fa30 - Fix unused variable warning

2020-03-24 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-24T11:51:49Z New Revision: 896fa30fc03091f7ea679f38616cae05166fb4be URL: https://github.com/llvm/llvm-project/commit/896fa30fc03091f7ea679f38616cae05166fb4be DIFF: https://github.com/llvm/llvm-project/commit/896fa30fc03091f7ea679f38616cae05166fb4be.diff

[clang] 1a4421a - [analyzer] ConstraintManager - use EXPENSIVE_CHECKS instead of (gcc specific) __OPTIMIZE__ guard

2020-03-23 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-23T21:03:14Z New Revision: 1a4421a5e860ffc63c77594c9fb40787f84241aa URL: https://github.com/llvm/llvm-project/commit/1a4421a5e860ffc63c77594c9fb40787f84241aa DIFF: https://github.com/llvm/llvm-project/commit/1a4421a5e860ffc63c77594c9fb40787f84241aa.diff

[clang] a678724 - Fix Wdocumentation warning. NFCI.

2020-03-21 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-21T11:23:52Z New Revision: a678724401088997f1ed594f30935c6660bf0ac0 URL: https://github.com/llvm/llvm-project/commit/a678724401088997f1ed594f30935c6660bf0ac0 DIFF: https://github.com/llvm/llvm-project/commit/a678724401088997f1ed594f30935c6660bf0ac0.diff

[clang] 336530b - CGOpenMPRuntime::emitDeclareTargetVarDefinition - fix static analyzer null dereference warning. NFCI.

2020-03-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-12T18:52:57Z New Revision: 336530be07256728e2f4e7ae3d332f2e8939dbad URL: https://github.com/llvm/llvm-project/commit/336530be07256728e2f4e7ae3d332f2e8939dbad DIFF: https://github.com/llvm/llvm-project/commit/336530be07256728e2f4e7ae3d332f2e8939dbad.diff

[clang] 1ef0d66 - Fix unused variable warning. NFCI.

2020-03-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-12T18:52:59Z New Revision: 1ef0d66343d64ca89d02083fd1f5b1323703bf65 URL: https://github.com/llvm/llvm-project/commit/1ef0d66343d64ca89d02083fd1f5b1323703bf65 DIFF: https://github.com/llvm/llvm-project/commit/1ef0d66343d64ca89d02083fd1f5b1323703bf65.diff

[clang] adeb8c5 - Replace getAs with castAs to fix null dereference static analyzer warning.

2020-03-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-12T18:52:58Z New Revision: adeb8c54285e754f7c34690b583a0bd9af19de78 URL: https://github.com/llvm/llvm-project/commit/adeb8c54285e754f7c34690b583a0bd9af19de78 DIFF: https://github.com/llvm/llvm-project/commit/adeb8c54285e754f7c34690b583a0bd9af19de78.diff

[clang] 7bfc3bf - Replace getAs/dyn_cast with castAs/cast to fix null dereference static analyzer warnings.

2020-03-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-12T16:50:50Z New Revision: 7bfc3bf39b6d279657b480963e72b6c08191b2f2 URL: https://github.com/llvm/llvm-project/commit/7bfc3bf39b6d279657b480963e72b6c08191b2f2 DIFF: https://github.com/llvm/llvm-project/commit/7bfc3bf39b6d279657b480963e72b6c08191b2f2.diff

[clang] 6999335 - ObjCMethodDecl::findPropertyDecl - fix static analyzer null dereference warnings. NFCI.

2020-03-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-12T15:36:49Z New Revision: 69993350aeed08b6392f614c510697579302a39b URL: https://github.com/llvm/llvm-project/commit/69993350aeed08b6392f614c510697579302a39b DIFF: https://github.com/llvm/llvm-project/commit/69993350aeed08b6392f614c510697579302a39b.diff

[clang] 7c2b3c9 - Replace getAs with castAs to fix null dereference static analyzer warnings.

2020-03-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-12T14:56:51Z New Revision: 7c2b3c9dda37ab25a6849a3670f1bfda6aa17e5e URL: https://github.com/llvm/llvm-project/commit/7c2b3c9dda37ab25a6849a3670f1bfda6aa17e5e DIFF: https://github.com/llvm/llvm-project/commit/7c2b3c9dda37ab25a6849a3670f1bfda6aa17e5e.diff

[clang] 5f9fcfb - Replace getAs with castAs to fix null dereference static analyzer warnings.

2020-03-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-12T14:56:50Z New Revision: 5f9fcfb29e4e30932909ce648ad556a3890e6dce URL: https://github.com/llvm/llvm-project/commit/5f9fcfb29e4e30932909ce648ad556a3890e6dce DIFF: https://github.com/llvm/llvm-project/commit/5f9fcfb29e4e30932909ce648ad556a3890e6dce.diff

[clang] dbde39e - Fix static analyzer null dereference warning. NFCI.

2020-03-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-12T14:56:51Z New Revision: dbde39e485b5c00b9ad809d169e1650aa2104114 URL: https://github.com/llvm/llvm-project/commit/dbde39e485b5c00b9ad809d169e1650aa2104114 DIFF: https://github.com/llvm/llvm-project/commit/dbde39e485b5c00b9ad809d169e1650aa2104114.diff

[clang] a8648fd - Replace getAs with castAs to fix null dereference static analyzer warning.

2020-03-05 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-05T15:28:54Z New Revision: a8648fd19aecfe2aed3ce529f488930cc37db4c2 URL: https://github.com/llvm/llvm-project/commit/a8648fd19aecfe2aed3ce529f488930cc37db4c2 DIFF: https://github.com/llvm/llvm-project/commit/a8648fd19aecfe2aed3ce529f488930cc37db4c2.diff

[clang] 9488543 - Fix some getAs/castAs null dereference static analyzer warnings.

2020-03-04 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-04T11:25:50Z New Revision: 94885431e19687dcc8f2e2f23932b4a6d170b78d URL: https://github.com/llvm/llvm-project/commit/94885431e19687dcc8f2e2f23932b4a6d170b78d DIFF: https://github.com/llvm/llvm-project/commit/94885431e19687dcc8f2e2f23932b4a6d170b78d.diff

[clang] dc8680e - [CodeGenPGO] Fix shadow variable warning. NFC.

2020-03-02 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-02T15:06:34Z New Revision: dc8680eceb7c992cf1d02f47ad963dca2e287eaf URL: https://github.com/llvm/llvm-project/commit/dc8680eceb7c992cf1d02f47ad963dca2e287eaf DIFF: https://github.com/llvm/llvm-project/commit/dc8680eceb7c992cf1d02f47ad963dca2e287eaf.diff

[clang] 736385c - EHScopeStack::Cleanup has virtual functions so the destructor should be too.

2020-03-02 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-02T15:06:34Z New Revision: 736385c0b49d42f398ffa1458883f0d182178ef4 URL: https://github.com/llvm/llvm-project/commit/736385c0b49d42f398ffa1458883f0d182178ef4 DIFF: https://github.com/llvm/llvm-project/commit/736385c0b49d42f398ffa1458883f0d182178ef4.diff

[clang] 842c5c7 - Fix shadow variable warning. NFC.

2020-03-02 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-03-02T11:41:20Z New Revision: 842c5c79945ebe664bf113a108eaba495ac0b6d4 URL: https://github.com/llvm/llvm-project/commit/842c5c79945ebe664bf113a108eaba495ac0b6d4 DIFF: https://github.com/llvm/llvm-project/commit/842c5c79945ebe664bf113a108eaba495ac0b6d4.diff

[clang] 7e9747b - [X86][F16C] Remove cvtph2ps intrinsics and use generic half2float conversion (PR37554)

2020-02-29 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-02-29T18:57:35Z New Revision: 7e9747b50bcb1be28d4a3236571e8050835497a6 URL: https://github.com/llvm/llvm-project/commit/7e9747b50bcb1be28d4a3236571e8050835497a6 DIFF: https://github.com/llvm/llvm-project/commit/7e9747b50bcb1be28d4a3236571e8050835497a6.diff

[clang] bfa0aaf - [AVX512] Add strict-fp cvtph2ps constrained tests

2020-02-28 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-02-28T16:55:00Z New Revision: bfa0aaf37f8d68cb7fb63eff5c825724c3829d09 URL: https://github.com/llvm/llvm-project/commit/bfa0aaf37f8d68cb7fb63eff5c825724c3829d09 DIFF: https://github.com/llvm/llvm-project/commit/bfa0aaf37f8d68cb7fb63eff5c825724c3829d09.diff

[clang] a06402c - [F16C] Add strict-fp constrained tests

2020-02-28 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-02-28T16:55:00Z New Revision: a06402cc69c07bc18c729b23bedb53b929411f36 URL: https://github.com/llvm/llvm-project/commit/a06402cc69c07bc18c729b23bedb53b929411f36 DIFF: https://github.com/llvm/llvm-project/commit/a06402cc69c07bc18c729b23bedb53b929411f36.diff

[clang] 1723f21 - Fix MSVC "not all control paths return a value" warning. NFCI.

2020-02-21 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-02-21T18:23:55Z New Revision: 1723f219939e1d4dc1c53ec7caf10c9380822b99 URL: https://github.com/llvm/llvm-project/commit/1723f219939e1d4dc1c53ec7caf10c9380822b99 DIFF: https://github.com/llvm/llvm-project/commit/1723f219939e1d4dc1c53ec7caf10c9380822b99.diff

[clang] e63abde - [clang][driver] Fix null pointer dereference warning inside PrintActions1 (PR43462)

2020-02-05 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-02-05T15:32:18Z New Revision: e63abde39f530028b0089ea477446c1b671a28f1 URL: https://github.com/llvm/llvm-project/commit/e63abde39f530028b0089ea477446c1b671a28f1 DIFF: https://github.com/llvm/llvm-project/commit/e63abde39f530028b0089ea477446c1b671a28f1.diff

[clang] 6198e1c - Fix MSVC signed/unsigned warning. NFCI.

2020-02-05 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-02-05T11:53:16Z New Revision: 6198e1c40abce7135ce68e2b91d433ec02454a50 URL: https://github.com/llvm/llvm-project/commit/6198e1c40abce7135ce68e2b91d433ec02454a50 DIFF: https://github.com/llvm/llvm-project/commit/6198e1c40abce7135ce68e2b91d433ec02454a50.diff

[clang-tools-extra] 17785cc - [clang-tidy] Fix "expression is redundant [misc-redundant-expression]" warning. NFCI. (PR44768)

2020-02-04 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-02-04T21:36:50Z New Revision: 17785cc7a105a56900ed827979336944ccfa8c9d URL: https://github.com/llvm/llvm-project/commit/17785cc7a105a56900ed827979336944ccfa8c9d DIFF: https://github.com/llvm/llvm-project/commit/17785cc7a105a56900ed827979336944ccfa8c9d.diff

[clang] 8093d37 - Fix switch covers all cases static analyzer warning. NFCI.

2020-01-29 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-29T17:26:22Z New Revision: 8093d37ed2548ff5c8d6d7c51bd0431afbbf4209 URL: https://github.com/llvm/llvm-project/commit/8093d37ed2548ff5c8d6d7c51bd0431afbbf4209 DIFF: https://github.com/llvm/llvm-project/commit/8093d37ed2548ff5c8d6d7c51bd0431afbbf4209.diff

[clang-tools-extra] 201c646 - Remove extra '; ' to fix Wpedantic. NFCI.

2020-01-22 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-22T12:08:57Z New Revision: 201c646b2b9988cdebf6e95d523283009ae2e5ba URL: https://github.com/llvm/llvm-project/commit/201c646b2b9988cdebf6e95d523283009ae2e5ba DIFF: https://github.com/llvm/llvm-project/commit/201c646b2b9988cdebf6e95d523283009ae2e5ba.diff

[clang-tools-extra] 25afe91 - Fix Wparentheses warning. NFCI.

2020-01-17 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-17T11:26:25Z New Revision: 25afe91fd1b8e26258471007a24f856a0d4b14db URL: https://github.com/llvm/llvm-project/commit/25afe91fd1b8e26258471007a24f856a0d4b14db DIFF: https://github.com/llvm/llvm-project/commit/25afe91fd1b8e26258471007a24f856a0d4b14db.diff

[clang] 19c5057 - Fix "pointer is null" static analyzer warnings. NFCI.

2020-01-16 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-16T13:02:40Z New Revision: 19c5057e8df62e75b26e881dfc8f8f32686fe75c URL: https://github.com/llvm/llvm-project/commit/19c5057e8df62e75b26e881dfc8f8f32686fe75c DIFF: https://github.com/llvm/llvm-project/commit/19c5057e8df62e75b26e881dfc8f8f32686fe75c.diff

[clang] ab9dbc1 - Fix "pointer is null" clang static analyzer warnings. NFCI.

2020-01-14 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-14T16:31:17Z New Revision: ab9dbc1d124cdf288474073f5233e3fd6ee8e9c3 URL: https://github.com/llvm/llvm-project/commit/ab9dbc1d124cdf288474073f5233e3fd6ee8e9c3 DIFF: https://github.com/llvm/llvm-project/commit/ab9dbc1d124cdf288474073f5233e3fd6ee8e9c3.diff

[clang] cfd366b - Fix "pointer is null" static analyzer warnings. NFCI.

2020-01-14 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-14T16:31:17Z New Revision: cfd366ba74c566038c6f417da9c9becc321fd737 URL: https://github.com/llvm/llvm-project/commit/cfd366ba74c566038c6f417da9c9becc321fd737 DIFF: https://github.com/llvm/llvm-project/commit/cfd366ba74c566038c6f417da9c9becc321fd737.diff

[clang] 7ec7a6e - Fix "null pointer passed to nonnull argument" clang static analyzer warnings. NFCI.

2020-01-14 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-14T14:00:36Z New Revision: 7ec7a6e5bfa745c285d5c651af02b93f2cb923e1 URL: https://github.com/llvm/llvm-project/commit/7ec7a6e5bfa745c285d5c651af02b93f2cb923e1 DIFF: https://github.com/llvm/llvm-project/commit/7ec7a6e5bfa745c285d5c651af02b93f2cb923e1.diff

[clang] 25dc5c7 - Fix "pointer is null" static analyzer warnings. NFCI.

2020-01-14 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-14T14:00:37Z New Revision: 25dc5c7cd159522ec2375544f473c757ee13a03b URL: https://github.com/llvm/llvm-project/commit/25dc5c7cd159522ec2375544f473c757ee13a03b DIFF: https://github.com/llvm/llvm-project/commit/25dc5c7cd159522ec2375544f473c757ee13a03b.diff

[clang] 7af6725 - Sema::getOwningModule - take const Decl* type.

2020-01-13 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-13T15:07:55Z New Revision: 7af67259cdd66811941514a263dd0f81c491d8f1 URL: https://github.com/llvm/llvm-project/commit/7af67259cdd66811941514a263dd0f81c491d8f1 DIFF: https://github.com/llvm/llvm-project/commit/7af67259cdd66811941514a263dd0f81c491d8f1.diff

[clang] 40311f9 - Fix "pointer is null" static analyzer warnings. NFCI.

2020-01-13 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-13T15:07:56Z New Revision: 40311f9724953541ab7b755fb6a96b31c1e63f00 URL: https://github.com/llvm/llvm-project/commit/40311f9724953541ab7b755fb6a96b31c1e63f00 DIFF: https://github.com/llvm/llvm-project/commit/40311f9724953541ab7b755fb6a96b31c1e63f00.diff

[clang] 54b2914 - Fix "pointer is null" static analyzer warnings. NFCI.

2020-01-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-12T22:08:56Z New Revision: 54b2914accb4f5c9b58305fd6da405d20a47c452 URL: https://github.com/llvm/llvm-project/commit/54b2914accb4f5c9b58305fd6da405d20a47c452 DIFF: https://github.com/llvm/llvm-project/commit/54b2914accb4f5c9b58305fd6da405d20a47c452.diff

[clang] ada22c8 - Fix "pointer is null" static analyzer warning. NFCI.

2020-01-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-12T21:48:00Z New Revision: ada22c804cd956f3ee7cc9dc82e6d54ead8a4ffe URL: https://github.com/llvm/llvm-project/commit/ada22c804cd956f3ee7cc9dc82e6d54ead8a4ffe DIFF: https://github.com/llvm/llvm-project/commit/ada22c804cd956f3ee7cc9dc82e6d54ead8a4ffe.diff

[clang] ad20169 - Fix "pointer is null" static analyzer warnings. NFCI.

2020-01-12 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-12T14:36:59Z New Revision: ad201691d5cc0f15f6f885f3847dcc6440ee3de5 URL: https://github.com/llvm/llvm-project/commit/ad201691d5cc0f15f6f885f3847dcc6440ee3de5 DIFF: https://github.com/llvm/llvm-project/commit/ad201691d5cc0f15f6f885f3847dcc6440ee3de5.diff

[clang] fce887b - GlobalModuleIndex - Fix use-after-move clang static analyzer warning.

2020-01-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-11T16:43:02Z New Revision: fce887beb79780d0e0b19e8ab6176978a3dce9b8 URL: https://github.com/llvm/llvm-project/commit/fce887beb79780d0e0b19e8ab6176978a3dce9b8 DIFF: https://github.com/llvm/llvm-project/commit/fce887beb79780d0e0b19e8ab6176978a3dce9b8.diff

[clang] ded237b - Fix "pointer is null" static analyzer warning. NFCI.

2020-01-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-11T16:02:22Z New Revision: ded237b58d56299f90ef44853ef79b039248b85e URL: https://github.com/llvm/llvm-project/commit/ded237b58d56299f90ef44853ef79b039248b85e DIFF: https://github.com/llvm/llvm-project/commit/ded237b58d56299f90ef44853ef79b039248b85e.diff

[clang] fd8ded9 - Fix "pointer is null" static analyzer warning. NFCI.

2020-01-10 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-10T17:41:26Z New Revision: fd8ded99fe6e9fcae2c98ccad25d6562c5fa8a14 URL: https://github.com/llvm/llvm-project/commit/fd8ded99fe6e9fcae2c98ccad25d6562c5fa8a14 DIFF: https://github.com/llvm/llvm-project/commit/fd8ded99fe6e9fcae2c98ccad25d6562c5fa8a14.diff

[clang] cdc9592 - Fix "pointer is null" static analyzer warning. NFCI.

2020-01-10 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-01-10T17:21:20Z New Revision: cdc9592bf1acb6d8012a4867d2a22458945dcceb URL: https://github.com/llvm/llvm-project/commit/cdc9592bf1acb6d8012a4867d2a22458945dcceb DIFF: https://github.com/llvm/llvm-project/commit/cdc9592bf1acb6d8012a4867d2a22458945dcceb.diff

<    1   2   3   4   5   6   7   8   9   >