r348716 - Inline hasNodes into only caller

2018-12-09 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Sun Dec 9 05:20:43 2018 New Revision: 348716 URL: http://llvm.org/viewvc/llvm-project?rev=348716&view=rev Log: Inline hasNodes into only caller It is easier to refactor with fewer utility methods. Modified: cfe/trunk/lib/AST/ASTDumper.cpp Modified: cfe/trunk/lib/AST/

r348717 - Introduce optional labels to dumpStmt

2018-12-09 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Sun Dec 9 05:23:07 2018 New Revision: 348717 URL: http://llvm.org/viewvc/llvm-project?rev=348717&view=rev Log: Introduce optional labels to dumpStmt If the label is present, it is added as a child, with the statement a child of the label. This preserves behavior of the In

r348718 - Revert "Introduce optional labels to dumpStmt"

2018-12-09 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Sun Dec 9 05:24:40 2018 New Revision: 348718 URL: http://llvm.org/viewvc/llvm-project?rev=348718&view=rev Log: Revert "Introduce optional labels to dumpStmt" This reverts commit 933402caa09963792058198578522a95f013c69c. Modified: cfe/trunk/lib/AST/ASTDumper.cpp Modif

r348719 - NFC: Move dump of individual comment nodes to NodeDumper

2018-12-09 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Sun Dec 9 05:30:17 2018 New Revision: 348719 URL: http://llvm.org/viewvc/llvm-project?rev=348719&view=rev Log: NFC: Move dump of individual comment nodes to NodeDumper Reviewers: aaron.ballman Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D5519

r348720 - NFC: Rename TemplateDecl dump utilities

2018-12-09 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Sun Dec 9 05:33:30 2018 New Revision: 348720 URL: http://llvm.org/viewvc/llvm-project?rev=348720&view=rev Log: NFC: Rename TemplateDecl dump utilities There is a clang::TemplateDecl AST type, so a method called VisitTemplateDecl looks like it should 'override' the method f

r348794 - Change InitListExpr dump to label and pointer

2018-12-10 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Dec 10 12:53:32 2018 New Revision: 348794 URL: http://llvm.org/viewvc/llvm-project?rev=348794&view=rev Log: Change InitListExpr dump to label and pointer Summary: Don't add a child just for the label. Reviewers: aaron.ballman Subscribers: cfe-commits Differential Rev

r348795 - Re-order content in OMPDeclareReductionDecl dump

2018-12-10 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Dec 10 12:53:39 2018 New Revision: 348795 URL: http://llvm.org/viewvc/llvm-project?rev=348795&view=rev Log: Re-order content in OMPDeclareReductionDecl dump Reviewers: aaron.ballman Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D55395 Modif

r348797 - Re-order content of template parameter dumps

2018-12-10 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Dec 10 13:03:00 2018 New Revision: 348797 URL: http://llvm.org/viewvc/llvm-project?rev=348797&view=rev Log: Re-order content of template parameter dumps Reviewers: aaron.ballman Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D55393 Modified:

r348798 - Fix nits

2018-12-10 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Dec 10 13:04:04 2018 New Revision: 348798 URL: http://llvm.org/viewvc/llvm-project?rev=348798&view=rev Log: Fix nits Modified: cfe/trunk/lib/AST/ASTDumper.cpp Modified: cfe/trunk/lib/AST/ASTDumper.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ASTD

Re: r348794 - Change InitListExpr dump to label and pointer

2018-12-10 Thread Stephen Kelly via cfe-commits
I'll revert it to allow for further discussion. On 10/12/2018 21:12, Richard Smith wrote: On Mon, 10 Dec 2018 at 12:56, Stephen Kelly via cfe-commits mailto:cfe-commits@lists.llvm.org>> wrote: Author: steveire Date: Mon Dec 10 12:53:32 2018 New Revision: 348794

r348799 - Revert "Change InitListExpr dump to label and pointer"

2018-12-10 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Dec 10 13:20:05 2018 New Revision: 348799 URL: http://llvm.org/viewvc/llvm-project?rev=348799&view=rev Log: Revert "Change InitListExpr dump to label and pointer" This reverts commit r348794. Modified: cfe/trunk/lib/AST/ASTDumper.cpp cfe/trunk/test/AST/ast-dump

Re: r348794 - Change InitListExpr dump to label and pointer

2018-12-10 Thread Stephen Kelly via cfe-commits
I suggest continuing this discussion here: https://reviews.llvm.org/D55488 On 10/12/2018 21:42, Aaron Ballman wrote: On Mon, Dec 10, 2018 at 4:13 PM Richard Smith via cfe-commits wrote: On Mon, 10 Dec 2018 at 12:56, Stephen Kelly via cfe-commits wrote: Author: steveire Date: Mon Dec 10 12

[clang-tools-extra] r343528 - [clang-tidy] Build it even without static analyzer

2018-10-01 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Oct 1 13:24:22 2018 New Revision: 343528 URL: http://llvm.org/viewvc/llvm-project?rev=343528&view=rev Log: [clang-tidy] Build it even without static analyzer Conditionally compile the parts of clang-tidy which depend on the static analyzer. Funnily enough, I made the

r343530 - Update CMakeLists.txt snippet so that example compiles

