summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/clang-tools-extra
Commit message (Collapse)AuthorAgeFilesLines
...
* gn build: Add build files for modularize and pp-traceNico Weber2019-03-232-0/+37
| | | | | | Differential Revision: https://reviews.llvm.org/D59701 llvm-svn: 356845
* [gn] Add clang-tools-extra/clang-tidy/tool/BUILD.gnVitaly Buka2019-03-231-0/+18
| | | | llvm-svn: 356828
* [gn] Add clang-tools-extra/clang-tidy/tool/BUILD.gnVitaly Buka2019-03-231-0/+1
| | | | llvm-svn: 356827
* Make clang-move use same file naming convention as other toolsNico Weber2019-03-222-2/+2
| | | | | | | | | | | | In all the other clang-foo tools, the main library file is called Foo.cpp and the file in the tool/ folder is called ClangFoo.cpp. Do this for clang-move too. No intended behavior change. Differential Revision: https://reviews.llvm.org/D59700 llvm-svn: 356780
* gn build: Merge r356750Nico Weber2019-03-221-0/+1
| | | | llvm-svn: 356772
* gn build: Add build files for some clang-tools-extraNico Weber2019-03-208-0/+145
| | | | | | | | | Adds clang-change-namespace, clang-move, clang-query, clang-reorder-fields. Differential Revision: https://reviews.llvm.org/D59554 llvm-svn: 356567
* gn build: Add build files for clang-docNico Weber2019-03-142-0/+45
| | | | | | Differential Revision: https://reviews.llvm.org/D59379 llvm-svn: 356199
* gn build: Merge r355835Nico Weber2019-03-111-0/+1
| | | | llvm-svn: 355856
* gn build: Merge r355024Nico Weber2019-02-281-0/+1
| | | | llvm-svn: 355145
* gn build: Fix clang-tidy dep on ClangSACheckers.Nico Weber2019-02-111-4/+1
| | | | | | | | Patch by Mirko Bonadei <mbonadei@webrtc.org>! Differential Revision: https://reviews.llvm.org/D57998 llvm-svn: 353657
* gn build: Fix clang-tidy buildNico Weber2019-02-051-8/+6
| | | | | | | | | | | | | | | | | | Not depending on //clang/lib/StaticAnalyzer/Core and //clang/lib/StaticAnalyzer/Frontend causes a linker error even if ClangSACheckers are not supported. Undefined symbols for architecture x86_64: "clang::ento::CreateAnalysisConsumer(clang::CompilerInstance&)", referenced from: clang::tidy::ClangTidyASTConsumerFactory::CreateASTConsumer( clang::CompilerInstance&, llvm::StringRef) in libclangTidy.a(libclangTidy.ClangTidy.o) Patch from Mirko Bonadei <mbonadei@webrtc.org>! Differential Revision: https://reviews.llvm.org/D57777 llvm-svn: 353244
* gn build: BUILD.gn files for clang-tidy and clang-apply-replacementsNico Weber2019-02-0524-0/+728
Patch from Mirko Bonadei <mbonadei@webrtc.org>! Differential Revision: https://reviews.llvm.org/D57329 llvm-svn: 353177
OpenPOWER on IntegriCloud