[clang-tools-extra] 5e18018 - Remove the IgnoreImplicitCastsAndParentheses traversal kind

2020-11-23 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-23T14:27:48Z New Revision: 5e1801813d93210acae84ff3c68a01512c2df9bc URL: https://github.com/llvm/llvm-project/commit/5e1801813d93210acae84ff3c68a01512c2df9bc DIFF: https://github.com/llvm/llvm-project/commit/5e1801813d93210acae84ff3c68a01512c2df9bc.diff LOG:

[clang-tools-extra] 76bd444 - Fix tests for clang-query completion

2020-11-23 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-23T15:23:13Z New Revision: 76bde36197465f1c72f4b6f1d59721012a59 URL: https://github.com/llvm/llvm-project/commit/76bde36197465f1c72f4b6f1d59721012a59 DIFF: https://github.com/llvm/llvm-project/commit/76bde36197465f1c72f4b6f1d59721012a59.diff LOG:

[clang] 52ff86d - [AST] Fix traversal over CXXConstructExpr in Syntactic mode

2020-10-30 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-10-30T12:14:41Z New Revision: 52ff86d25598175d3304498b14c0f6c780e46ae3 URL: https://github.com/llvm/llvm-project/commit/52ff86d25598175d3304498b14c0f6c780e46ae3 DIFF: https://github.com/llvm/llvm-project/commit/52ff86d25598175d3304498b14c0f6c780e46ae3.diff LOG:

[clang] 537cc6d - Rename CXXUnresolvedConstructExpr::arg_size for consistency

2020-11-02 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-02T20:21:48Z New Revision: 537cc6dd2b36a7219a9bbaa6bc6f32c99a1baae1 URL: https://github.com/llvm/llvm-project/commit/537cc6dd2b36a7219a9bbaa6bc6f32c99a1baae1 DIFF: https://github.com/llvm/llvm-project/commit/537cc6dd2b36a7219a9bbaa6bc6f32c99a1baae1.diff LOG:

[clang] 53df3be - Ignore template instantiations if not in AsIs mode

2020-11-02 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-02T20:21:48Z New Revision: 53df3beb624989ed32d87697d0c17601d7871465 URL: https://github.com/llvm/llvm-project/commit/53df3beb624989ed32d87697d0c17601d7871465 DIFF: https://github.com/llvm/llvm-project/commit/53df3beb624989ed32d87697d0c17601d7871465.diff LOG:

[clang] ff02ae2 - Add test missing from previous commit

2020-11-03 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-03T11:06:52Z New Revision: ff02ae2139eebbe3fbd66d4204ad7589d475a355 URL: https://github.com/llvm/llvm-project/commit/ff02ae2139eebbe3fbd66d4204ad7589d475a355 DIFF: https://github.com/llvm/llvm-project/commit/ff02ae2139eebbe3fbd66d4204ad7589d475a355.diff LOG:

[clang] be5c7c5 - Widen `name` stencil to support `TypeLoc` nodes.

2021-05-13 Thread Stephen Kelly via cfe-commits
Author: Weston Carvalho Date: 2021-05-13T23:23:12+01:00 New Revision: be5c7c5d8230428f024bd656beb48ef8462985ff URL: https://github.com/llvm/llvm-project/commit/be5c7c5d8230428f024bd656beb48ef8462985ff DIFF: https://github.com/llvm/llvm-project/commit/be5c7c5d8230428f024bd656beb48ef8462985ff.dif

[clang] 6f0df3c - [ASTMatchers] Avoid pathological traversal over nested lambdas

2021-01-28 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-01-28T20:45:45Z New Revision: 6f0df3cddb3e3f38df1baa7aa4d743a74bb46688 URL: https://github.com/llvm/llvm-project/commit/6f0df3cddb3e3f38df1baa7aa4d743a74bb46688 DIFF: https://github.com/llvm/llvm-project/commit/6f0df3cddb3e3f38df1baa7aa4d743a74bb46688.diff LOG:

[clang] 3c79734 - [ASTMatchers] Add invocation matcher

2021-01-28 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-01-28T20:47:09Z New Revision: 3c79734f29284d6b54f1867a03428a3d9fd338d9 URL: https://github.com/llvm/llvm-project/commit/3c79734f29284d6b54f1867a03428a3d9fd338d9 DIFF: https://github.com/llvm/llvm-project/commit/3c79734f29284d6b54f1867a03428a3d9fd338d9.diff LOG:

[clang] 43cc4f1 - Ensure that we traverse non-op() method bodys of lambdas

2021-01-28 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-01-29T00:49:28Z New Revision: 43cc4f15008f8c700497d3d2b7020bfd29f5750f URL: https://github.com/llvm/llvm-project/commit/43cc4f15008f8c700497d3d2b7020bfd29f5750f DIFF: https://github.com/llvm/llvm-project/commit/43cc4f15008f8c700497d3d2b7020bfd29f5750f.diff LOG:

[clang] 7912508 - [ASTMatchers] Fix traversal below range-for elements

2021-01-30 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-01-30T13:47:14Z New Revision: 79125085f16540579d27c7e4987f63eef9c4aa23 URL: https://github.com/llvm/llvm-project/commit/79125085f16540579d27c7e4987f63eef9c4aa23 DIFF: https://github.com/llvm/llvm-project/commit/79125085f16540579d27c7e4987f63eef9c4aa23.diff LOG:

[clang] bb57a34 - Fix traversal with hasDescendant into lambdas

2021-01-30 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-01-30T13:57:41Z New Revision: bb57a3422a09dcdd572ccb42767a0dabb5f966dd URL: https://github.com/llvm/llvm-project/commit/bb57a3422a09dcdd572ccb42767a0dabb5f966dd DIFF: https://github.com/llvm/llvm-project/commit/bb57a3422a09dcdd572ccb42767a0dabb5f966dd.diff LOG:

[clang] b10d445 - [ASTMatchers] Fix definition of decompositionDecl

2021-01-30 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-01-30T16:29:40Z New Revision: b10d445307a0f3c7e5522836b4331090aacaf349 URL: https://github.com/llvm/llvm-project/commit/b10d445307a0f3c7e5522836b4331090aacaf349 DIFF: https://github.com/llvm/llvm-project/commit/b10d445307a0f3c7e5522836b4331090aacaf349.diff LOG:

[clang] 68b0595 - NFC: Re-generate out-of-date matchers docs

2021-02-01 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-01T21:25:29Z New Revision: 68b0595ccb8de1b0a9459f958dda17164341ee87 URL: https://github.com/llvm/llvm-project/commit/68b0595ccb8de1b0a9459f958dda17164341ee87 DIFF: https://github.com/llvm/llvm-project/commit/68b0595ccb8de1b0a9459f958dda17164341ee87.diff LOG:

[clang] d6a0636 - [ASTMatchers] Fix matching after generic top-level matcher

2021-02-02 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-02T13:31:05Z New Revision: d6a06365cf12bebe20a7d65cf3894608efc089b4 URL: https://github.com/llvm/llvm-project/commit/d6a06365cf12bebe20a7d65cf3894608efc089b4 DIFF: https://github.com/llvm/llvm-project/commit/d6a06365cf12bebe20a7d65cf3894608efc089b4.diff LOG:

[clang] 467a045 - [ASTMatchers] Add matchers for decomposition decls

2021-02-02 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-02T14:11:02Z New Revision: 467a045601430c81e1a7f41f6a134e751f17df55 URL: https://github.com/llvm/llvm-project/commit/467a045601430c81e1a7f41f6a134e751f17df55 DIFF: https://github.com/llvm/llvm-project/commit/467a045601430c81e1a7f41f6a134e751f17df55.diff LOG:

[clang] 9e5fc57 - [ASTMatchers] Ignore parts of BindingDecls which are not spelled in source

2021-02-02 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-02T14:23:13Z New Revision: 9e5fc578f99aaa3f01374d3f09fda75fa7d0239e URL: https://github.com/llvm/llvm-project/commit/9e5fc578f99aaa3f01374d3f09fda75fa7d0239e DIFF: https://github.com/llvm/llvm-project/commit/9e5fc578f99aaa3f01374d3f09fda75fa7d0239e.diff LOG:

[clang] 903a153 - Ensure that the matcher is instantiated

2021-02-02 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-02T15:12:39Z New Revision: 903a153409b8640aac30fa0b46b9a99ad90fe786 URL: https://github.com/llvm/llvm-project/commit/903a153409b8640aac30fa0b46b9a99ad90fe786 DIFF: https://github.com/llvm/llvm-project/commit/903a153409b8640aac30fa0b46b9a99ad90fe786.diff LOG:

[clang-tools-extra] c0199b2 - [clang-tidy] Use new mapping matchers

2021-02-03 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-03T23:21:17Z New Revision: c0199b2a21705747c999a59bfa77d7fc6e4500a5 URL: https://github.com/llvm/llvm-project/commit/c0199b2a21705747c999a59bfa77d7fc6e4500a5 DIFF: https://github.com/llvm/llvm-project/commit/c0199b2a21705747c999a59bfa77d7fc6e4500a5.diff LOG:

[clang-tools-extra] 2cba22c - [clang-tidy] Simplify implementation of container-size-empty

2021-02-05 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-05T14:03:41Z New Revision: 2cba22c23a769103f4f0c31968620a488f13b625 URL: https://github.com/llvm/llvm-project/commit/2cba22c23a769103f4f0c31968620a488f13b625 DIFF: https://github.com/llvm/llvm-project/commit/2cba22c23a769103f4f0c31968620a488f13b625.diff LOG:

[clang] 538677a - Add an API to simplify setting TraversalKind in clang-tidy matchers

2021-02-05 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-05T14:03:40Z New Revision: 538677abbde4e74795d0bc21a77a3d263893c37d URL: https://github.com/llvm/llvm-project/commit/538677abbde4e74795d0bc21a77a3d263893c37d DIFF: https://github.com/llvm/llvm-project/commit/538677abbde4e74795d0bc21a77a3d263893c37d.diff LOG:

[clang] 4cbea09 - [ASTMatchers] Fix segfault when Action is nullptr

2021-02-05 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-05T15:17:13Z New Revision: 4cbea09431cd7d976770348d8e3d67cf1d3637e8 URL: https://github.com/llvm/llvm-project/commit/4cbea09431cd7d976770348d8e3d67cf1d3637e8 DIFF: https://github.com/llvm/llvm-project/commit/4cbea09431cd7d976770348d8e3d67cf1d3637e8.diff LOG:

[clang] 79fedad - [ASTMatchers] Add static constructor for ArgKinds of Matchers

2021-02-07 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-07T13:43:04Z New Revision: 79fedadd6af84701e8c873c8d7b507e323d15a5e URL: https://github.com/llvm/llvm-project/commit/79fedadd6af84701e8c873c8d7b507e323d15a5e DIFF: https://github.com/llvm/llvm-project/commit/79fedadd6af84701e8c873c8d7b507e323d15a5e.diff LOG:

[clang] e12d827 - Make it possible to store NodeKinds in ArgKind

2021-02-07 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-07T14:00:45Z New Revision: e12d8279915c323f3727085ccfd0f2c54ad82bdd URL: https://github.com/llvm/llvm-project/commit/e12d8279915c323f3727085ccfd0f2c54ad82bdd DIFF: https://github.com/llvm/llvm-project/commit/e12d8279915c323f3727085ccfd0f2c54ad82bdd.diff LOG:

[clang] d3bccdc - [ASTMatchers ]Make MatcherDescriptors indicate the node type they match

