[PATCH] D13931: [Tooling] Add a utility function to replace one nested name with another.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 22 05:36:19 PDT 2015


bkramer updated this revision to Diff 38117.
bkramer added a comment.

- Removed "fully qualified" in favor of just "qualified" to clarify that the name should be qualified but the leading "::" is not necessary.
- Renamed isNameSpecifierGlobal
- Removed always true conditional from test


http://reviews.llvm.org/D13931

Files:
  include/clang/Tooling/Core/Lookup.h
  lib/Tooling/Core/CMakeLists.txt
  lib/Tooling/Core/Lookup.cpp
  unittests/Tooling/CMakeLists.txt
  unittests/Tooling/LookupTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13931.38117.patch
Type: text/x-patch
Size: 10394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151022/e97478b8/attachment.bin>


More information about the cfe-commits mailing list