[PATCH] D35012: [refactor] Add the AST source selection component
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 25 07:35:04 PDT 2017
arphaman updated this revision to Diff 108078.
arphaman added a comment.
Simplified the implementation of `LexicallyOrderedRecursiveASTVisitor` and removed redundant DenseMap checks.
Ping.
Repository:
rL LLVM
https://reviews.llvm.org/D35012
Files:
include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
include/clang/Tooling/Refactoring/ASTSelection.h
lib/Tooling/Refactoring/ASTSelection.cpp
lib/Tooling/Refactoring/CMakeLists.txt
unittests/Tooling/ASTSelectionTest.cpp
unittests/Tooling/CMakeLists.txt
unittests/Tooling/LexicallyOrderedRecursiveASTVisitorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35012.108078.patch
Type: text/x-patch
Size: 42222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170725/1c704003/attachment-0001.bin>
More information about the cfe-commits
mailing list