2021-02-07 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-07T15:13:28Z New Revision: d3bccdcd50e392469c5d115eda29a308914e19ae URL: https://github.com/llvm/llvm-project/commit/d3bccdcd50e392469c5d115eda29a308914e19ae DIFF: https://github.com/llvm/llvm-project/commit/d3bccdcd50e392469c5d115eda29a308914e19ae.diff LOG:

[clang] 45e210d - [ASTMatchers] Make it possible to build mapAnyOf through the registry

2021-02-07 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-07T15:36:15Z New Revision: 45e210dbebfae916b213e52be15c276032aeb60d URL: https://github.com/llvm/llvm-project/commit/45e210dbebfae916b213e52be15c276032aeb60d DIFF: https://github.com/llvm/llvm-project/commit/45e210dbebfae916b213e52be15c276032aeb60d.diff LOG:

[clang] 8021078 - [ASTMatchers] Change internal method API

2021-02-07 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-07T15:37:35Z New Revision: 8021078bc993073d703b91eae8f9b9ed8de478dc URL: https://github.com/llvm/llvm-project/commit/8021078bc993073d703b91eae8f9b9ed8de478dc DIFF: https://github.com/llvm/llvm-project/commit/8021078bc993073d703b91eae8f9b9ed8de478dc.diff LOG:

[clang] 816cc43 - [ASTMatchers] Extract parsing of bind token from the bind id

2021-02-07 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-07T15:40:15Z New Revision: 816cc432812724627835e66ed94a20a2478edef8 URL: https://github.com/llvm/llvm-project/commit/816cc432812724627835e66ed94a20a2478edef8 DIFF: https://github.com/llvm/llvm-project/commit/816cc432812724627835e66ed94a20a2478edef8.diff LOG:

[clang] 04b69d9 - Add clang-query support for mapAnyOf

2021-02-07 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-07T15:40:15Z New Revision: 04b69d9a6013cbc39321452fa09e24fed4c98bc7 URL: https://github.com/llvm/llvm-project/commit/04b69d9a6013cbc39321452fa09e24fed4c98bc7 DIFF: https://github.com/llvm/llvm-project/commit/04b69d9a6013cbc39321452fa09e24fed4c98bc7.diff LOG:

[clang] ddca007 - Add code complete support for mapAnyOf

2021-02-07 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-07T16:03:05Z New Revision: ddca007a291b0e224fe5a492ae8d78c6a933b4fe URL: https://github.com/llvm/llvm-project/commit/ddca007a291b0e224fe5a492ae8d78c6a933b4fe DIFF: https://github.com/llvm/llvm-project/commit/ddca007a291b0e224fe5a492ae8d78c6a933b4fe.diff LOG:

[clang-tools-extra] 1709bb8 - [clang-tidy] Simplify static assert check

2021-02-13 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-13T13:49:01Z New Revision: 1709bb8c7395418236ec94fe3b9d91fed746452b URL: https://github.com/llvm/llvm-project/commit/1709bb8c7395418236ec94fe3b9d91fed746452b DIFF: https://github.com/llvm/llvm-project/commit/1709bb8c7395418236ec94fe3b9d91fed746452b.diff LOG:

[clang-tools-extra] f2f920b - [clang-tidy] Simplify inaccurate erase check

2021-02-13 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-13T13:51:27Z New Revision: f2f920b987f3810863b9d0160cbb52df3fa2ab6f URL: https://github.com/llvm/llvm-project/commit/f2f920b987f3810863b9d0160cbb52df3fa2ab6f DIFF: https://github.com/llvm/llvm-project/commit/f2f920b987f3810863b9d0160cbb52df3fa2ab6f.diff LOG:

[clang] 39ff002 - [ASTMatchers] Clarify example in docs

2021-02-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-14T13:49:06Z New Revision: 39ff002e526e1df3e4bebbfdd2beebf0440d7d92 URL: https://github.com/llvm/llvm-project/commit/39ff002e526e1df3e4bebbfdd2beebf0440d7d92 DIFF: https://github.com/llvm/llvm-project/commit/39ff002e526e1df3e4bebbfdd2beebf0440d7d92.diff LOG:

[clang-tools-extra] d20961c - [clang-tidy] Simplify delete null ptr check

2021-02-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-17T10:18:36Z New Revision: d20961c6575c00fc998d901ded78c1a41edd61b1 URL: https://github.com/llvm/llvm-project/commit/d20961c6575c00fc998d901ded78c1a41edd61b1 DIFF: https://github.com/llvm/llvm-project/commit/d20961c6575c00fc998d901ded78c1a41edd61b1.diff LOG:

[clang-tools-extra] 6c2eca9 - [clang-tidy] Simplify inefficient algorithm check

2021-02-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-17T10:19:44Z New Revision: 6c2eca96a2a59f69889a9d4133a819ab2e4fa1ef URL: https://github.com/llvm/llvm-project/commit/6c2eca96a2a59f69889a9d4133a819ab2e4fa1ef DIFF: https://github.com/llvm/llvm-project/commit/6c2eca96a2a59f69889a9d4133a819ab2e4fa1ef.diff LOG:

[clang-tools-extra] ca4485d - [clang-tidy] Simplify const params check

2021-02-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-17T10:20:12Z New Revision: ca4485d9fc3449f7bb9522ee16ccf63f2219732c URL: https://github.com/llvm/llvm-project/commit/ca4485d9fc3449f7bb9522ee16ccf63f2219732c DIFF: https://github.com/llvm/llvm-project/commit/ca4485d9fc3449f7bb9522ee16ccf63f2219732c.diff LOG:

[clang] e4d5f00 - [ASTMatchers] Fix hasParent while ignoring unwritten nodes

2021-02-18 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-18T15:04:03Z New Revision: e4d5f00093bec4099f1d0496181dc670c42ac220 URL: https://github.com/llvm/llvm-project/commit/e4d5f00093bec4099f1d0496181dc670c42ac220 DIFF: https://github.com/llvm/llvm-project/commit/e4d5f00093bec4099f1d0496181dc670c42ac220.diff LOG:

