forked from OSchip/llvm-project
a0a6fd435c
Unreachable file distances are represented as `std::numeric_limits<unsigned>::max()`. The previous dataset recorded the signals as `signed int` capturing this default value as `-1`. A new dataset was regenerated and a new model is trained that interprets this unreachable as the intended value. Distribution of `SymbolScopeDistance`: Value Normalised Frequency 0 46.6184 4294967295 29.5342 6 14.5666 4 6.4433 2 1.4534 8 0.5760 10 0.3581 .... Distribution of `FileProximityDistance`: Value Normalised Frequency 4294967295 39.9378 12 5.1997 14 4.9828 15 4.4221 16 4.3820 13 4.2765 17 3.8957 11 3.6387 19 3.4799 18 3.4076 .... Differential Revision: https://reviews.llvm.org/D89035 |
||
---|---|---|
.. | ||
clang-apply-replacements | ||
clang-change-namespace | ||
clang-doc | ||
clang-include-fixer | ||
clang-move | ||
clang-query | ||
clang-reorder-fields | ||
clang-tidy | ||
clangd | ||
docs | ||
modularize | ||
pp-trace | ||
test | ||
tool-template | ||
unittests | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
LICENSE.TXT | ||
README.txt |
README.txt
//===----------------------------------------------------------------------===// // Clang Tools repository //===----------------------------------------------------------------------===// Welcome to the repository of extra Clang Tools. This repository holds tools that are developed as part of the LLVM compiler infrastructure project and the Clang frontend. These tools are kept in a separate "extra" repository to allow lighter weight checkouts of the core Clang codebase. This repository is only intended to be checked out inside of a full LLVM+Clang tree, and in the 'tools/extra' subdirectory of the Clang checkout. All discussion regarding Clang, Clang-based tools, and code in this repository should be held using the standard Clang mailing lists: http://lists.llvm.org/mailman/listinfo/cfe-dev Code review for this tree should take place on the standard Clang patch and commit lists: http://lists.llvm.org/mailman/listinfo/cfe-commits If you find a bug in these tools, please file it in the LLVM bug tracker: http://llvm.org/bugs/