llvm-project/clang/unittests/Tooling/Syntax
Eduardo Caldas f5087d5c72 [SyntaxTree] Fix crash on functions with default arguments.
* Do not visit `CXXDefaultArgExpr`
* To build `CallArguments` nodes, just go through non-default arguments

Differential Revision: https://reviews.llvm.org/D87249
2020-09-08 09:49:30 +00:00
..
BuildTreeTest.cpp [SyntaxTree] Fix crash on functions with default arguments. 2020-09-08 09:49:30 +00:00
CMakeLists.txt [SyntaxTree] Split `TreeTestBase` into header and source 2020-08-14 07:29:07 +00:00
MutationsTest.cpp [SyntaxTree] Split `TreeTestBase` into header and source 2020-08-14 07:29:07 +00:00
TokensTest.cpp [Syntax] expose API for expansions overlapping a spelled token range. 2020-07-20 14:48:12 +02:00
TreeTestBase.cpp [SyntaxTree] Extend the syntax tree dump to also cover `NodeRole` 2020-08-25 06:34:40 +00:00
TreeTestBase.h [SyntaxTree] Implement annotation-based test infrastructure 2020-08-18 13:00:56 +00:00