2018-10-01 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Oct 1 13:28:07 2018 New Revision: 343530 URL: http://llvm.org/viewvc/llvm-project?rev=343530&view=rev Log: Update CMakeLists.txt snippet so that example compiles Summary: Previous to this the example didn't work out of the box, it seems some cmake config changed betwe

[clang-tools-extra] r343532 - [clang-query] Sort command options

2018-10-01 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Oct 1 13:34:15 2018 New Revision: 343532 URL: http://llvm.org/viewvc/llvm-project?rev=343532&view=rev Log: [clang-query] Sort command options Modified: clang-tools-extra/trunk/clang-query/QueryParser.cpp Modified: clang-tools-extra/trunk/clang-query/QueryParser.cp

[clang-tools-extra] r343533 - [clang-query] Add missing 'l' command handling

2018-10-01 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Oct 1 13:34:21 2018 New Revision: 343533 URL: http://llvm.org/viewvc/llvm-project?rev=343533&view=rev Log: [clang-query] Add missing 'l' command handling The `let` command was added in commit 045c15ba (Add new 'let' command to bind arbitrary values into constants., 201

[clang-tools-extra] r343535 - [clang-query] Add missing quit test

2018-10-01 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Oct 1 13:45:39 2018 New Revision: 343535 URL: http://llvm.org/viewvc/llvm-project?rev=343535&view=rev Log: [clang-query] Add missing quit test Modified: clang-tools-extra/trunk/unittests/clang-query/QueryParserTest.cpp Modified: clang-tools-extra/trunk/unittests/c

[clang-tools-extra] r343536 - [clang-query] Test non-code-completion on single letter shortcuts

2018-10-01 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Oct 1 13:45:44 2018 New Revision: 343536 URL: http://llvm.org/viewvc/llvm-project?rev=343536&view=rev Log: [clang-query] Test non-code-completion on single letter shortcuts Modified: clang-tools-extra/trunk/unittests/clang-query/QueryParserTest.cpp Modified: clang

[clang-tools-extra] r343538 - Sort expected test output after previous commit

2018-10-01 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Oct 1 14:10:30 2018 New Revision: 343538 URL: http://llvm.org/viewvc/llvm-project?rev=343538&view=rev Log: Sort expected test output after previous commit Modified: clang-tools-extra/trunk/unittests/clang-query/QueryParserTest.cpp Modified: clang-tools-extra/trunk

[clang-tools-extra] r343664 - [clang-query] Add single-letter 'q' alias for 'quit'

2018-10-03 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Wed Oct 3 00:52:44 2018 New Revision: 343664 URL: http://llvm.org/viewvc/llvm-project?rev=343664&view=rev Log: [clang-query] Add single-letter 'q' alias for 'quit' Reviewers: aaron.ballman, pcc Reviewed By: aaron.ballman Subscribers: Szelethus, cfe-commits Differential

r343665 - Allow comments with '#' in dynamic AST Matchers

2018-10-03 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Wed Oct 3 00:56:43 2018 New Revision: 343665 URL: http://llvm.org/viewvc/llvm-project?rev=343665&view=rev Log: Allow comments with '#' in dynamic AST Matchers Summary: This is necessary for clang-query to be able to handle comments. Reviewers: aaron.ballman Reviewed By:

[clang-tools-extra] r343666 - [clang-query] Add comment token handling

2018-10-03 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Wed Oct 3 01:21:54 2018 New Revision: 343666 URL: http://llvm.org/viewvc/llvm-project?rev=343666&view=rev Log: [clang-query] Add comment token handling Summary: It is possible to pass a file of commands to clang-query using the command line option -f or --preload. Make it

r343716 - Sort list of matchers

2018-10-03 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Wed Oct 3 13:52:45 2018 New Revision: 343716 URL: http://llvm.org/viewvc/llvm-project?rev=343716&view=rev Log: Sort list of matchers Modified: cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp Modified: cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp URL: http://llvm.org

r343717 - Add matchers missing from dynamic AST registry

2018-10-03 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Wed Oct 3 13:52:51 2018 New Revision: 343717 URL: http://llvm.org/viewvc/llvm-project?rev=343717&view=rev Log: Add matchers missing from dynamic AST registry Modified: cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp Modified: cfe/trunk/lib/ASTMatchers/Dynamic/Registry.

r343720 - Remove stray character from docs

2018-10-03 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Wed Oct 3 13:53:02 2018 New Revision: 343720 URL: http://llvm.org/viewvc/llvm-project?rev=343720&view=rev Log: Remove stray character from docs Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h URL:

r343719 - Update documentation for correctness

2018-10-03 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Wed Oct 3 13:52:57 2018 New Revision: 343719 URL: http://llvm.org/viewvc/llvm-project?rev=343719&view=rev Log: Update documentation for correctness Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h

r343807 - [NestedNameSpecifier] Add missing stream-specific dump methods

2018-10-04 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Thu Oct 4 12:22:00 2018 New Revision: 343807 URL: http://llvm.org/viewvc/llvm-project?rev=343807&view=rev Log: [NestedNameSpecifier] Add missing stream-specific dump methods Reviewers: aaron.ballman Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org

r344022 - Regenerate AST Matcher docs

