NFC: Add an AAL Concept, too
While here, pull out some constants to their own header. Eventually we'll want to match on AalFeatures in the AAL Concept.
This commit is contained in:
committed by
Matthew Parkinson
parent
a6d18f842a
commit
db0ca64ff3
@@ -82,7 +82,7 @@ macro(clangformat_targets)
|
||||
file(GLOB_RECURSE ALL_SOURCE_FILES *.cc *.h *.hh)
|
||||
# clangformat does not yet understand concepts well; for the moment, don't
|
||||
# ask it to format them. See https://reviews.llvm.org/D79773
|
||||
list(FILTER ALL_SOURCE_FILES EXCLUDE REGEX "src/pal/pal_concept\.h$")
|
||||
list(FILTER ALL_SOURCE_FILES EXCLUDE REGEX "src/[^/]*/[^/]*_concept\.h$")
|
||||
add_custom_target(
|
||||
clangformat
|
||||
COMMAND ${CLANG_FORMAT}
|
||||
|
||||
Reference in New Issue
Block a user