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:
Nathaniel Filardo
2020-11-20 12:56:03 +00:00
committed by Matthew Parkinson
parent a6d18f842a
commit db0ca64ff3
5 changed files with 92 additions and 34 deletions

View File

@@ -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}