2018-10-09 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Tue Oct 9 01:24:11 2018 New Revision: 344022 URL: http://llvm.org/viewvc/llvm-project?rev=344022&view=rev Log: Regenerate AST Matcher docs Modified: cfe/trunk/docs/LibASTMatchersReference.html Modified: cfe/trunk/docs/LibASTMatchersReference.html URL: http://llvm.org

r344023 - Remove non-existant typeloc matchers from documentation

2018-10-09 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Tue Oct 9 01:24:18 2018 New Revision: 344023 URL: http://llvm.org/viewvc/llvm-project?rev=344023&view=rev Log: Remove non-existant typeloc matchers from documentation Modified: cfe/trunk/docs/LibASTMatchersReference.html cfe/trunk/docs/tools/dump_ast_matchers.py M

r344021 - Fix indentation

2018-10-09 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Tue Oct 9 01:24:06 2018 New Revision: 344021 URL: http://llvm.org/viewvc/llvm-project?rev=344021&view=rev Log: Fix indentation Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h URL: http://llvm.org

r344026 - [ASTMatcher] Add missing imaginaryLiteral

2018-10-09 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Tue Oct 9 01:44:28 2018 New Revision: 344026 URL: http://llvm.org/viewvc/llvm-project?rev=344026&view=rev Log: [ASTMatcher] Add missing imaginaryLiteral Modified: cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp Modified: cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp U

r352804 - [ASTDump] Make template specialization tests more exact

2019-01-31 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Thu Jan 31 14:28:38 2019 New Revision: 352804 URL: http://llvm.org/viewvc/llvm-project?rev=352804&view=rev Log: [ASTDump] Make template specialization tests more exact Reviewers: aaron.ballman Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D57502

r352989 - [AST] Extract ASTNodeTraverser class from ASTDumper

2019-02-03 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Sun Feb 3 06:06:54 2019 New Revision: 352989 URL: http://llvm.org/viewvc/llvm-project?rev=352989&view=rev Log: [AST] Extract ASTNodeTraverser class from ASTDumper Summary: This new traverser class allows clients to re-use the traversal logic which was previously part of AS

r360920 - Move TraversalKind enum to ast_type_traits

2019-05-16 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Thu May 16 10:57:38 2019 New Revision: 360920 URL: http://llvm.org/viewvc/llvm-project?rev=360920&view=rev Log: Move TraversalKind enum to ast_type_traits Summary: Make it usable outside of ASTMatchFinder. This will make it possible to use this enum to control whether cert

r360922 - Update comments on enums

2019-05-16 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Thu May 16 11:02:36 2019 New Revision: 360922 URL: http://llvm.org/viewvc/llvm-project?rev=360922&view=rev Log: Update comments on enums Modified: cfe/trunk/include/clang/AST/ASTTypeTraits.h Modified: cfe/trunk/include/clang/AST/ASTTypeTraits.h URL: http://llvm.org/vi

r361033 - Add a Visit overload for DynTypedNode to ASTNodeTraverser

2019-05-17 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Fri May 17 06:55:28 2019 New Revision: 361033 URL: http://llvm.org/viewvc/llvm-project?rev=361033&view=rev Log: Add a Visit overload for DynTypedNode to ASTNodeTraverser Reviewers: aaron.ballman Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews

r361034 - Extract ASTDumper to a header file

2019-05-17 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Fri May 17 06:59:15 2019 New Revision: 361034 URL: http://llvm.org/viewvc/llvm-project?rev=361034&view=rev Log: Extract ASTDumper to a header file Summary: This class has member APIs which are useful to clients. Make it possible to use those APIs without adding them to dum

Re: r361033 - Add a Visit overload for DynTypedNode to ASTNodeTraverser

2019-05-17 Thread Stephen Kelly via cfe-commits
ake-aarch64-quick/builds/18641/steps/ninja%20check%201/logs/stdio > > On Fri, May 17, 2019 at 9:52 AM Stephen Kelly via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Author: steveire >> Date: Fri May 17 06:55:28 2019 >> New Revision: 361033 >> >&g

r361117 - Add a Visit overload for DynTypedNode to ASTNodeTraverser

2019-05-19 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Sun May 19 06:03:48 2019 New Revision: 361117 URL: http://llvm.org/viewvc/llvm-project?rev=361117&view=rev Log: Add a Visit overload for DynTypedNode to ASTNodeTraverser Reviewers: aaron.ballman Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews

r350573 - NFC: Replace asserts with if() in SourceLocation accessors

2019-01-07 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Jan 7 13:57:30 2019 New Revision: 350573 URL: http://llvm.org/viewvc/llvm-project?rev=350573&view=rev Log: NFC: Replace asserts with if() in SourceLocation accessors Summary: Nowhere else in the AST classes assert on these kinds of accessors. This way, we can call the

[clang-tools-extra] r350584 - ReleaseNotes: Update with my clang-query contributions this cycle

2019-01-07 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Jan 7 16:09:34 2019 New Revision: 350584 URL: http://llvm.org/viewvc/llvm-project?rev=350584&view=rev Log: ReleaseNotes: Update with my clang-query contributions this cycle Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst Modified: clang-tools-extra/trunk/d

[clang-tools-extra] r350660 - [Query] NFC: Port QueryParser to StringRef

