aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-02-17 07:57:46 +0000
committerDaniel Jasper <djasper@google.com>2014-02-17 07:57:46 +0000
commit5550de684f1d0c97e9dc4d4ef69459c87367ac1d (patch)
treee2ae1bd3a0cc727f0bcbfe81ae9bb254279932c5 /clang/lib/CodeGen/CodeGenFunction.cpp
parent46177baddb323ed471470644e36c2b533b8075f3 (diff)
downloadllvm-5550de684f1d0c97e9dc4d4ef69459c87367ac1d.zip
llvm-5550de684f1d0c97e9dc4d4ef69459c87367ac1d.tar.gz
llvm-5550de684f1d0c97e9dc4d4ef69459c87367ac1d.tar.bz2
clang-format: Don't wrap "const" etc. of function declarations.
Generally people seem to prefer wrapping the first function parameter over wrapping the trailing tokens "const", "override" and "final". This does not extend to function-like annotations and probably not to other non-standard annotations. Before: void someLongFunction(int SomeLongParameter) const { ... } After: void someLongFunction( int SomeLongParameter) const { ... } llvm-svn: 201504
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions