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)
Feb 23 2024, 1:52 PM
Unknown Object (File)
Jan 19 2024, 5:57 AM
Unknown Object (File)
Jan 14 2024, 6:19 AM
Unknown Object (File)
Jan 2 2024, 12:30 PM
Unknown Object (File)
Dec 20 2023, 3:40 AM
Unknown Object (File)
Dec 4 2023, 12:50 AM
Unknown Object (File)
Dec 4 2023, 12:50 AM
Unknown Object (File)
Dec 4 2023, 12:50 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31924
Build 29475: arc lint + arc unit

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

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.