llvm-project/clang/lib/Index
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
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
CommentToXML.cpp [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
Makefile Rename libIDE to libIndex. 2013-08-17 00:40:41 +00:00
SimpleFormatContext.h [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
USRGeneration.cpp Avoid dubious IdentifierInfo::getNameStart() uses 2014-06-07 23:30:53 +00:00