2019-01-08 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Tue Jan 8 14:27:08 2019 New Revision: 350660 URL: http://llvm.org/viewvc/llvm-project?rev=350660&view=rev Log: [Query] NFC: Port QueryParser to StringRef Summary: There is no reason for it to not be a StringRef. Making it one simplifies existing code, and makes follow-up

r350665 - Implement the TreeStructure interface through the TextNodeDumper

2019-01-08 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Tue Jan 8 14:32:48 2019 New Revision: 350665 URL: http://llvm.org/viewvc/llvm-project?rev=350665&view=rev Log: Implement the TreeStructure interface through the TextNodeDumper Summary: This way, when the generic ASTTraverser is extracted from ASTDumper, there can't be any

r350677 - [ASTDump] NFC: Move dumpDeclRef to NodeDumper

2019-01-08 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Tue Jan 8 15:11:24 2019 New Revision: 350677 URL: http://llvm.org/viewvc/llvm-project?rev=350677&view=rev Log: [ASTDump] NFC: Move dumpDeclRef to NodeDumper Reviewers: aaron.ballman Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D55337 Modified

r350890 - NFC: Change case of identifiers

2019-01-10 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Thu Jan 10 12:58:21 2019 New Revision: 350890 URL: http://llvm.org/viewvc/llvm-project?rev=350890&view=rev Log: NFC: Change case of identifiers Modified: cfe/trunk/include/clang/AST/TextNodeDumper.h cfe/trunk/lib/AST/ASTDumper.cpp cfe/trunk/lib/AST/TextNodeDumpe

r336640 - Test commit

2018-07-10 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Mon Jul 9 23:55:12 2018 New Revision: 336640 URL: http://llvm.org/viewvc/llvm-project?rev=336640&view=rev Log: Test commit Add redundant doc. Modified: cfe/trunk/include/clang/AST/ExprCXX.h Modified: cfe/trunk/include/clang/AST/ExprCXX.h URL: http://llvm.org/viewvc/

[clang] a30d411 - Set traversal explicitly where needed in tests

2020-05-21 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-21T22:34:38+01:00 New Revision: a30d411629d5425dedb0dadd616d0faabb611798 URL: https://github.com/llvm/llvm-project/commit/a30d411629d5425dedb0dadd616d0faabb611798 DIFF: https://github.com/llvm/llvm-project/commit/a30d411629d5425dedb0dadd616d0faabb611798.diff

[clang] f85aedc - Make the ExprMutationAnalyzer explicit about how it traverses the AST

2020-05-21 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-21T22:34:38+01:00 New Revision: f85aedc167cde76bdb47b7814f873cfb40ad3ed8 URL: https://github.com/llvm/llvm-project/commit/f85aedc167cde76bdb47b7814f873cfb40ad3ed8 DIFF: https://github.com/llvm/llvm-project/commit/f85aedc167cde76bdb47b7814f873cfb40ad3ed8.diff

[clang] aa5d2d2 - Traverse-ignore invisible CXXConstructExprs with default args

2020-05-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-23T01:04:44+01:00 New Revision: aa5d2d22485470365cc8f7016c1be672a273c2fe URL: https://github.com/llvm/llvm-project/commit/aa5d2d22485470365cc8f7016c1be672a273c2fe DIFF: https://github.com/llvm/llvm-project/commit/aa5d2d22485470365cc8f7016c1be672a273c2fe.diff

[clang] 8d62eba - Add some explicit use of TK_AsIs

2020-05-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-23T01:04:44+01:00 New Revision: 8d62eba1053a4156032e5333ce0b1c6d33ca8ec5 URL: https://github.com/llvm/llvm-project/commit/8d62eba1053a4156032e5333ce0b1c6d33ca8ec5 DIFF: https://github.com/llvm/llvm-project/commit/8d62eba1053a4156032e5333ce0b1c6d33ca8ec5.diff

[clang] 26ac5a3 - Fix ignoring traversal of intermediate parens

2020-05-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-23T01:04:44+01:00 New Revision: 26ac5a34bae7cb5b65e0580b317d4559af847ddb URL: https://github.com/llvm/llvm-project/commit/26ac5a34bae7cb5b65e0580b317d4559af847ddb DIFF: https://github.com/llvm/llvm-project/commit/26ac5a34bae7cb5b65e0580b317d4559af847ddb.diff

[clang] 3a1f0c6 - Fix mistake made while rebasing

2020-05-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-23T01:26:30+01:00 New Revision: 3a1f0c6bd1e09b6fd081ad83bb67228de83ac9b4 URL: https://github.com/llvm/llvm-project/commit/3a1f0c6bd1e09b6fd081ad83bb67228de83ac9b4 DIFF: https://github.com/llvm/llvm-project/commit/3a1f0c6bd1e09b6fd081ad83bb67228de83ac9b4.diff

[clang] 64356b6 - Add missing unit test

2020-05-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-23T01:29:39+01:00 New Revision: 64356b6d94eac13780cc36ea12053d61a027561e URL: https://github.com/llvm/llvm-project/commit/64356b6d94eac13780cc36ea12053d61a027561e DIFF: https://github.com/llvm/llvm-project/commit/64356b6d94eac13780cc36ea12053d61a027561e.diff

