On 9/7/17 4:45 PM, Ehsan Akhgari wrote:
$ git grep '\s(>|>=|<|<=|==|!=)\s*$' -- '*.c*' | wc -l
2794

Don't you get plenty of false positives for '>' with that regexp though?
For example:
dom/bindings/BindingUtils.h:template<typename T >
js/public/HashTable.h:struct IsPod<js::HashMapEntry<K, V> >
etc

/Mats
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to