| /llvm-project/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormat.csproj | |
| H A D | packages.config | |
| /llvm-project/third-party/benchmark/ |
| H A D | .travis.yml | 10 packages: 16 packages: 28 packages: 48 packages: 59 packages: 71 packages: 87 packages: 103 packages: 118 packages: 132 packages:
|
| /llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.h | 188 /// Retrieves the list of packages generated from Checkers.td. This doesn't 189 /// contain statically linked but non-generated packages and plugin packages! 340 /// specified for the given checker the options for the parent packages will 341 /// be searched as well. The inner packages take precedence over the outer 360 /// specified for the given checker the options for the parent packages will 361 /// be searched as well. The inner packages take precedence over the outer 380 /// specified for the given checker the options for the parent packages will in getDiagOpts() 381 /// be searched as well. The inner packages take precedence over the outer in getDiagOpts() 457 std::vector<StringRef> Packages; 429 std::vector<StringRef> Packages; getRegisteredPackages() local [all...] |
| /llvm-project/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 177 ArrayRef<const Record *> packages = in EmitClangSACheckers() 183 // Emit packages. in EmitClangSACheckers() 191 for (const Record *Package : packages) in EmitClangSACheckers() 220 for (const Record *Package : packages) { in EmitClangSACheckers() 237 // - FULLNAME: The full name of the checker, including packages, e.g.: in EmitClangSACheckers() 179 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); EmitClangSACheckers() local
|
| /llvm-project/libcxx/docs/DesignDocs/ |
| H A D | HeaderRemovalPolicy.rst | 57 vendors. When a vendor updates libc++ several of their upstream packages might 58 fail to compile, forcing them to fix these packages or file a bug with their 59 upstream packages. Usually upgrading software to a new language standard is
|
| /llvm-project/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldb_pylint_helper.py | 43 …init-hook='import os; import sys; sys.path.append(os.path.expanduser("~/path/to/lldb/packages/Pyth… 78 # Add the test-related packages themselves. 151 # If the current directory contains a packages/Python 153 packages_python_child_dir = os.path.join(check_dir, "packages", "Python")
|
| /llvm-project/third-party/benchmark/docs/ |
| H A D | python_bindings.md | 24 python3 -m venv venv --system-site-packages 27 # upgrade Python's system-wide packages
|
| /llvm-project/clang/test/Analysis/ |
| H A D | silence-checkers-and-packages-core-all.cpp | 16 // CHECK-CHECKER-ERROR: (frontend): no analyzer checkers or packages 24 // CHECK-PACKAGE-ERROR: (frontend): no analyzer checkers or packages
|
| H A D | invalid-checker-option.c | 6 // Note that non-existent packages and checkers were always reported. 14 // CHECK-NON-EXISTENT-CHECKER: (frontend): no analyzer checkers or packages
|
| /llvm-project/.github/workflows/ |
| H A D | release-lit.yml | 73 packages-dir: llvm/utils/lit/dist/ 79 packages-dir: llvm/utils/lit/dist/
|
| /llvm-project/llvm/utils/lit/tests/ |
| H A D | lit.cfg | 45 # Do not add user-site packages directory to the python search path. This avoids test failures if t… 46 # incompatible lit module installed inside the user-site packages directory, as it gets prioritized… 97 # packages disabled.
|
| /llvm-project/llvm/docs/ |
| H A D | HowToCrossCompileLLVM.rst | 23 The packages you'll need are: 125 a new architecture and allows you to install packages for those 133 a distribution repository, like Debian (http://packages.debian.org/jessie/), 143 After you download and unpack all ``.deb`` packages, copy all
|
| /llvm-project/lldb/docs/resources/ |
| H A D | caveats.rst | 26 3. To use third party Python packages from inside LLDB, you need to install 50 Similarly, to install packages and be able to use them from within lldb, you'll
|
| H A D | test.rst | 96 implementation is located under ``lldb/packages/Python/lldbsuite``. We have 100 `lldbtest.py <https://github.com/llvm/llvm-project/blob/main/lldb/packages/Python/lldbsuite/test/lldbtest.py>`_. 128 <https://github.com/llvm/llvm-project/blob/main/lldb/packages/Python/lldbsuite/test/lldbutil.py>`_ 169 `Makefile.rules <https://github.com/llvm/llvm-project/blob/main/lldb/packages/Python/lldbsuite/test/make/Makefile.rules>`_ 393 The default cleanup action performed by the packages/Python/lldbsuite/test/lldbtest.py module invokes the "make clean" os command. 546 $ python dotest.py --executable <path-to-lldb> -p TestInferiorCrashing.py ../packages/Python/lldbsuite/test 656 #. In Debug/Search Paths, enter the path to your ninja/lib/site-packages directory. 679 D:\src\llvm\tools\lldb\packages\Python\lldbsuite\test 683 --arch=i686 --executable D:/src/llvmbuild/ninja/bin/lldb.exe -s D:/src/llvmbuild/ninja/lldb-test-traces -u CXXFLAGS -u CFLAGS --enable-crash-dialog -C d:\src\llvmbuild\ninja_release\bin\clang.exe -p TestPaths.py D:\src\llvm\tools\lldb\packages\Python\lldbsuite\test --no-multiprocess
|
| /llvm-project/clang/tools/clang-format/ |
| H A D | clang-format-sublime.py | 3 # - Put this file into your sublime Packages directory, e.g. on Linux: 4 # ~/.config/sublime-text-2/Packages/User/clang-format-sublime.py
|
| /llvm-project/lldb/bindings/python/ |
| H A D | get-python-config.py | 40 print("lib/python%d.%d/site-packages" % sys.version_info[:2]) 42 print("Lib\\site-packages")
|
| /llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 114 llvm::sort(Data.Packages, checker_registry::PackageNameLT{}); in CheckerRegistry() 413 insertOptionToCollection(PackageOptEntry.first, Data.Packages, in resolveCheckerAndPackageOptions() 419 Data.Packages.emplace_back(PackageInfo(FullName)); in addPackage() 440 // Record the presence of the checker in its packages. in addChecker() 517 llvm::find(Data.Packages, PackageInfo(SuppliedCheckerOrPackage)); in validateCheckerOptions() 518 if (PackageIt != Data.Packages.end()) { in validateCheckerOptions()
|
| /llvm-project/llvm/utils/docker/debian10/ |
| H A D | Dockerfile | |
| /llvm-project/libc/docs/ |
| H A D | build_and_test.rst | 88 #. To install the necessary packages on Arch Linux: 104 #. Install necessary packages, invoke CMake, build, and run tests.
|
| /llvm-project/clang/docs/ |
| H A D | CrossCompilation.rst | 38 need only one set of main packages. 148 distributions have cross-compiler packages available), make 176 as packages to most OS's, so you'll have to either cross-compile them
|
| /llvm-project/lldb/tools/intel-features/intel-mpx/test/ |
| H A D | README.txt | 3 packages/Python/lldbsuite/test/functionalities/plugins/commands/mpxtablecmd
|
| /llvm-project/mlir/utils/mbr/ |
| H A D | setup.py | 8 packages=find_packages(),
|
| /llvm-project/clang/tools/clang-format-vs/ |
| H A D | .gitignore | |
| /llvm-project/lldb/test/ |
| H A D | requirements.txt | 1 # These Python packages are required to be able to run the LLDB test suite.
|