Page MenuHomeFreeBSD

Add WITH_CLANG_FORMAT option
ClosedPublic

Authored by cem on Jun 24 2020, 4:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 15, 4:08 AM
Unknown Object (File)
Sat, Jan 25, 7:26 PM
Unknown Object (File)
Wed, Jan 22, 5:22 PM
Unknown Object (File)
Jan 20 2025, 3:50 PM
Unknown Object (File)
Jan 7 2025, 6:35 AM
Unknown Object (File)
Dec 26 2024, 4:45 AM
Unknown Object (File)
Dec 10 2024, 3:59 AM
Unknown Object (File)
Nov 19 2024, 5:25 AM
Subscribers

Details

Summary

clang-format is enabled conditional on either WITH_CLANG_EXTRAS or
WITH_CLANG_FORMAT. Some sources in libclang are build conditional on
either rule, and obviously the clang-format binary itself depends on the
rule.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cem requested review of this revision.Jun 24 2020, 4:32 PM
emaste added a subscriber: dim.

LGTM

lib/clang/libclang/Makefile
25 ↗(On Diff #73580)

EXTRAS || FORMAT for alpha order?

This revision is now accepted and ready to land.Jun 24 2020, 4:36 PM

Also add a WITH_CLANG_FORMAT text description file

cem marked an inline comment as done.

Reorder EXTRAS, FORMAT

Add WITH_CLANG_FORMAT file

This revision now requires review to proceed.Jun 24 2020, 4:39 PM
This revision is now accepted and ready to land.Jun 24 2020, 4:48 PM
This revision was automatically updated to reflect the committed changes.