This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 362975cf73 [CodeComplete] Generate completion fix-its for C code as well new 47ffcfa5ce [AST] Various optimizations + refactoring in DeclarationName(Table)
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/AST/DeclarationName.h | 634 +++++++++++++++++++++------------- include/clang/Basic/IdentifierTable.h | 121 ++++--- lib/AST/DeclarationName.cpp | 296 ++++++---------- lib/Basic/IdentifierTable.cpp | 29 +- lib/Sema/IdentifierResolver.cpp | 14 +- lib/Serialization/ASTReader.cpp | 2 +- lib/Serialization/ASTWriter.cpp | 2 +- 7 files changed, 597 insertions(+), 501 deletions(-)