This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2d6f49f1ed Revert: [DebugInfo] Add debug location to stubs generated by [...] new 59563d29f6 [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Index/CodegenNameGenerator.h | 52 ------------------------------ lib/Index/CMakeLists.txt | 1 - lib/Index/CodegenNameGenerator.cpp | 36 --------------------- tools/c-index-test/core_main.cpp | 8 ++--- tools/libclang/CIndex.cpp | 14 ++++---- 5 files changed, 11 insertions(+), 100 deletions(-) delete mode 100644 include/clang/Index/CodegenNameGenerator.h delete mode 100644 lib/Index/CodegenNameGenerator.cpp