This is an archive of the discontinued LLVM Phabricator instance.

[llvm-reduce] Add header guards and fix clang-tidy warnings
ClosedPublic

Authored by swamulism on Mar 30 2021, 8:05 PM.

Details

Summary

Add header guards and fix other clang-tidy warnings in .h files.
Also align misaligned header docs

Diff Detail

Event Timeline

swamulism created this revision.Mar 30 2021, 8:05 PM
swamulism requested review of this revision.Mar 30 2021, 8:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2021, 8:05 PM
swamulism updated this revision to Diff 334334.Mar 30 2021, 8:33 PM
This comment was removed by swamulism.

mostly looks good, one suggestion

llvm/tools/llvm-reduce/DeltaManager.h
19–20

this definition should probably be moved into a .cpp file. And it shouldn't be inline.

swamulism updated this revision to Diff 334573.Mar 31 2021, 6:24 PM

Move DeltaManager.h definition to .cpp

swamulism updated this revision to Diff 334574.Mar 31 2021, 6:27 PM

Update header comment

Harbormaster completed remote builds in B96623: Diff 334574.

llvm/tools/llvm-reduce/CMakeLists.txt needs to be updated with the new .cpp file

swamulism updated this revision to Diff 334884.Apr 1 2021, 7:47 PM

Add files to cmake and ninja build config

aeubanks accepted this revision.Apr 1 2021, 8:38 PM
This revision is now accepted and ready to land.Apr 1 2021, 8:38 PM
This revision was landed with ongoing or failed builds.Apr 1 2021, 8:43 PM
This revision was automatically updated to reflect the committed changes.