[PATCH] D9600: Add scan-build python implementation
    Daniel Marjamäki via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Jan  6 23:42:57 PST 2016
    
    
  
danielmarjamaki added a comment.
I like the standalone bear tool. should it really be embedded into clang? Will the standalone tool still be maintained?
================
Comment at: tools/scan-build-py/libear/ear.c:1
@@ +1,2 @@
+/* -*- coding: utf-8 -*-
+//                     The LLVM Compiler Infrastructure
----------------
why should these be added in these source files when no other file in LLVM/Clang has it.
http://reviews.llvm.org/D9600
    
    
More information about the cfe-commits
mailing list