GitXplorerGitXplorer
p

clang-extra

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
38aafdfd10b2253ea03cc5e95b65af22ab8ce9a0

[clang-tidy] Fix a false positive in modernize-use-nullptr.

hhokein committed 8 years ago
Unverified
05cb0e144a998cc4a016097e50ca8090e7ac7b5a

[clang-tidy] readability-function-size: fix nesting level calculation

LLebedevRI committed 8 years ago
Unverified
04487ca3324d59d27afa0de7012829292c9cedf8

[clangd] Add priority to completion item sort text

kkrasimirgg committed 8 years ago
Unverified
e2e0e3d31bc6f66c4fff294b1aa791846e25afbb

Update Append Argument to more efficiently traverse tokens

committed 8 years ago
Unverified
eb6a951a6372defffead76c9fee5a64c1d7bde46

Update callbacks tracker to match change in 305425

committed 8 years ago
Unverified
90704ecd35ce2702c3ce358f27a43d472261cbae

[clangd] Add a filename parameter to FileSystemProvider.

iilya-biryukov committed 8 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/