[clang] 6984e0d - Revert "Implement nullPointerConstant() using a better API."

2021-02-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-20T17:33:07Z New Revision: 6984e0d4398592a20055cb12842fc72462ce01a5 URL: https://github.com/llvm/llvm-project/commit/6984e0d4398592a20055cb12842fc72462ce01a5 DIFF: https://github.com/llvm/llvm-project/commit/6984e0d4398592a20055cb12842fc72462ce01a5.diff LOG:

[clang] 559f372 - [ASTMatchers] Fix hasUnaryOperand matcher for postfix operators

2021-02-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-20T17:54:12Z New Revision: 559f3728441d4b8342c71ef554d84a2804575d9d URL: https://github.com/llvm/llvm-project/commit/559f3728441d4b8342c71ef554d84a2804575d9d DIFF: https://github.com/llvm/llvm-project/commit/559f3728441d4b8342c71ef554d84a2804575d9d.diff LOG:

[clang-tools-extra] e8b8f89 - [clang-tidy] Simplify braced init check

2021-02-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-20T20:09:13Z New Revision: e8b8f896024620eb86bf924be73100d83c74c736 URL: https://github.com/llvm/llvm-project/commit/e8b8f896024620eb86bf924be73100d83c74c736 DIFF: https://github.com/llvm/llvm-project/commit/e8b8f896024620eb86bf924be73100d83c74c736.diff LOG:

[clang-tools-extra] 9a4b574 - [clang-itdy] Simplify virtual near-miss check

2021-02-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-20T22:02:00Z New Revision: 9a4b574dd6a07d6811356529ebb8a3f15d6e40a2 URL: https://github.com/llvm/llvm-project/commit/9a4b574dd6a07d6811356529ebb8a3f15d6e40a2 DIFF: https://github.com/llvm/llvm-project/commit/9a4b574dd6a07d6811356529ebb8a3f15d6e40a2.diff LOG:

[clang-tools-extra] 6852a29 - [clang-tidy] Simplify function complexity check

2021-02-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-20T22:06:16Z New Revision: 6852a29a3b5b7858757c175f39e04676fb856dab URL: https://github.com/llvm/llvm-project/commit/6852a29a3b5b7858757c175f39e04676fb856dab DIFF: https://github.com/llvm/llvm-project/commit/6852a29a3b5b7858757c175f39e04676fb856dab.diff LOG:

[clang-tools-extra] 77056fe - [clang-tidy] Simplify throw keyword missing check

2021-02-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-20T22:07:20Z New Revision: 77056fe58e83100b902216d7bc6274129f80abda URL: https://github.com/llvm/llvm-project/commit/77056fe58e83100b902216d7bc6274129f80abda DIFF: https://github.com/llvm/llvm-project/commit/77056fe58e83100b902216d7bc6274129f80abda.diff LOG:

[clang] b5b3243 - Regenerate documentation

2021-02-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-22T11:07:45Z New Revision: b5b3243bf783f07415c5e2838fa1a948e126f643 URL: https://github.com/llvm/llvm-project/commit/b5b3243bf783f07415c5e2838fa1a948e126f643 DIFF: https://github.com/llvm/llvm-project/commit/b5b3243bf783f07415c5e2838fa1a948e126f643.diff LOG:

[clang-tools-extra] a5e3d87 - [clang-tidy] Handle uninstantiated templates in redundant get check

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T12:08:41Z New Revision: a5e3d87f66a1b833594f121fbd8c7334df5a1eeb URL: https://github.com/llvm/llvm-project/commit/a5e3d87f66a1b833594f121fbd8c7334df5a1eeb DIFF: https://github.com/llvm/llvm-project/commit/a5e3d87f66a1b833594f121fbd8c7334df5a1eeb.diff LOG:

[clang-tools-extra] 296c6e8 - [clang-tidy] Simplify shrink to fit check

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T12:11:42Z New Revision: 296c6e85c19b7fc224109fe43af2fd9ed1d3d510 URL: https://github.com/llvm/llvm-project/commit/296c6e85c19b7fc224109fe43af2fd9ed1d3d510 DIFF: https://github.com/llvm/llvm-project/commit/296c6e85c19b7fc224109fe43af2fd9ed1d3d510.diff LOG:

[clang-tools-extra] 9ba557c - [clang-tidy] Simplify default member init check

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T12:11:43Z New Revision: 9ba557cc0370ee5fa93dca04a20bd2b05bf19f45 URL: https://github.com/llvm/llvm-project/commit/9ba557cc0370ee5fa93dca04a20bd2b05bf19f45 DIFF: https://github.com/llvm/llvm-project/commit/9ba557cc0370ee5fa93dca04a20bd2b05bf19f45.diff LOG:

[clang-tools-extra] 35763ba - [clang-tidy] Simplify redundant member init check

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T12:11:44Z New Revision: 35763baf9aa927c2e8fc0a4af484c51391ecc30c URL: https://github.com/llvm/llvm-project/commit/35763baf9aa927c2e8fc0a4af484c51391ecc30c DIFF: https://github.com/llvm/llvm-project/commit/35763baf9aa927c2e8fc0a4af484c51391ecc30c.diff LOG:

[clang-tools-extra] df42f99 - [clang-tidy] Simplify suspicious enum usage check

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T12:11:45Z New Revision: df42f9950d5e4aaea2038581188ed9d786d09213 URL: https://github.com/llvm/llvm-project/commit/df42f9950d5e4aaea2038581188ed9d786d09213 DIFF: https://github.com/llvm/llvm-project/commit/df42f9950d5e4aaea2038581188ed9d786d09213.diff LOG:

