[llvm] 2703e09 - gn build: Merge 95fe54931fd
    LLVM GN Syncbot via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Nov 22 00:15:46 PST 2019
    
    
  
Author: LLVM GN Syncbot
Date: 2019-11-22T08:12:48Z
New Revision: 2703e095c0c750ce73d40cd49032e7f679382e10
URL: https://github.com/llvm/llvm-project/commit/2703e095c0c750ce73d40cd49032e7f679382e10
DIFF: https://github.com/llvm/llvm-project/commit/2703e095c0c750ce73d40cd49032e7f679382e10.diff
LOG: gn build: Merge 95fe54931fd
Added: 
    
Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn
Removed: 
    
################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn
index 0d3d45440afc..18539d78800a 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn
@@ -20,6 +20,7 @@ static_library("performance") {
     "InefficientVectorOperationCheck.cpp",
     "MoveConstArgCheck.cpp",
     "MoveConstructorInitCheck.cpp",
+    "NoAutomaticMoveCheck.cpp",
     "NoexceptMoveConstructorCheck.cpp",
     "PerformanceTidyModule.cpp",
     "TriviallyDestructibleCheck.cpp",
        
    
    
More information about the llvm-commits
mailing list