This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05728bca0af DebugInfo: Remove extra attribute lookup new 476811f68e9 [gn build] Add build files for clang/lib/{ASTMatchers,Cross [...] new f7f9e1587eb [gn build] Add build file for clang/lib/ARCMigrate new 7543ae58fdd [gn build] Add build file for clang/lib/FrontendTool
The 3 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: utils/gn/secondary/BUILD.gn | 9 ++ utils/gn/secondary/clang/lib/ARCMigrate/BUILD.gn | 39 +++++++ utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn | 13 +++ utils/gn/secondary/clang/lib/CrossTU/BUILD.gn | 14 +++ utils/gn/secondary/clang/lib/FrontendTool/BUILD.gn | 29 ++++++ utils/gn/secondary/clang/lib/Index/BUILD.gn | 28 +++++ .../clang/lib/StaticAnalyzer/Checkers/BUILD.gn | 114 +++++++++++++++++++++ .../clang/lib/StaticAnalyzer/Core/BUILD.gn | 67 ++++++++++++ .../clang/lib/StaticAnalyzer/Frontend/BUILD.gn | 23 +++++ 9 files changed, 336 insertions(+) create mode 100644 utils/gn/secondary/clang/lib/ARCMigrate/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/CrossTU/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/FrontendTool/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/Index/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/StaticAnalyzer/Frontend/BUILD.gn