search for: 97fc899e

Displaying 3 results from an estimated 3 matches for "97fc899e".

Did you mean: 37fc89e
2012 Jun 06
0
[LLVMdev] sample of running google c++ lint script
> > Not wanting to clean up the white space is exactly a simple but good > example of technical debt that we are incurring. I agree, it is a great example of long term technical debt. > > In that case it's very simple to see. We have a rule about that for our > style and because we are too > busy with other things, then we have allowed the technical debt to rise > to
2012 Jun 06
2
[LLVMdev] sample of running google c++ lint script
...> LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120606/97fc899e/attachment.html>
2012 Jun 05
4
[LLVMdev] sample of running google c++ lint script
Did you agree with the comment about the use of long long from the tool? Anyway, it's not really important to me that we adopt any specific google code rules over the current llvm rule. The point is to that Google has a deeper set of conventions and it would be a good starting point for us. Also, they have a tool which checks a lot of this. The lack of a tool for llvm style check is what