[gn build] Add build files for clang/lib/{ASTMatchers,CrossTU}, clang/lib/StaticAnaly...
authorNico Weber <nicolasweber@gmx.de>
Sat, 22 Dec 2018 03:14:05 +0000 (03:14 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 22 Dec 2018 03:14:05 +0000 (03:14 +0000)
commit00e6beefa926ebb8a8426494b5bd18f23de60a44
treea2014cf5291974780b83a7dd5fe07bf06f05f760
parente4e0b9f48f7e7bff021beaebda3e3f5cad39dd61
[gn build] Add build files for clang/lib/{ASTMatchers,CrossTU}, clang/lib/StaticAnalyzer/{Checkers,Core,Frontend}

The intent is to add the build file for clang/lib/StaticAnalyzer/Frontend; everything else is pulled in by that.

Differential Revision: https://reviews.llvm.org/D55978

llvm-svn: 349986
llvm/utils/gn/secondary/BUILD.gn
llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn [new file with mode: 0644]
llvm/utils/gn/secondary/clang/lib/CrossTU/BUILD.gn [new file with mode: 0644]
llvm/utils/gn/secondary/clang/lib/Index/BUILD.gn [new file with mode: 0644]
llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn [new file with mode: 0644]
llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn [new file with mode: 0644]
llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Frontend/BUILD.gn [new file with mode: 0644]