[clang-tools-extra] 10f0f98 - Add a way to set traversal mode in clang-query

2020-05-25 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-23T14:57:10+01:00 New Revision: 10f0f98eac5b20796ae804a2df2a9d853d59d3bd URL: https://github.com/llvm/llvm-project/commit/10f0f98eac5b20796ae804a2df2a9d853d59d3bd DIFF: https://github.com/llvm/llvm-project/commit/10f0f98eac5b20796ae804a2df2a9d853d59d3bd.diff

[clang] 3ed8ebc - Fix return values of some matcher functions

2020-05-25 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-24T12:37:44+01:00 New Revision: 3ed8ebc2f6b8172bed48cc5986d3b7af4cfca1bc URL: https://github.com/llvm/llvm-project/commit/3ed8ebc2f6b8172bed48cc5986d3b7af4cfca1bc DIFF: https://github.com/llvm/llvm-project/commit/3ed8ebc2f6b8172bed48cc5986d3b7af4cfca1bc.diff

[clang] 04ed532 - Fix skip-invisible with overloaded method calls

2020-05-25 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-24T12:36:16+01:00 New Revision: 04ed532ef0ce76d53ca456cbc581756bb01d30e7 URL: https://github.com/llvm/llvm-project/commit/04ed532ef0ce76d53ca456cbc581756bb01d30e7 DIFF: https://github.com/llvm/llvm-project/commit/04ed532ef0ce76d53ca456cbc581756bb01d30e7.diff

[clang-tools-extra] 5e9392d - Add explicit traversal mode to matchers for implicit constructors

2020-05-25 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-24T12:36:15+01:00 New Revision: 5e9392deaf5bfa43846334e9b07a126ae3410a38 URL: https://github.com/llvm/llvm-project/commit/5e9392deaf5bfa43846334e9b07a126ae3410a38 DIFF: https://github.com/llvm/llvm-project/commit/5e9392deaf5bfa43846334e9b07a126ae3410a38.diff

[clang] e60de8c - Add missing test

2020-05-25 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-24T22:50:50+01:00 New Revision: e60de8c825d3087dca26d97985febbf97e179311 URL: https://github.com/llvm/llvm-project/commit/e60de8c825d3087dca26d97985febbf97e179311 DIFF: https://github.com/llvm/llvm-project/commit/e60de8c825d3087dca26d97985febbf97e179311.diff

[clang-tools-extra] 2be92b7 - Fix ignore-traversal to call correct method

2020-05-25 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-24T22:33:10+01:00 New Revision: 2be92b7f7e41037e051096df8a9c4de35502c036 URL: https://github.com/llvm/llvm-project/commit/2be92b7f7e41037e051096df8a9c4de35502c036 DIFF: https://github.com/llvm/llvm-project/commit/2be92b7f7e41037e051096df8a9c4de35502c036.diff

[clang] d0da5d2 - Change default traversal in AST Matchers to ignore invisible nodes

2020-05-25 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-25T00:18:54+01:00 New Revision: d0da5d2bbe8305d06dc01a98706fd73e11e24a9f URL: https://github.com/llvm/llvm-project/commit/d0da5d2bbe8305d06dc01a98706fd73e11e24a9f DIFF: https://github.com/llvm/llvm-project/commit/d0da5d2bbe8305d06dc01a98706fd73e11e24a9f.diff

[clang] 63f927b - Update release notes with porting guide for AST Matchers

2020-05-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-05-27T13:21:06+01:00 New Revision: 63f927b17a1ce18cb922c441ffc0691a71d550b8 URL: https://github.com/llvm/llvm-project/commit/63f927b17a1ce18cb922c441ffc0691a71d550b8 DIFF: https://github.com/llvm/llvm-project/commit/63f927b17a1ce18cb922c441ffc0691a71d550b8.diff

[clang-tools-extra] 551092b - Revert AST Matchers default to AsIs mode

2020-07-03 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-07-03T21:19:46+01:00 New Revision: 551092bc3dfb86f1e11a55f3bee0c8ee1be6fdd6 URL: https://github.com/llvm/llvm-project/commit/551092bc3dfb86f1e11a55f3bee0c8ee1be6fdd6 DIFF: https://github.com/llvm/llvm-project/commit/551092bc3dfb86f1e11a55f3bee0c8ee1be6fdd6.diff

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

2019-12-27 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-27T15:25:57Z New Revision: f0722333dd167245eb3c2b4263529a1ce3679b5c URL: https://github.com/llvm/llvm-project/commit/f0722333dd167245eb3c2b4263529a1ce3679b5c DIFF: https://github.com/llvm/llvm-project/commit/f0722333dd167245eb3c2b4263529a1ce3679b5c.diff LOG:

[clang-tools-extra] 544f200 - Fix newline handling in clang-query parser

2019-12-29 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-29T14:58:56Z New Revision: 544f200c785f0314949ba3b8d1c51f65bf8d7761 URL: https://github.com/llvm/llvm-project/commit/544f200c785f0314949ba3b8d1c51f65bf8d7761 DIFF: https://github.com/llvm/llvm-project/commit/544f200c785f0314949ba3b8d1c51f65bf8d7761.diff LOG:

[clang-tools-extra] dc93540 - Fix handling of newlines in clang-query

