diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-02-04 10:24:58 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-02-04 10:24:58 +0000 |
commit | b7978cf7010f6874c9648fbecd56fbed5236ff51 (patch) | |
tree | fbeec06c426b0c97c088bd006ab5a9652570b42a /lib/CodeGen | |
parent | 6c440fcea52e27b3befcf2ad5f7dcc58a15a2e58 (diff) |
Coding standards: don't use ``inline`` when defining a function in a class
definition
Current practice is not to use 'inline' in:
class Foo {
public:
inline void bar() {
// ...
}
};
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174317 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
0 files changed, 0 insertions, 0 deletions