[Python-Dev] Running Clang 2.7's static analyzer over the code base (original) (raw)
Eric Smith eric at trueblade.com
Tue May 4 16:37:36 CEST 2010
- Previous message: [Python-Dev] Running Clang 2.7's static analyzer over the code base
- Next message: [Python-Dev] Standardising C file indentation (was Re: Running Clang 2.7's static analyzer over the code base)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dirkjan Ochtman wrote:
On Tue, May 4, 2010 at 14:41, Antoine Pitrou <solipsis at pitrou.net> wrote:
I think we should reindent all 3 branches. Most of the work can probably be scripted (str.replace("\t", " " * 4)), and then a visual pass is necessary to fix vertical alignments and the like. If the script is robust enough, I can run it as part of the conversion, making sure that all branches get cleaned up...
Could this be done as part of the conversion without affecting the history?
-- Eric.
- Previous message: [Python-Dev] Running Clang 2.7's static analyzer over the code base
- Next message: [Python-Dev] Standardising C file indentation (was Re: Running Clang 2.7's static analyzer over the code base)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]