History log of /llvm-project/clang/unittests/Tooling/Syntax/BuildTreeTest.cpp (Results 26 – 46 of 46)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# be2bc7d4 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Update `Modifiable` tests to dump `NodeRole` and `unmodifiable` tag


# 5c11c08d 21-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Update `Declaration` tests to dump `NodeRole`


# 6118ce79 21-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Update `Expression` tests to dump `NodeRole`


# 02a9f8a2 21-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Update `Statement` tests to dump `NodeRole`


# 7f426c65 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Use annotations on ClassTemplate_MemberClassDefinition test

Differential Revision: https://reviews.llvm.org/D86470


# b493e4cb 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split ConstVolatileQualifiers tests

Differential Revision: https://reviews.llvm.org/D86469


# 61273f29 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split `MemberPointer` tests with annotations

Differential Revision: https://reviews.llvm.org/D86467


# 235f9f7f 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split `DynamicExceptionSpecification` test


# 4baa163c 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split `ParametersAndQualifiers` tests

Differential Revision: https://reviews.llvm.org/D86459


# 90f85dfc 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Group tests related to `using`

Differential Revision: https://reviews.llvm.org/D86443


# a722d6a1 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split ExplicitTemplateInstantiation test

Differential Revision: https://reviews.llvm.org/D86441


# b4093d66 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split FreeStandingClass tests

Differential Revision: https://reviews.llvm.org/D86440


# ed830952 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Use annotations to reduce noise on member function tests

Differential Revision: https://reviews.llvm.org/D86439


# 4e8dd506 24-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split array declarator tests

Differential Revision: https://reviews.llvm.org/D86437


# 1beb11c6 21-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Use annotations in Statement tests

Differential Revision: https://reviews.llvm.org/D86345


Revision tags: llvmorg-11.0.0-rc2
# 85c15f17 20-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Add support for `this`

Differential Revision: https://reviews.llvm.org/D86298


# e4e983e2 18-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split tests related to Namespace

Differential Revision: https://reviews.llvm.org/D86139


# ba32915d 19-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Add support for `MemberExpression`

Differential Revision: https://reviews.llvm.org/D86227


# c8c92b54 14-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Use Annotations based tests for expressions

In this process we also create some other tests, in order to not lose
coverage when focusing on the annotated code

Differential Revision: ht

[SyntaxTree] Use Annotations based tests for expressions

In this process we also create some other tests, in order to not lose
coverage when focusing on the annotated code

Differential Revision: https://reviews.llvm.org/D85962

show more ...


# 2e4a20fd 13-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split `TreeTestBase` into header and source

* Switch to using directive on source files.
* Remove unused `SyntaxTreeTest::addFile`

Differential Revision: https://reviews.llvm.org/D85913


# d17437d2 13-Aug-2020 Eduardo Caldas <ecaldas@google.com>

[SyntaxTree] Split `TreeTest.cpp`

We extract the test infrastructure into `TreeTestBase.h` and split the
tests into `MutationsTest.cpp` and `BuildTreeTest.cpp`


12