Skip to content
Commit a84c59c9 authored by Dmitri Gribenko's avatar Dmitri Gribenko
Browse files

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
parent 2c5cbd2b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment