llvm-project/clang/unittests/Tooling
Yitzhak Mandelbaum 1588c08735 [libTooling] Introduce new library of source-code builders.
Summary:
Introduces facilities for easily building source-code strings, including
idiomatic use of parentheses and the address-of, dereference and member-access
operators (dot and arrow) and queries about need for parentheses.

Reviewers: gribozavr

Subscribers: mgorny, cfe-commits, ilya-biryukov

Tags: #clang

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

llvm-svn: 372595
2019-09-23 12:40:10 +00:00
..
RecursiveASTVisitorTests [AST] No longer visiting CXXMethodDecl bodies created by compiler when method was default created. 2019-08-09 07:30:28 +00:00
Syntax [Syntax] Added function to get macro expansion tokens to TokenBuffer. 2019-08-20 13:34:01 +00:00
ASTSelectionTest.cpp
CMakeLists.txt [libTooling] Introduce new library of source-code builders. 2019-09-23 12:40:10 +00:00
CastExprTest.cpp
CommentHandlerTest.cpp [Tooling] Migrated APIs that take ownership of objects to unique_ptr 2019-08-30 09:29:34 +00:00
CompilationDatabaseTest.cpp Remove unused variables. 2019-08-26 20:51:23 +00:00
DependencyScannerTest.cpp Use FileEntryRef for PPCallbacks::HasInclude 2019-08-27 17:32:42 +00:00
DiagnosticsYamlTest.cpp [test] Delete trailing spaces from YAML tests 2019-07-12 05:59:28 +00:00
ExecutionTest.cpp Changed FrontendActionFactory::create to return a std::unique_ptr 2019-08-29 16:38:36 +00:00
FixItTest.cpp
HeaderIncludesTest.cpp
LexicallyOrderedRecursiveASTVisitorTest.cpp
LookupTest.cpp Fix gcc "-Wdangling-else" warning. NFCI. 2019-04-30 10:57:37 +00:00
QualTypeNamesTest.cpp
RangeSelectorTest.cpp [libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators. 2019-09-20 17:11:03 +00:00
RecursiveASTVisitorTestDeclVisitor.cpp
RecursiveASTVisitorTestPostOrderVisitor.cpp
RecursiveASTVisitorTestTypeLocVisitor.cpp
RefactoringActionRulesTest.cpp [test] Delete trailing spaces from YAML tests 2019-07-12 05:59:28 +00:00
RefactoringCallbacksTest.cpp Removed the 'id' AST matcher, which is superseded by '.bind()' 2019-08-20 13:02:28 +00:00
RefactoringTest.cpp [Tooling] Migrated APIs that take ownership of objects to unique_ptr 2019-08-30 09:29:34 +00:00
ReplacementTest.h
ReplacementsYamlTest.cpp [test] Delete trailing spaces from YAML tests 2019-07-12 05:59:28 +00:00
RewriterTest.cpp
RewriterTestContext.h [clang] Adopt new FileManager error-returning APIs 2019-08-01 21:31:56 +00:00
SourceCodeBuildersTest.cpp [libTooling] Introduce new library of source-code builders. 2019-09-23 12:40:10 +00:00
SourceCodeTest.cpp [LibTooling] Add function to translate and validate source range for editing 2019-07-18 17:26:57 +00:00
StencilTest.cpp [LibTooling] Update Stencil to use RangeSelector 2019-05-22 18:03:00 +00:00
TestVisitor.h [Tooling] Migrated APIs that take ownership of objects to unique_ptr 2019-08-30 09:29:34 +00:00
ToolingTest.cpp [Tooling] Migrated APIs that take ownership of objects to unique_ptr 2019-08-30 09:29:34 +00:00
TransformerTest.cpp [libTooling] In Transformer, generalize `applyFirst` to admit rules with incompatible matchers. 2019-08-13 12:31:29 +00:00