Searched +refs:clang +refs:format (Results 1 - 25 of 168) sorted by relevance

1234567

/netbsd-current/external/mit/libcbor/dist/
H A Dclang-format.sh3 # TravisCI workaround to use new clang-format while avoiding painful aliasing
5 if which clang-format-8; then
6 clang-format-8 --verbose -style=file -i **/*.c **/*.h **/*.cpp
8 clang-format --verbose -style=file -i **/*.c **/*.h **/*.cpp
H A Drefresh_templates.sh4 clang-format -style=file -i $(dirname $0)/test/stream_expectations.c
/netbsd-current/external/bsd/openldap/bin/ldapexop/
H A DMakefile5 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-current/usr.bin/midiplay/
H A DMakefile5 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-current/external/gpl2/rcs/bin/co/
H A DMakefile5 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/fuzzer/
H A DClangFormatFuzzer.cpp1 //===-- ClangFormatFuzzer.cpp - Fuzz the Clang format tool ----------------===//
10 /// This file implements a function that runs Clang format on a single
15 #include "clang/Format/Format.h"
20 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp);
22 auto Replaces = reformat(Style, s, clang::tooling::Range(0, s.size()));
/netbsd-current/external/gpl2/gettext/bin/msgfmt/
H A DMakefile9 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DSortJavaScriptImports.h17 #include "clang/Basic/LLVM.h"
18 #include "clang/Format/Format.h"
22 namespace clang { namespace
23 namespace format { namespace in namespace:clang
32 } // end namespace format
33 } // end namespace clang
H A DUsingDeclarationsSorter.h20 namespace clang { namespace
21 namespace format { namespace in namespace:clang
33 } // end namespace format
34 } // end namespace clang
H A DFormatInternal.h21 namespace clang { namespace
22 namespace format { namespace in namespace:clang
78 } // namespace format
79 } // namespace clang
H A DNamespaceEndCommentsFixer.h20 namespace clang { namespace
21 namespace format { namespace in namespace:clang
43 } // end namespace format
44 } // end namespace clang
/netbsd-current/external/apache2/llvm/bin/
H A DMakefile5 SUBDIR= clang \
6 clang-tblgen \
13 clang-format \
14 clang-repl \
15 clang-rename \
/netbsd-current/external/apache2/llvm/bin/clang-format/
H A DMakefile3 PROG_CXX= clang-format
8 .PATH: ${CLANG_SRCDIR}/tools/clang-format
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/ci/
H A Dmacos-ci-setup13 brew install sphinx-doc python3 ninja cmake clang-format buildkite/buildkite/buildkite-agent
H A Drun-buildbot108 -DCMAKE_C_COMPILER=clang-cl \
109 -DCMAKE_CXX_COMPILER=clang-cl \
148 check-format)
151 # We need to set --extensions so that clang-format checks extensionless files.
153 git-clang-format \
154 --binary /usr/bin/clang-format --diff \
159 | tee ${BUILD_DIR}/clang
[all...]
/netbsd-current/external/bsd/pam-u2f/dist/build-aux/ci/
H A Dformat-code.sh32 FORMAT_DIFF=$(git diff -U0 ${COMMIT_RANGE} -- ${FILES_TO_CHECK} | clang-format-diff$CFV -p1)
/netbsd-current/external/bsd/pkg_install/sbin/pkg_info/
H A DMakefile11 CWARNFLAGS.clang+= -Wno-format-security
/netbsd-current/external/gpl2/groff/bin/hpftodit/
H A DMakefile14 CWARNFLAGS.clang+= -Wno-format-security
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-ast/
H A DMakefile9 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/usr.bin/pmap/
H A DMakefile11 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-wsfb/
H A DMakefile11 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DNodeIntrospection.h16 #include "clang/AST/ASTTypeTraits.h"
17 #include "clang/AST/DeclarationName.h"
21 namespace clang { namespace
57 static std::string format(const LocationCall &Call);
89 NodeLocationAccessors GetLocations(clang::Stmt const *Object);
90 NodeLocationAccessors GetLocations(clang::Decl const *Object);
91 NodeLocationAccessors GetLocations(clang::CXXCtorInitializer const *Object);
92 NodeLocationAccessors GetLocations(clang::NestedNameSpecifierLoc const &);
93 NodeLocationAccessors GetLocations(clang::TemplateArgumentLoc const &);
94 NodeLocationAccessors GetLocations(clang
[all...]
/netbsd-current/external/gpl2/groff/devices/grohtml/
H A DMakefile14 CWARNFLAGS.clang+= -Wno-format-security
/netbsd-current/usr.sbin/perfused/
H A DMakefile16 CWARNFLAGS.clang+= -Wno-format-security
/netbsd-current/tests/lib/libcurses/slave/
H A DMakefile17 COPTS.curses_commands.c += -Wno-format-nonliteral
18 CWARNFLAGS.clang+= -Wno-format

Completed in 297 milliseconds

1234567