This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e1f24a2 [CodeCompletion] Allow system headers providing private symbo [...] new fe36cf9 [Feature] Add a builtin for indexing into parameter packs. Pa [...]
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/ASTContext.h | 11 ++++++++ include/clang/AST/DeclTemplate.h | 4 +-- include/clang/Basic/Builtins.h | 5 +++- include/clang/Basic/DiagnosticSemaKinds.td | 4 +++ include/clang/Serialization/ASTBitCodes.h | 5 +++- lib/AST/ASTContext.cpp | 12 ++++++-- lib/AST/DeclTemplate.cpp | 23 +++++++++++++++ lib/Lex/PPMacroExpansion.cpp | 1 + lib/Sema/SemaLookup.cpp | 12 +++++--- lib/Sema/SemaTemplate.cpp | 26 ++++++++++++++++- lib/Serialization/ASTReader.cpp | 3 ++ lib/Serialization/ASTWriter.cpp | 2 ++ test/PCH/type_pack_element.cpp | 16 +++++++++++ test/SemaCXX/type_pack_element.cpp | 45 ++++++++++++++++++++++++++++++ 14 files changed, 158 insertions(+), 11 deletions(-) create mode 100644 test/PCH/type_pack_element.cpp create mode 100644 test/SemaCXX/type_pack_element.cpp