[clang-tools-extra] a5feefa - [clang-tidy] Simplify redundant branch condition check

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T12:13:23Z New Revision: a5feefa3c72e67ea94b50addf8f0975dae9a9696 URL: https://github.com/llvm/llvm-project/commit/a5feefa3c72e67ea94b50addf8f0975dae9a9696 DIFF: https://github.com/llvm/llvm-project/commit/a5feefa3c72e67ea94b50addf8f0975dae9a9696.diff LOG:

[clang-tools-extra] b672870 - [clang-tidy] Simplify special member functions check

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T12:13:24Z New Revision: b672870886643a99dd74f3114995f2a091eab813 URL: https://github.com/llvm/llvm-project/commit/b672870886643a99dd74f3114995f2a091eab813 DIFF: https://github.com/llvm/llvm-project/commit/b672870886643a99dd74f3114995f2a091eab813.diff LOG:

[clang-tools-extra] 302cc84 - [clang-tidy] Simplify boolean expr check

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T12:13:24Z New Revision: 302cc8421ee4ac1cf910dd6cd3306c6eae8d0d3e URL: https://github.com/llvm/llvm-project/commit/302cc8421ee4ac1cf910dd6cd3306c6eae8d0d3e DIFF: https://github.com/llvm/llvm-project/commit/302cc8421ee4ac1cf910dd6cd3306c6eae8d0d3e.diff LOG:

[clang-tools-extra] 42ce00e - [clang-tidy] Simplify suspicious memset usage check

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T12:17:09Z New Revision: 42ce00ec3947de89c1cda0138fe6adfface3 URL: https://github.com/llvm/llvm-project/commit/42ce00ec3947de89c1cda0138fe6adfface3 DIFF: https://github.com/llvm/llvm-project/commit/42ce00ec3947de89c1cda0138fe6adfface3.diff LOG:

[clang-tools-extra] 415acb2 - Revert "[clang-itdy] Simplify virtual near-miss check"

2021-02-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-02-27T19:30:38Z New Revision: 415acb2c5994a95be739b908785ea8260baa18fd URL: https://github.com/llvm/llvm-project/commit/415acb2c5994a95be739b908785ea8260baa18fd DIFF: https://github.com/llvm/llvm-project/commit/415acb2c5994a95be739b908785ea8260baa18fd.diff LOG:

[clang-tools-extra] 40cee38 - Add tests which include brace initialization

2021-02-28 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-01T00:34:58Z New Revision: 40cee381c1779256e039d66ea5d01ad7d344efb7 URL: https://github.com/llvm/llvm-project/commit/40cee381c1779256e039d66ea5d01ad7d344efb7 DIFF: https://github.com/llvm/llvm-project/commit/40cee381c1779256e039d66ea5d01ad7d344efb7.diff LOG:

[clang-tools-extra] 7b6fc9a - [clang-tidy] Simplify unused RAII check

2021-03-02 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-02T21:33:34Z New Revision: 7b6fc9a1055a7eae07645fb7d3085dc89a8d54ab URL: https://github.com/llvm/llvm-project/commit/7b6fc9a1055a7eae07645fb7d3085dc89a8d54ab DIFF: https://github.com/llvm/llvm-project/commit/7b6fc9a1055a7eae07645fb7d3085dc89a8d54ab.diff LOG:

[clang] 243cd0a - [ASTMatchers] Make Param functors variadic

2021-03-03 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-03T11:41:20Z New Revision: 243cd0afadc7b406ed6c314f7645b1d72748ddd1 URL: https://github.com/llvm/llvm-project/commit/243cd0afadc7b406ed6c314f7645b1d72748ddd1 DIFF: https://github.com/llvm/llvm-project/commit/243cd0afadc7b406ed6c314f7645b1d72748ddd1.diff LOG:

[clang] d627a27 - [AST] Add generator for source location introspection

2021-03-10 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-10T22:38:39Z New Revision: d627a27d264b47eda3f15f086ff419dfe053ebf7 URL: https://github.com/llvm/llvm-project/commit/d627a27d264b47eda3f15f086ff419dfe053ebf7 DIFF: https://github.com/llvm/llvm-project/commit/d627a27d264b47eda3f15f086ff419dfe053ebf7.diff LOG:

[clang] 5c22e2b - Workaround a -Wmisleading-indentation warning

2021-03-10 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-10T23:12:31Z New Revision: 5c22e2bec008760cc7078d8d14382ef4762c5d54 URL: https://github.com/llvm/llvm-project/commit/5c22e2bec008760cc7078d8d14382ef4762c5d54 DIFF: https://github.com/llvm/llvm-project/commit/5c22e2bec008760cc7078d8d14382ef4762c5d54.diff LOG:

[clang] 774b707 - Revert "Workaround a -Wmisleading-indentation warning"

2021-03-10 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-10T23:35:41Z New Revision: 774b707564e1eed8fec5b5874d0aa82628de0651 URL: https://github.com/llvm/llvm-project/commit/774b707564e1eed8fec5b5874d0aa82628de0651 DIFF: https://github.com/llvm/llvm-project/commit/774b707564e1eed8fec5b5874d0aa82628de0651.diff LOG:

[clang] 14050dd - Revert "[AST] Add generator for source location introspection"

2021-03-10 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-10T23:36:06Z New Revision: 14050ddc4080beb7a9143340be37ec05890cd537 URL: https://github.com/llvm/llvm-project/commit/14050ddc4080beb7a9143340be37ec05890cd537 DIFF: https://github.com/llvm/llvm-project/commit/14050ddc4080beb7a9143340be37ec05890cd537.diff LOG:

[clang] 77f7d2b - [AST] Add generator for source location introspection

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-14T10:54:33Z New Revision: 77f7d2be214a1de29d583c75739f563593991fc3 URL: https://github.com/llvm/llvm-project/commit/77f7d2be214a1de29d583c75739f563593991fc3 DIFF: https://github.com/llvm/llvm-project/commit/77f7d2be214a1de29d583c75739f563593991fc3.diff LOG:

[clang] 970c21e - Remove unneeded targets dependency

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-14T15:37:30Z New Revision: 970c21e345548a967c1bc000462198330982ed7e URL: https://github.com/llvm/llvm-project/commit/970c21e345548a967c1bc000462198330982ed7e DIFF: https://github.com/llvm/llvm-project/commit/970c21e345548a967c1bc000462198330982ed7e.diff LOG:

[clang] f72f122 - Update python script per review comments

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-14T15:37:30Z New Revision: f72f122feebe7f980c22ed4a7e04fc274ce2c976 URL: https://github.com/llvm/llvm-project/commit/f72f122feebe7f980c22ed4a7e04fc274ce2c976 DIFF: https://github.com/llvm/llvm-project/commit/f72f122feebe7f980c22ed4a7e04fc274ce2c976.diff LOG:

[clang] cefe711 - Fix license headers

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-14T15:45:53Z New Revision: cefe711135c40b6fb9670cf92118f94f88964b23 URL: https://github.com/llvm/llvm-project/commit/cefe711135c40b6fb9670cf92118f94f88964b23 DIFF: https://github.com/llvm/llvm-project/commit/cefe711135c40b6fb9670cf92118f94f88964b23.diff LOG:

[clang] 477e4b9 - [AST] Add generator for source location introspection

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-14T22:32:42Z New Revision: 477e4b974653f92960c0bf569d88da7baacef68a URL: https://github.com/llvm/llvm-project/commit/477e4b974653f92960c0bf569d88da7baacef68a DIFF: https://github.com/llvm/llvm-project/commit/477e4b974653f92960c0bf569d88da7baacef68a.diff LOG:

[clang] 6b010c6 - Ensure that cache variable is set when not building introspection

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-14T22:46:07Z New Revision: 6b010c6f6e354966569e02841180c77df45bbd76 URL: https://github.com/llvm/llvm-project/commit/6b010c6f6e354966569e02841180c77df45bbd76 DIFF: https://github.com/llvm/llvm-project/commit/6b010c6f6e354966569e02841180c77df45bbd76.diff LOG:

[clang] 9249861 - Revert "Ensure that cache variable is set when not building introspection"

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-14T22:51:40Z New Revision: 9249861437c0355c79c27c86229b9b92cd8eea5f URL: https://github.com/llvm/llvm-project/commit/9249861437c0355c79c27c86229b9b92cd8eea5f DIFF: https://github.com/llvm/llvm-project/commit/9249861437c0355c79c27c86229b9b92cd8eea5f.diff LOG:

[clang] e312b4b - Revert "[AST] Add generator for source location introspection"

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-14T22:51:45Z New Revision: e312b4b6c74d455ba8193f46d7f0f8f1c8ac4757 URL: https://github.com/llvm/llvm-project/commit/e312b4b6c74d455ba8193f46d7f0f8f1c8ac4757 DIFF: https://github.com/llvm/llvm-project/commit/e312b4b6c74d455ba8193f46d7f0f8f1c8ac4757.diff LOG:

[clang] 91abaa1 - [AST] Add generator for source location introspection

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-15T00:00:29Z New Revision: 91abaa1f8d97e8efa249c31686fd643ff5f1e2c2 URL: https://github.com/llvm/llvm-project/commit/91abaa1f8d97e8efa249c31686fd643ff5f1e2c2 DIFF: https://github.com/llvm/llvm-project/commit/91abaa1f8d97e8efa249c31686fd643ff5f1e2c2.diff LOG:

[clang] 12dac66 - Attempt to fix ARM buildbot

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-15T00:20:39Z New Revision: 12dac66f6b33dd14b72076800726817f682ab785 URL: https://github.com/llvm/llvm-project/commit/12dac66f6b33dd14b72076800726817f682ab785 DIFF: https://github.com/llvm/llvm-project/commit/12dac66f6b33dd14b72076800726817f682ab785.diff LOG:

[clang] 370b9b4 - Revert "Attempt to fix ARM buildbot"

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-15T01:16:07Z New Revision: 370b9b4aea5fe1c9ca25e4c00f104eba75ac5c7b URL: https://github.com/llvm/llvm-project/commit/370b9b4aea5fe1c9ca25e4c00f104eba75ac5c7b DIFF: https://github.com/llvm/llvm-project/commit/370b9b4aea5fe1c9ca25e4c00f104eba75ac5c7b.diff LOG:

[clang] 6e303a9 - Revert "[AST] Add generator for source location introspection"

2021-03-14 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-15T01:16:10Z New Revision: 6e303a982d6ce5a281ba95238ed376a2caf27a52 URL: https://github.com/llvm/llvm-project/commit/6e303a982d6ce5a281ba95238ed376a2caf27a52 DIFF: https://github.com/llvm/llvm-project/commit/6e303a982d6ce5a281ba95238ed376a2caf27a52.diff LOG:

[clang] 1974065 - [AST] Add generator for source location introspection

2021-03-15 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-03-15T10:52:44Z New Revision: 19740652c4c4329e2b9e77f96e5e31c360b4e8bb URL: https://github.com/llvm/llvm-project/commit/19740652c4c4329e2b9e77f96e5e31c360b4e8bb DIFF: https://github.com/llvm/llvm-project/commit/19740652c4c4329e2b9e77f96e5e31c360b4e8bb.diff LOG:

[clang] 0a717d5 - Make it possible control matcher traversal kind with ASTContext

2019-12-06 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-06T23:11:32Z New Revision: 0a717d5b5d31fc2d5bc98ca695031fb09e65beb0 URL: https://github.com/llvm/llvm-project/commit/0a717d5b5d31fc2d5bc98ca695031fb09e65beb0 DIFF: https://github.com/llvm/llvm-project/commit/0a717d5b5d31fc2d5bc98ca695031fb09e65beb0.diff LOG:

[clang-tools-extra] b22d8ae - Use ASTDumper to dump the AST from clang-query

2019-12-06 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-06T23:38:56Z New Revision: b22d8ae7f436bfe63b28ceddea743071a6601eb1 URL: https://github.com/llvm/llvm-project/commit/b22d8ae7f436bfe63b28ceddea743071a6601eb1 DIFF: https://github.com/llvm/llvm-project/commit/b22d8ae7f436bfe63b28ceddea743071a6601eb1.diff LOG:

[clang] 2e8dc85 - Add matchDynamic convenience functions

2019-12-06 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-07T00:01:29Z New Revision: 2e8dc8590d8b412a131b127e7aa4aad0d7fc7fa0 URL: https://github.com/llvm/llvm-project/commit/2e8dc8590d8b412a131b127e7aa4aad0d7fc7fa0 DIFF: https://github.com/llvm/llvm-project/commit/2e8dc8590d8b412a131b127e7aa4aad0d7fc7fa0.diff LOG:

[clang] 3e315ba - Deprecate the hasDefaultArgument matcher

2019-12-10 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-10T20:48:45Z New Revision: 3e315ba2547cbbfd6055e38bbca03f4d11bacbea URL: https://github.com/llvm/llvm-project/commit/3e315ba2547cbbfd6055e38bbca03f4d11bacbea DIFF: https://github.com/llvm/llvm-project/commit/3e315ba2547cbbfd6055e38bbca03f4d11bacbea.diff LOG:

[clang] 84fd2be - Trim trailing whitespace

2019-12-18 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-18T22:33:23Z New Revision: 84fd2bedf4096e78b892165138051b8563169fe3 URL: https://github.com/llvm/llvm-project/commit/84fd2bedf4096e78b892165138051b8563169fe3 DIFF: https://github.com/llvm/llvm-project/commit/84fd2bedf4096e78b892165138051b8563169fe3.diff LOG:

[clang] a9f597b - Output names in the AST in tests

2019-12-18 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-18T22:33:23Z New Revision: a9f597b62ebdb670392fec2d5a5154e43b6398aa URL: https://github.com/llvm/llvm-project/commit/a9f597b62ebdb670392fec2d5a5154e43b6398aa DIFF: https://github.com/llvm/llvm-project/commit/a9f597b62ebdb670392fec2d5a5154e43b6398aa.diff LOG:

[clang] 494b131 - Customize simplified dumping and matching of LambdaExpr

2019-12-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-20T21:13:23Z New Revision: 494b1318ca77927e919bbf9a61749a58553d738c URL: https://github.com/llvm/llvm-project/commit/494b1318ca77927e919bbf9a61749a58553d738c DIFF: https://github.com/llvm/llvm-project/commit/494b1318ca77927e919bbf9a61749a58553d738c.diff LOG:

[clang] 0378f3a - Revert "Customize simplified dumping and matching of LambdaExpr"

2019-12-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-20T21:33:31Z New Revision: 0378f3a90341d990236c44f297b923a32b35fab1 URL: https://github.com/llvm/llvm-project/commit/0378f3a90341d990236c44f297b923a32b35fab1 DIFF: https://github.com/llvm/llvm-project/commit/0378f3a90341d990236c44f297b923a32b35fab1.diff LOG:

[clang] 5a79cfa - Customize simplified dumping and matching of LambdaExpr

2019-12-21 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-21T11:02:11Z New Revision: 5a79cfa32d62f018607438a30b7acb49c2ab97f3 URL: https://github.com/llvm/llvm-project/commit/5a79cfa32d62f018607438a30b7acb49c2ab97f3 DIFF: https://github.com/llvm/llvm-project/commit/5a79cfa32d62f018607438a30b7acb49c2ab97f3.diff LOG:

[clang-tools-extra] 6a3ecf4 - Allow newlines in AST Matchers in clang-query files

2019-12-26 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-26T20:00:59Z New Revision: 6a3ecf4dc7ec299394e71b3124df2b3a34ed4ac3 URL: https://github.com/llvm/llvm-project/commit/6a3ecf4dc7ec299394e71b3124df2b3a34ed4ac3 DIFF: https://github.com/llvm/llvm-project/commit/6a3ecf4dc7ec299394e71b3124df2b3a34ed4ac3.diff LOG:

[clang] 831b636 - Revert "Allow newlines in AST Matchers in clang-query files"

2019-12-26 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-26T20:16:23Z New Revision: 831b636861ea33c3cc1c1c28384fb1800facf792 URL: https://github.com/llvm/llvm-project/commit/831b636861ea33c3cc1c1c28384fb1800facf792 DIFF: https://github.com/llvm/llvm-project/commit/831b636861ea33c3cc1c1c28384fb1800facf792.diff LOG:

[clang] 522ee29 - Allow newlines in AST Matchers in clang-query files

2019-12-26 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-26T20:40:33Z New Revision: 522ee29a4fb3814db604b585c8637247477ec057 URL: https://github.com/llvm/llvm-project/commit/522ee29a4fb3814db604b585c8637247477ec057 DIFF: https://github.com/llvm/llvm-project/commit/522ee29a4fb3814db604b585c8637247477ec057.diff LOG:

[clang] 514e3c3 - Add missing tests for parent traversal

2020-01-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-20T11:18:35Z New Revision: 514e3c3694a3457ea5c1b89420246fd845791afd URL: https://github.com/llvm/llvm-project/commit/514e3c3694a3457ea5c1b89420246fd845791afd DIFF: https://github.com/llvm/llvm-project/commit/514e3c3694a3457ea5c1b89420246fd845791afd.diff LOG:

[clang] 122443a - Compare traversal for memoization before bound nodes container