2019-12-29 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-29T14:58:56Z New Revision: dc93540acbf047cf54052568d2826d1a06df025e URL: https://github.com/llvm/llvm-project/commit/dc93540acbf047cf54052568d2826d1a06df025e DIFF: https://github.com/llvm/llvm-project/commit/dc93540acbf047cf54052568d2826d1a06df025e.diff LOG:

[clang] f7d9584 - Fix formatting in previous commits

2019-12-29 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-29T19:41:30Z New Revision: f7d9584c56d9d8e6092cc37d5e859db47b1a40d7 URL: https://github.com/llvm/llvm-project/commit/f7d9584c56d9d8e6092cc37d5e859db47b1a40d7 DIFF: https://github.com/llvm/llvm-project/commit/f7d9584c56d9d8e6092cc37d5e859db47b1a40d7.diff LOG:

[clang] d89c4cb - Match code following lambdas when ignoring invisible nodes

2019-12-31 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-31T17:04:39Z New Revision: d89c4cb938070a6de11e624984e5bd0e989fb334 URL: https://github.com/llvm/llvm-project/commit/d89c4cb938070a6de11e624984e5bd0e989fb334 DIFF: https://github.com/llvm/llvm-project/commit/d89c4cb938070a6de11e624984e5bd0e989fb334.diff LOG:

[clang] 06fdbf3 - Unnest struct in Matcher implementation

2019-12-31 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2019-12-31T17:04:39Z New Revision: 06fdbf3dafb76e54ea76e0eb5f690bc3d6773023 URL: https://github.com/llvm/llvm-project/commit/06fdbf3dafb76e54ea76e0eb5f690bc3d6773023 DIFF: https://github.com/llvm/llvm-project/commit/06fdbf3dafb76e54ea76e0eb5f690bc3d6773023.diff LOG:

[clang] 4711512 - Fix oversight in AST traversal helper

2020-01-05 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-05T20:27:37Z New Revision: 471151238438201f3fe365a7784f1a091328e46c URL: https://github.com/llvm/llvm-project/commit/471151238438201f3fe365a7784f1a091328e46c DIFF: https://github.com/llvm/llvm-project/commit/471151238438201f3fe365a7784f1a091328e46c.diff LOG:

[clang] ad0a458 - Allow using traverse() with bindings

2020-01-05 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-05T20:48:56Z New Revision: ad0a45833b940057cc74364c82271247bd7925e1 URL: https://github.com/llvm/llvm-project/commit/ad0a45833b940057cc74364c82271247bd7925e1 DIFF: https://github.com/llvm/llvm-project/commit/ad0a45833b940057cc74364c82271247bd7925e1.diff LOG:

[clang] 35efef5 - Add missing test

2020-01-05 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-05T21:55:52Z New Revision: 35efef5351e3b3a4e50bcd862407ef7edc0b2166 URL: https://github.com/llvm/llvm-project/commit/35efef5351e3b3a4e50bcd862407ef7edc0b2166 DIFF: https://github.com/llvm/llvm-project/commit/35efef5351e3b3a4e50bcd862407ef7edc0b2166.diff LOG:

Re: [clang] 4711512 - Fix oversight in AST traversal helper

2020-01-05 Thread Stephen Kelly via cfe-commits
Added in 35efef5351e. Thanks, Stephen. On 05/01/2020 20:33, Roman Lebedev wrote: Is there a test for this missing? On Sun, Jan 5, 2020 at 11:32 PM Stephen Kelly via cfe-commits wrote: Author: Stephen Kelly Date: 2020-01-05T20:27:37Z New Revision: 471151238438201f3fe365a7784f1a091328e46c

[clang] 445f4d2 - Clang-format previous commit

2020-01-05 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-05T22:58:32Z New Revision: 445f4d2310e751a6ab18f84b1d4ad13037ffd819 URL: https://github.com/llvm/llvm-project/commit/445f4d2310e751a6ab18f84b1d4ad13037ffd819 DIFF: https://github.com/llvm/llvm-project/commit/445f4d2310e751a6ab18f84b1d4ad13037ffd819.diff LOG:

Re: [clang] 4711512 - Fix oversight in AST traversal helper

2020-01-05 Thread Stephen Kelly via cfe-commits
later. On Sun, Jan 5, 2020, 3:32 PM Stephen Kelly via cfe-commits mailto:cfe-commits@lists.llvm.org>> wrote: Author: Stephen Kelly Date: 2020-01-05T20:27:37Z New Revision: 471151238438201f3fe365a7784f1a091328e46c URL: https://github.com/llvm/llvm-pro

[clang] 55d7b22 - [ASTMatchers] Make test more clear about what it is verifying

2020-01-10 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-01-10T19:47:12Z New Revision: 55d7b22277e1c5e710bac7d4d4dc09db3a22dad8 URL: https://github.com/llvm/llvm-project/commit/55d7b22277e1c5e710bac7d4d4dc09db3a22dad8 DIFF: https://github.com/llvm/llvm-project/commit/55d7b22277e1c5e710bac7d4d4dc09db3a22dad8.diff LOG:

[clang] 702f822 - [ASTMatcher] Avoid isImplicit call on object which could be nullptr

