aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/LockFileManager.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-05 22:20:50 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-05 22:20:50 +0000
commit1c42eaeb13032f3289672d008286732c8e9299c8 (patch)
tree94894d6ec7e908cbd1bd703430852779940c27b5 /llvm/lib/Support/LockFileManager.cpp
parentdd979e6457b3d2f8740cd583a34c029ddf105e5a (diff)
downloadllvm-1c42eaeb13032f3289672d008286732c8e9299c8.zip
llvm-1c42eaeb13032f3289672d008286732c8e9299c8.tar.gz
llvm-1c42eaeb13032f3289672d008286732c8e9299c8.tar.bz2
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. llvm-svn: 205679
Diffstat (limited to 'llvm/lib/Support/LockFileManager.cpp')
0 files changed, 0 insertions, 0 deletions