commit | 553e40036af29f9e8dee46812cd2ad90d97225f0 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Sat Apr 05 22:20:50 2014 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Sat Apr 05 22:20:50 2014 +0000 |
tree | 978ae06b4039cd3e7f59c0f14f76d53f0d99c054 | |
parent | 2a65dd3101da4dbb955122dd68f53c39f08fee4f [diff] |
Remove unnecessary "inline" of inline defined member functions Member functions defined within a class definition are implicitly 'inline' for linkage purposes. Compilers might slightly favor inlining functions explicitly marked 'inline', but LLVM doesn't make a stylistic habit of doing this generally. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205679 91177308-0d34-0410-b5e6-96231b3b80d8