/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-rename/ |
H A D | CMakeLists.txt | 6 add_clang_tool(clang-rename 10 clang_target_link_libraries(clang-rename 21 install(PROGRAMS clang-rename.py 22 DESTINATION share/clang 23 COMPONENT clang-rename) 24 install(PROGRAMS clang-rename.el 25 DESTINATION share/clang 26 COMPONENT clang-rename)
|
/netbsd-src/external/apache2/llvm/bin/clang-rename/ |
H A D | Makefile | 3 PROG_CXX= clang-rename 8 .PATH: ${CLANG_SRCDIR}/tools/clang-rename
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/clang-rename/ |
H A D | BUILD.gn | 1 executable("clang-rename") { 4 "//clang/lib/Basic", 5 "//clang/lib/Frontend", 6 "//clang/lib/Rewrite", 7 "//clang/lib/Tooling", 8 "//clang/lib/Tooling/Core", 9 "//clang/lib/Tooling/Refactoring",
|
/netbsd-src/external/apache2/llvm/bin/ |
H A D | Makefile | 5 SUBDIR= clang \ 6 clang-tblgen \ 13 clang-format \ 14 clang-repl \ 15 clang-rename \
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/ |
H A D | CMakeLists.txt | 6 add_clang_subdirectory(clang-diff) 7 add_clang_subdirectory(clang-format) 8 add_clang_subdirectory(clang-format-vs) 9 add_clang_subdirectory(clang-fuzzer) 10 add_clang_subdirectory(clang-import-test) 11 add_clang_subdirectory(clang-offload-bundler) 12 add_clang_subdirectory(clang-offload-wrapper) 13 add_clang_subdirectory(clang-scan-deps) 14 add_clang_subdirectory(clang-repl) 18 add_clang_subdirectory(clang-rename) [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/test/ |
H A D | BUILD.gn | 1 import("//clang-tools-extra/clang-tidy/enable.gni") 2 import("//clang/lib/StaticAnalyzer/Frontend/enable.gni") 14 rebase_path(get_label_info("//clang-tools-extra", "target_out_dir")), 15 "CLANG_TOOLS_SOURCE_DIR=" + rebase_path("//clang-tools-extra"), 31 input = "//clang-tools-extra/test/lit.site.cfg.py.in" 50 input = "//clang-tools-extra/test/Unit/lit.site.cfg.py.in" 55 # This target should contain all dependencies of check-clang-tools. 57 # prerequisites for check-clang but doesn't run check-clang itself. 62 "//clang-tools-extra/clang-apply-replacements/tool:clang-apply-replacements", 63 "//clang-tools-extra/clang-change-namespace/tool:clang-change-namespace", [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
H A D | clang-format-bbedit.applescript | 1 -- In this file, change "/path/to/" to the path where you installed clang-format 3 -- select the script from the Script menu and clang-format will format the 4 -- selection. Note that you can rename the menu item by renaming the script, and 18 set newContents to do shell script "/path/to/clang-format -offset=" & selectionOffset & " -length="…
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/test/ |
H A D | BUILD.gn | 1 import("//clang/lib/ARCMigrate/enable.gni") 2 import("//clang/lib/StaticAnalyzer/Frontend/enable.gni") 20 rebase_path(get_label_info("//clang", "target_out_dir"), dir), 21 "CLANG_SOURCE_DIR=" + rebase_path("//clang", dir), 42 input = "//clang/test/lit.site.cfg.py.in" 50 "CLANG_VENDOR_UTI=org.llvm.clang", 127 input = "//clang/test/Unit/lit.site.cfg.py.in" 132 # This target should contain all dependencies of check-clang. 134 # prerequisites for check-clang but doesn't run check-clang itself. 139 "//clang/lib/Headers", [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | RefactoringEngine.rst | 27 a number of different source transformations. The ``clang-refactor`` 33 ``clang-refactor`` command. In addition to rules, the refactoring action 34 provides the action's command name and description to ``clang-refactor``. 36 outline of a ``local-rename`` action: 42 StringRef getCommand() const override { return "local-rename"; } 70 ``clang-refactor`` subcommand. The first rule will describe a local operation 73 when the user provides the name of the enum to clang-refactor (or the user could 74 select the enum declaration instead). The clang-refactor tool will then analyze 103 #. If you would like to implement a rename-like operation with potential 230 the ``-new-name`` command-line option in clang-refactor:
|
H A D | ClangFormat.rst | 13 :program:`clang-format` is located in `clang/tools/clang-format` and can be used 18 $ clang-format -help 27 USAGE: clang-format [options] [<file> ...] 42 When reading from stdin, clang-format assumes this 45 clang-format from an editor integration 50 fallback in case clang-format is invoked with 51 -style=file, but can not find the .clang-format 54 --ferror-limit=<uint> - Set the maximum number of clang-format errors to 62 -length, clang-format will format up to the end 82 .clang-format file located in one of the parent [all …]
|
H A D | ClangFormattedStatus.rst | 32 * - clang/bindings/python/tests/cindex/INPUTS 37 * - clang/docs/analyzer/checkers 42 * - clang/examples/AnnotateFunctions 47 * - clang/examples/Attribute 52 * - clang/examples/CallSuperAttribute 57 * - clang/examples/clang-interpreter 62 * - clang/examples/PrintFunctionNames 67 * - clang/include/clang/Analysis 72 * - clang/include/clang/Analysis/Analyses 77 * - clang/include/clang/Analysis/DomainSpecific [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/ |
H A D | appveyor-reqs-install.cmd | 18 if DEFINED CLANG_VERSION clang-cl -v 20 if DEFINED MINGW_PATH rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe"
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | template_cpp.cc | 1128 template_cpp_generator::template_cpp_generator(clang::SourceManager &SM, in template_cpp_generator() 1129 std::set<clang::RecordDecl *> &exported_types, in template_cpp_generator() 1130 std::set<clang::FunctionDecl *> exported_functions, in template_cpp_generator() 1131 std::set<clang::FunctionDecl *> functions) : in template_cpp_generator() 2345 auto rename = param_renamer(specific.params(), "T"); in unify() local 2346 auto renamed = specific.apply(rename); in unify() 2472 auto rename = shared_param_renamer(sig, instance.kind); in print_matching_method() local 2473 auto renamed_arg = match_arg.apply(rename); in print_matching_method() 2477 auto specialized_sig = sig.apply(rename).apply(specializer); in print_matching_method() 2822 auto rename = param_renamer(params, "Arg"); in print_arg_subclass_constructor() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 35 using namespace clang; 430 Diagnostics.Report(clang::diag::err_unable_to_make_temp) in AtomicallyMovedFile() 442 if (std::error_code ec = llvm::sys::fs::rename(TempFilename, Filename)) { in ~AtomicallyMovedFile() 444 Diagnostics.Report(clang::diag::err_unable_to_rename_temp) in ~AtomicallyMovedFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/ |
H A D | CMakeLists.txt | 80 # FIXME: LLVM_CMAKE_DIR comes from LLVMConfig.cmake. We should rename 109 option(CLANG_ENABLE_BOOTSTRAP "Generate the clang bootstrap target" OFF) 221 "Colon separated list of directories clang will search for headers.") 233 "Whether clang should use a new process for the CC1 invocation") 324 set(CLANG_VENDOR_UTI "org.llvm.clang" CACHE STRING 368 ${CMAKE_CURRENT_SOURCE_DIR}/include/clang/Basic/Version.inc.in 369 ${CMAKE_CURRENT_BINARY_DIR}/include/clang/Basic/Version.inc) 420 install(DIRECTORY include/clang include/clang-c 422 COMPONENT clang-headers 429 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/clang [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
H A D | VariableNames.rst | 74 but here we use the terminology from clang-tidy). 286 1. Add or change the project's .clang-tidy to reflect the agreed rules. 290 2. Apply ``clang-tidy`` to the project's files, with only the 291 ``readability-identifier-naming`` rules enabled. ``clang-tidy`` will also 292 reformat the affected lines according to the rules in ``.clang-format``. 294 clang-tidy, and bugs should be fixed in the process, likely including: 311 Some items may not make sense to rename individually - it is expected that 316 * clang-tools-extra 317 * clang
|
H A D | GitHubMove.rst | 129 We can thus use this revision number to ensure that e.g. `clang -v` reports a 253 # Configure LLVM and clang 254 cmake path/to/monorepo -DLLVM_ENABLE_PROJECTS=clang 341 At this point you have every sub-project (llvm, clang, lld, lldb, ...), which 377 Let's look how to assemble llvm+clang+libcxx at a given revision. 386 svn co https://llvm.org/svn/llvm-project/clang/trunk clang -r $REVISION 399 git clone https://llvm.org/git/clang.git 400 cd clang/ 401 git svn init https://llvm.org/svn/llvm-project/clang/trunk --username=<username> 427 As before, at this point clang, llvm, and libcxx are stored in directories [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticLexKinds.td | 585 "no matching '#pragma clang module end' for this " 586 "'#pragma clang module begin'">; 588 "no matching '#pragma clang module begin' for this " 589 "'#pragma clang module end'">; 593 "no matching '#pragma clang module endbuild' for this '#pragma clang module build'">; 652 "already inside '#pragma clang arc_cf_code_audited'">; 654 "not currently inside '#pragma clang arc_cf_code_audited'">; 657 "inside '#pragma clang arc_cf_code_audited'">; 659 "'#pragma clang arc_cf_code_audited' was not ended within this file">; 737 "rename '%0' to ensure it can be found by name">; [all …]
|
H A D | DiagnosticCommonKinds.td | 224 def ext_clang_enable_if : Extension<"'enable_if' is a clang extension">, 226 def ext_clang_diagnose_if : Extension<"'diagnose_if' is a clang extension">, 320 "unable to rename temporary '%0' to output file '%1': '%2'">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | GettingStarted.rst | 19 C-like languages use the `Clang <https://clang.llvm.org/>`_ front end. This 31 Getting Started <https://clang.llvm.org/get_started.html>`_ page might have more 65 subprojects you'd like to additionally build. Can include any of: clang, 66 clang-tools-extra, libcxx, libcxxabi, libunwind, lldb, compiler-rt, lld, 70 ``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``. 211 * **mv** --- move (rename) files 476 formatted properly. We use ``clang-format`` for this, which has git integration 477 through the ``git-clang-format`` script. On some systems, it may already be 484 % git clang-format HEAD~1 496 If you don't already have ``clang-format`` or ``git clang-format`` installed [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __config | 109 // Enable clang::trivial_abi on std::unique_ptr. 111 // Enable clang::trivial_abi on std::shared_ptr and std::weak_ptr 1068 # define _LIBCPP_NODISCARD_ATTRIBUTE [[clang::warn_unused_result]] 1218 // Functions like open(), rename(), unlink() and stat() should not be 1278 // Work around the attribute handling in clang. When both __declspec and 1322 #elif __has_cpp_attribute(clang::fallthrough) 1323 # define _LIBCPP_FALLTHROUGH() [[clang::fallthrough]]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 56 using namespace clang; 317 clang::serialized_diags::create(OutputFile, DiagOpts); in SetupSerializedDiagnostics() 724 std::error_code EC = llvm::sys::fs::rename(OF.TempFilename, NewOutFile); in clearOutputFiles() 1892 clang::Module *Sub = Module->findSubmodule(Name); in loadModule() 1933 for (clang::Module::submodule_iterator J = Module->submodule_begin(), in loadModule() 2006 clang::Module *TopModule = Module->getTopLevelModule(); in loadModule()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/ |
H A D | config.in | 355 /* Define to 1 when the gnulib module rename should be tested. */ 1099 … http://muscles.dragonflybsd.org/bulk/clang-master-potential/20141111_102002/logs/ah-tty-0.3.12.log 1105 for clang but remains for g++; see <https://trac.macports.org/ticket/41033>. 1271 /* Define if rename does not work when the destination file exists, as on 1275 /* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or 1279 /* Define if rename does not correctly handle slashes on the destination 1283 /* Define if rename does not correctly handle slashes on the source argument, 1817 clang supports both syntaxes. */ 1939 syntax. But clang does. */
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | ChangeLog | 26 * filter-clang-warnings.py: Filter out 31 * filter-clang-warnings.py: Filter out 118 * filter-clang-warnings.py: Filter out one another warning 137 * filter-clang-warnings.py: Rename .c names to .cc. 168 * filter-clang-warnings.py: Filter out one warning. 179 * filter-clang-warnings.py: Filter -Wc++20-extensions as it does 221 * filter-clang-warnings.py: Filter out -Wtautological-compare 269 * mklog.py: Use file.{source,target}_file for proper rename 614 * filter-clang-warnings.py: Filter more cases. 618 * filter-clang-warnings.py: Modernize and filter 2 more [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
H A D | README | 67 "gcc" or "clang". This command is normally 71 "c++", "g++" or "clang++". This command is 443 Sometimes, it makes sense to rename an output file, for example a 449 sense at all to just have a rename like that (why not just use
|