GitXplorerGitXplorer
a

llvm-project-v5-split

public
7 stars
5 forks
0 issues

Commits

List of commits on branch mt-tag/apple/master/clang-tools-extra-start/clang-tools-extra/mt-split.
Unverified
b777cd88ca4a9fc97484838afc5e55a9566e50d7

[clangd] Do not drop diagnostics from macros

iilya-biryukov committed 6 years ago
Unverified
895bd3c12ccac52f8211ba5173fa0ca985ac763a

[clang-tidy] Improving narrowing conversions

ggchatelet committed 6 years ago
Unverified
eeaf26656494a4dbe2bcb86a785a91154e2b97b1

[clangd] Enable auto-index behind a flag.

ssam-mccall committed 6 years ago
Unverified
6e7fec8b8f0bba3cd8d064c2c35ad17f88aa1ac9

[clangd] Fix compilation of IndexBenchmark

iilya-biryukov committed 6 years ago
Unverified
61f0772d239f5fe9e241a654ce904238e8ab45e6

[clangd] Fix use-after-free with expected types in indexing

iilya-biryukov committed 6 years ago
Unverified
561af5fd89b27d4c6ab0376ed371956d06bf6394

[clangd] Add type boosting in code completion

iilya-biryukov committed 6 years ago

README

The README file for this repository.

//===----------------------------------------------------------------------===// // 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/