llvm-project/clang-tools-extra/clang-query
Benjamin Kramer adcd026838 Make llvm::StringRef to std::string conversions explicit.
This is how it should've been and brings it more in line with
std::string_view. There should be no functional change here.

This is mostly mechanical from a custom clang-tidy check, with a lot of
manual fixups. It uncovers a lot of minor inefficiencies.

This doesn't actually modify StringRef yet, I'll do that in a follow-up.
2020-01-28 23:25:25 +01:00
..
tool Allow newlines in AST Matchers in clang-query files 2019-12-27 15:25:57 +00:00
CMakeLists.txt Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
Query.cpp Allow newlines in AST Matchers in clang-query files 2019-12-27 15:25:57 +00:00
Query.h Allow newlines in AST Matchers in clang-query files 2019-12-27 15:25:57 +00:00
QueryParser.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
QueryParser.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
QuerySession.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00