llvm-project/clang/lib/Tooling/Core
Eric Liu 4f8d99433d Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error.
Summary:
return llvm::Expected<> to carry error status and error information.
This is the first step towards introducing "Error" into tooling::Replacements.

Reviewers: djasper, klimek

Subscribers: ioeric, klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D21601

llvm-svn: 275062
2016-07-11 13:53:12 +00:00
..
CMakeLists.txt Add Tooling functionality to get a name for a QualType that can be used to name 2016-02-09 21:04:04 +00:00
Lookup.cpp [Tooling] Add a utility function to replace one nested name with another. 2015-10-22 15:04:10 +00:00
QualTypeNames.cpp [AST] Use ArrayRef in more interfaces 2016-07-07 04:43:07 +00:00
Replacement.cpp Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. 2016-07-11 13:53:12 +00:00