[PATCH] D55978: [gn build] Add build files for clang/lib/{ASTMatchers, CrossTU}, clang/lib/StaticAnalyzer/{Checkers, Core, Frontend}

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 20 18:19:56 PST 2018


thakis created this revision.
thakis added a reviewer: phosek.
Herald added subscribers: dkrupp, donat.nagy, jfb, Szelethus, arphaman, a.sidorin, baloghadamsoftware.
Herald added a reviewer: george.karpenkov.

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

It's close to 200 TUs; I might want to default to clang_enable_static_analyzer=false when I add the clang/lib/FrontendTool build file.


https://reviews.llvm.org/D55978

Files:
  llvm/utils/gn/secondary/BUILD.gn
  llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn
  llvm/utils/gn/secondary/clang/lib/CrossTU/BUILD.gn
  llvm/utils/gn/secondary/clang/lib/Index/BUILD.gn
  llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn
  llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn
  llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Frontend/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55978.179224.patch
Type: text/x-patch
Size: 9599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181221/62f3c543/attachment.bin>


More information about the cfe-commits mailing list