llvm-project/clang/tools
Alp Toker 541d5070bf Avoid dubious IdentifierInfo::getNameStart() uses
These cases in particular were incurring an extra strlen() when we already knew
the length. They appear to be leftovers from when the interfaces worked with C
strings that have continued to compile due to the implicit StringRef ctor.

llvm-svn: 210403
2014-06-07 23:30:53 +00:00
..
arcmt-test [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 07:47:46 +00:00
c-arcmt-test Fix C++ style // comments in a couple of C files 2014-06-06 11:04:46 +00:00
c-index-test Fix C++ style // comments in a couple of C files 2014-06-06 11:04:46 +00:00
clang-check Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr. 2014-04-28 04:57:14 +00:00
clang-format clang-format: Introduce DisableFormat that prevents formatting. 2014-05-22 15:12:22 +00:00
clang-format-vs clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR} 2013-12-05 17:49:58 +00:00
diag-build Briefly document diag-build.sh 2013-12-28 21:59:11 +00:00
diagtool Replace llvm::array_endof with C++11's std::end. 2014-04-12 15:42:48 +00:00
driver Remove the last remaining llvm/Config/config.h includes 2014-06-04 03:28:55 +00:00
libclang Avoid dubious IdentifierInfo::getNameStart() uses 2014-06-07 23:30:53 +00:00
scan-build revert "r209526 List the function/method name in the index page of scan-build " 2014-05-23 16:47:42 +00:00
scan-view [analyzer] scan-view: don't ever serve absolute paths. 2013-04-29 17:23:06 +00:00
CMakeLists.txt CMake: enable building the clang-format vs plugin 2013-12-03 18:02:51 +00:00
Makefile Re-add clang-check to the Makefile build. 2013-08-22 16:12:04 +00:00