2020-01-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-20T11:20:04Z New Revision: 122443a950521c5d99a0d0479daf57fbd1de2ac2 URL: https://github.com/llvm/llvm-project/commit/122443a950521c5d99a0d0479daf57fbd1de2ac2 DIFF: https://github.com/llvm/llvm-project/commit/122443a950521c5d99a0d0479daf57fbd1de2ac2.diff LOG:

[clang] 8248190 - Fix clang-formatting for recent commits

2020-01-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-20T11:38:23Z New Revision: 8248190a730cd62850afe9bef731ce6726778b4b URL: https://github.com/llvm/llvm-project/commit/8248190a730cd62850afe9bef731ce6726778b4b DIFF: https://github.com/llvm/llvm-project/commit/8248190a730cd62850afe9bef731ce6726778b4b.diff LOG:

[clang] 9a3ff47 - Fix the invisible-traversal to ignore more nodes

2020-01-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-20T11:59:13Z New Revision: 9a3ff478235ccbda23df01a99c5a86eedba54cac URL: https://github.com/llvm/llvm-project/commit/9a3ff478235ccbda23df01a99c5a86eedba54cac DIFF: https://github.com/llvm/llvm-project/commit/9a3ff478235ccbda23df01a99c5a86eedba54cac.diff LOG:

Re: [clang] 122443a - Compare traversal for memoization before bound nodes container

2020-01-20 Thread Stephen Kelly via cfe-commits
On 20/01/2020 12:42, Aaron Ballman wrote: On Mon, Jan 20, 2020 at 6:20 AM Stephen Kelly via cfe-commits wrote: Author: Stephen Kelly Date: 2020-01-20T11:20:04Z New Revision: 122443a950521c5d99a0d0479daf57fbd1de2ac2 URL: https://github.com/llvm/llvm-project/commit

[clang] f29204d - NFC: Implement AST node skipping in ParentMapContext

2020-01-26 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-26T18:35:44Z New Revision: f29204d397dc5b6fec83df5f2a77aff17173 URL: https://github.com/llvm/llvm-project/commit/f29204d397dc5b6fec83df5f2a77aff17173 DIFF: https://github.com/llvm/llvm-project/commit/f29204d397dc5b6fec83df5f2a77aff17173.diff LOG:

[clang] 0a57d14 - [ASTMatchers] Fix parent traversal with InitListExpr

2020-01-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-27T11:19:59Z New Revision: 0a57d14abf99333fbfab15fb918a863aa391 URL: https://github.com/llvm/llvm-project/commit/0a57d14abf99333fbfab15fb918a863aa391 DIFF: https://github.com/llvm/llvm-project/commit/0a57d14abf99333fbfab15fb918a863aa391.diff LOG:

[clang] 5e50f47 - [AST] Add clarification comment

2021-04-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-04-22T12:51:25+01:00 New Revision: 5e50f473d9597e8d14bda2f8659f512376ed9027 URL: https://github.com/llvm/llvm-project/commit/5e50f473d9597e8d14bda2f8659f512376ed9027 DIFF: https://github.com/llvm/llvm-project/commit/5e50f473d9597e8d14bda2f8659f512376ed9027.diff

[clang] 6f48d6a - [AST] Make comment a bit more specific

2021-04-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-04-22T13:40:56+01:00 New Revision: 6f48d6a9df69b489a741e3f8f72a4559c033b23c URL: https://github.com/llvm/llvm-project/commit/6f48d6a9df69b489a741e3f8f72a4559c033b23c DIFF: https://github.com/llvm/llvm-project/commit/6f48d6a9df69b489a741e3f8f72a4559c033b23c.diff

[clang] 907409a - [AST] Enable AST node introspection on Apple

2021-04-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-04-22T22:19:21+01:00 New Revision: 907409a536cd66a09a91ee28e1f6f8bcc7127bc7 URL: https://github.com/llvm/llvm-project/commit/907409a536cd66a09a91ee28e1f6f8bcc7127bc7 DIFF: https://github.com/llvm/llvm-project/commit/907409a536cd66a09a91ee28e1f6f8bcc7127bc7.diff

[clang] af91065 - Revert "[AST] Enable AST node introspection on Apple"

2021-04-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-04-22T23:54:16+01:00 New Revision: af91065ce5e6fd3069029ba9d077f2b21bacb545 URL: https://github.com/llvm/llvm-project/commit/af91065ce5e6fd3069029ba9d077f2b21bacb545 DIFF: https://github.com/llvm/llvm-project/commit/af91065ce5e6fd3069029ba9d077f2b21bacb545.diff

[clang] 35918bc - [AST] Sort introspection results without instantiating other data

2021-04-23 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-04-23T16:21:01+01:00 New Revision: 35918bcb6f507cb3d28f80ab4408125ba292400c URL: https://github.com/llvm/llvm-project/commit/35918bcb6f507cb3d28f80ab4408125ba292400c DIFF: https://github.com/llvm/llvm-project/commit/35918bcb6f507cb3d28f80ab4408125ba292400c.diff

[clang] df82fa8 - [AST] Update tests to query for introspection support

2021-04-23 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-04-23T17:51:10+01:00 New Revision: df82fa8d9ba6891c0ad1061fc452ea9f271d8ad4 URL: https://github.com/llvm/llvm-project/commit/df82fa8d9ba6891c0ad1061fc452ea9f271d8ad4 DIFF: https://github.com/llvm/llvm-project/commit/df82fa8d9ba6891c0ad1061fc452ea9f271d8ad4.diff

[clang] 94340dd - Enable AST introspection on non-X86

2021-04-23 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2021-04-23T21:56:36+01:00 New Revision: 94340dd5bb23fb7c4bc7d91d5ac0608eb25660a8 URL: https://github.com/llvm/llvm-project/commit/94340dd5bb23fb7c4bc7d91d5ac0608eb25660a8 DIFF: https://github.com/llvm/llvm-project/commit/94340dd5bb23fb7c4bc7d91d5ac0608eb25660a8.diff

<    1   2   3   4   >