This is an archive of the discontinued LLVM Phabricator instance.

[tooling] Remove redundant inline keyword
ClosedPublic

Authored by etienneb on May 11 2016, 4:59 PM.

Details

Summary

The inline keywords are redundant.
Introduce by this commit to try to fix broken build bots:

http://reviews.llvm.org/D20180

Tested on Debug and Release build [linux].
Tested on Release + Shared (-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON) [linux]
Tested on Release [windows]

Diff Detail

Event Timeline

etienneb updated this revision to Diff 56985.May 11 2016, 4:59 PM
etienneb retitled this revision from to [tooling] Remove redundant inline keyword.
etienneb updated this object.
etienneb added a reviewer: alexfh.
etienneb added a subscriber: cfe-commits.
alexfh accepted this revision.May 11 2016, 5:07 PM
alexfh edited edge metadata.

LG

This revision is now accepted and ready to land.May 11 2016, 5:07 PM
etienneb closed this revision.May 11 2016, 5:28 PM