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 | a84c59c95affec29f93fe6f239985725ee16ac99 (patch) | |
tree | 814f6da1c4665c088759f5b3d3493f1438a2744b /llvm/lib/CodeGen/InlineSpiller.cpp | |
parent | 2c5cbd2b387f67d74fe08f9a3df163186b156e67 (diff) | |
download | bcm5719-llvm-a84c59c95affec29f93fe6f239985725ee16ac99.tar.gz bcm5719-llvm-a84c59c95affec29f93fe6f239985725ee16ac99.zip |
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() {
// ...
}
};
llvm-svn: 174317
Diffstat (limited to 'llvm/lib/CodeGen/InlineSpiller.cpp')
0 files changed, 0 insertions, 0 deletions