ClickHouse/dbms
Alexey Milovidov 8b87511e25 Namespace comments are unneeded according to the code style.
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '}\s*//+\s*namespace\s*' | xargs sed -i -r -e 's/}\s*\/\/+\s*namespace\s*\w+/}/'
2019-06-13 13:37:13 +03:00
..
benchmark Minor changes 2019-02-25 01:28:05 +03:00
cmake Auto version update to [19.9.1.1] [54421] 2019-05-28 13:52:55 +03:00
programs DEVTOOLS-5170 Delete Y_IGNORE markers (#5533) 2019-06-05 14:52:39 +03:00
src Namespace comments are unneeded according to the code style. 2019-06-13 13:37:13 +03:00
tests Merge pull request #5559 from proller/fix28 2019-06-13 13:14:51 +03:00
CMakeLists.txt Allow to use internal compiler with system includes (fix compile for freebsd) (#5447) 2019-05-30 15:58:15 +03:00