2020-12-15 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-12-15T23:27:38Z New Revision: 702f822ca5bbff96401e9ede39f4ae5c7cbc6b05 URL: https://github.com/llvm/llvm-project/commit/702f822ca5bbff96401e9ede39f4ae5c7cbc6b05 DIFF: https://github.com/llvm/llvm-project/commit/702f822ca5bbff96401e9ede39f4ae5c7cbc6b05.diff LOG:

[clang-tools-extra] 0dd8f6f - [ClangTidy] NFC: Add more tests for container-size-empty

2020-12-15 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-12-15T23:27:38Z New Revision: 0dd8f6f9035408fc18b4351ae4096a2852aa8fb5 URL: https://github.com/llvm/llvm-project/commit/0dd8f6f9035408fc18b4351ae4096a2852aa8fb5 DIFF: https://github.com/llvm/llvm-project/commit/0dd8f6f9035408fc18b4351ae4096a2852aa8fb5.diff LOG:

[clang] 3b879fc - [ASTMatchers] Traverse-ignore range-for implementation details

2020-12-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-12-22T12:09:32Z New Revision: 3b879fc97305849026db0e856920d318fadbc04b URL: https://github.com/llvm/llvm-project/commit/3b879fc97305849026db0e856920d318fadbc04b DIFF: https://github.com/llvm/llvm-project/commit/3b879fc97305849026db0e856920d318fadbc04b.diff LOG:

[clang-tools-extra] a5311d7 - [clang-tidy] Handle template instantiations in container size check

2020-12-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-12-22T18:44:45Z New Revision: a5311d731e1b95e93b35b1e9183a4a531df386e7 URL: https://github.com/llvm/llvm-project/commit/a5311d731e1b95e93b35b1e9183a4a531df386e7 DIFF: https://github.com/llvm/llvm-project/commit/a5311d731e1b95e93b35b1e9183a4a531df386e7.diff LOG:

[clang-tools-extra] 7ec7788 - Try to fix build on Windows

2020-12-22 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-12-22T20:25:58Z New Revision: 7ec7788ac175f3ccb7083de0e786438ad8610771 URL: https://github.com/llvm/llvm-project/commit/7ec7788ac175f3ccb7083de0e786438ad8610771 DIFF: https://github.com/llvm/llvm-project/commit/7ec7788ac175f3ccb7083de0e786438ad8610771.diff LOG:

[clang] 7efe07a - Traverse-ignore explicit template instantiations

2020-11-06 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-06T15:25:59Z New Revision: 7efe07a12b6967bc358678adf75dffd238a00250 URL: https://github.com/llvm/llvm-project/commit/7efe07a12b6967bc358678adf75dffd238a00250 DIFF: https://github.com/llvm/llvm-project/commit/7efe07a12b6967bc358678adf75dffd238a00250.diff LOG:

[clang] 0d6e125 - Add new matchers for dependent names in templates

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

[clang] 4eb8804 - Fix dumping of explicit template specializations

2020-11-07 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-07T22:34:16Z New Revision: 4eb880439a7ec4a0310b630ff89125e00cf200a3 URL: https://github.com/llvm/llvm-project/commit/4eb880439a7ec4a0310b630ff89125e00cf200a3 DIFF: https://github.com/llvm/llvm-project/commit/4eb880439a7ec4a0310b630ff89125e00cf200a3.diff LOG:

[clang] 121d51d - Fix trailing whitespace

2020-11-09 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-09T19:12:38Z New Revision: 121d51dc835bf9db363f3f90c042f939076b23d3 URL: https://github.com/llvm/llvm-project/commit/121d51dc835bf9db363f3f90c042f939076b23d3 DIFF: https://github.com/llvm/llvm-project/commit/121d51dc835bf9db363f3f90c042f939076b23d3.diff LOG:

[clang] 23f17ab - Fix use of directly-nested traverse() matchers

2020-11-09 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-09T19:23:17Z New Revision: 23f17ab5ff64c993c6242551de44af58c5b43b23 URL: https://github.com/llvm/llvm-project/commit/23f17ab5ff64c993c6242551de44af58c5b43b23 DIFF: https://github.com/llvm/llvm-project/commit/23f17ab5ff64c993c6242551de44af58c5b43b23.diff LOG:

[clang] 8f35471 - Change algorithms to return iterators

2020-11-09 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-09T19:12:38Z New Revision: 8f354711ae92be1319190d8ede8992168a682f4e URL: https://github.com/llvm/llvm-project/commit/8f354711ae92be1319190d8ede8992168a682f4e DIFF: https://github.com/llvm/llvm-project/commit/8f354711ae92be1319190d8ede8992168a682f4e.diff LOG:

[clang] e73296d - Add utility for testing if we're matching nodes AsIs

2020-11-10 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-10T19:28:11Z New Revision: e73296d3b92fc231f3f913815e477d55b66595bd URL: https://github.com/llvm/llvm-project/commit/e73296d3b92fc231f3f913815e477d55b66595bd DIFF: https://github.com/llvm/llvm-project/commit/e73296d3b92fc231f3f913815e477d55b66595bd.diff LOG:

[clang] ed2baaa - Revert "Add utility for testing if we're matching nodes AsIs"

