[PATCH] D46602: [clang-tidy] Store checks profiling info as YAML files
    Arthur O'Dwyer via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed May 16 11:10:08 PDT 2018
    
    
  
Quuxplusone added inline comments.
================
Comment at: clang-tidy/tool/ClangTidyMain.cpp:188
+format to stderr. When this option is passed,
+these per-TU profiles are instead stored as YAML.)"),
+                                              cl::value_desc("prefix"),
----------------
Drive-by nit: Each other help string ends with a newline (`)"),` on a line by itself). This one presumably should too.
Repository:
  rCTE Clang Tools Extra
https://reviews.llvm.org/D46602
    
    
More information about the cfe-commits
mailing list