2020-11-10 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-10T22:29:58Z New Revision: ed2baaac56c45cef4742cab79434a2e6c95e8fda URL: https://github.com/llvm/llvm-project/commit/ed2baaac56c45cef4742cab79434a2e6c95e8fda DIFF: https://github.com/llvm/llvm-project/commit/ed2baaac56c45cef4742cab79434a2e6c95e8fda.diff LOG:

[clang] 872633b - Add utility for testing if we're matching nodes AsIs

2020-11-10 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-10T23:32:30Z New Revision: 872633b28538f87a2b7f61bcb91259cf7e09dfa1 URL: https://github.com/llvm/llvm-project/commit/872633b28538f87a2b7f61bcb91259cf7e09dfa1 DIFF: https://github.com/llvm/llvm-project/commit/872633b28538f87a2b7f61bcb91259cf7e09dfa1.diff LOG:

[clang] 36011bd - Rename API to not be constrained to template instantiations

2020-11-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-17T16:28:59Z New Revision: 36011bdfb6486217c45f1b0c7739c1c356ad9592 URL: https://github.com/llvm/llvm-project/commit/36011bdfb6486217c45f1b0c7739c1c356ad9592 DIFF: https://github.com/llvm/llvm-project/commit/36011bdfb6486217c45f1b0c7739c1c356ad9592.diff LOG:

[clang] 34c0f3c - Move ASTMatchFinder definition so it can be accessed from other functions

2020-11-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-17T16:29:00Z New Revision: 34c0f3cbf1ee025c2e85858b1eb0b0bf1755b569 URL: https://github.com/llvm/llvm-project/commit/34c0f3cbf1ee025c2e85858b1eb0b0bf1755b569 DIFF: https://github.com/llvm/llvm-project/commit/34c0f3cbf1ee025c2e85858b1eb0b0bf1755b569.diff LOG:

[clang] 019723f - Invert accessor for checking traversal mode

2020-11-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-17T16:28:59Z New Revision: 019723fc295b692af31ced0d8e5c3c1736117de9 URL: https://github.com/llvm/llvm-project/commit/019723fc295b692af31ced0d8e5c3c1736117de9 DIFF: https://github.com/llvm/llvm-project/commit/019723fc295b692af31ced0d8e5c3c1736117de9.diff LOG:

[clang] 4cadb66 - [AST] Update matchers to be traverse-aware

2020-11-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-17T16:31:08Z New Revision: 4cadb66b490e3323f79a89120c3442456e4c24fa URL: https://github.com/llvm/llvm-project/commit/4cadb66b490e3323f79a89120c3442456e4c24fa DIFF: https://github.com/llvm/llvm-project/commit/4cadb66b490e3323f79a89120c3442456e4c24fa.diff LOG:

[clang] 246b428 - [AST] Ignore implicit nodes in IgnoreUnlessSpelledInSource mode

2020-11-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-17T16:30:07Z New Revision: 246b428fb3b5d58685064966bcea6592f8839b7e URL: https://github.com/llvm/llvm-project/commit/246b428fb3b5d58685064966bcea6592f8839b7e DIFF: https://github.com/llvm/llvm-project/commit/246b428fb3b5d58685064966bcea6592f8839b7e.diff LOG:

[clang] 6ef6bea - Comment out new test while I figure out what is wrong with it

2020-11-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-17T17:48:48Z New Revision: 6ef6beaa570fffb75c75aa4c555b0f9d7e507929 URL: https://github.com/llvm/llvm-project/commit/6ef6beaa570fffb75c75aa4c555b0f9d7e507929 DIFF: https://github.com/llvm/llvm-project/commit/6ef6beaa570fffb75c75aa4c555b0f9d7e507929.diff LOG:

[clang] ef1a416 - [Transformer] Split ForStmt test into two

2020-11-17 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-17T18:16:10Z New Revision: ef1a4169e8c7f6cf76e704827f4567b9a1b9b0e1 URL: https://github.com/llvm/llvm-project/commit/ef1a4169e8c7f6cf76e704827f4567b9a1b9b0e1 DIFF: https://github.com/llvm/llvm-project/commit/ef1a4169e8c7f6cf76e704827f4567b9a1b9b0e1.diff LOG:

[clang] bcaa198 - Remove unportable test

2020-11-18 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-18T12:42:07Z New Revision: bcaa19894994f1363a10c082541efb67435399d1 URL: https://github.com/llvm/llvm-project/commit/bcaa19894994f1363a10c082541efb67435399d1 DIFF: https://github.com/llvm/llvm-project/commit/bcaa19894994f1363a10c082541efb67435399d1.diff LOG:

[clang] 2033fa2 - Add documentation illustrating use of IgnoreUnlessSpelledInSource

2020-11-20 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-20T13:49:25Z New Revision: 2033fa29b09f9402a9f09f9de20414e82f7d174c URL: https://github.com/llvm/llvm-project/commit/2033fa29b09f9402a9f09f9de20414e82f7d174c DIFF: https://github.com/llvm/llvm-project/commit/2033fa29b09f9402a9f09f9de20414e82f7d174c.diff LOG:

[clang] 72a9f36 - Remove automatic traversal from forEach matcher

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

[clang] f052cf4 - Update mode used in traverse() examples

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

<    1   2   3   4   >