aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-23[clang-tidy] doc format fixupstream-mirrorYan Wang
2017-06-23[clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang
2017-06-23[clang-tidy] Fix a false positive in modernize-use-nullptr.Haojian Wu
2017-06-16[clang-tidy] readability-function-size: fix nesting level calculationRoman Lebedev
2017-06-15[clangd] Add priority to completion item sort textKrasimir Georgiev
2017-06-15Update Append Argument to more efficiently traverse tokensErich Keane
2017-06-14Update callbacks tracker to match change in 305425Erich Keane
2017-06-14[clangd] Add a filename parameter to FileSystemProvider.Ilya Biryukov
2017-06-13[clangd] A comment for ClangdServer's constructor. NFC.Ilya Biryukov
2017-06-13[clangd] Store references instead of unique_ptrs in ClangdServer.Ilya Biryukov
2017-06-13[clangd] Allow to override contents of the file during completion.Ilya Biryukov
2017-06-13Revert "[clangd] Allow to override contents of the file during completion."Ilya Biryukov
2017-06-13[clangd] Allow to override contents of the file during completion.Ilya Biryukov
2017-06-13[clangd] Use 'std::string' for VFSTag instead of 'int'Ilya Biryukov
2017-06-09[clang-tidy] D33930: Do not pick up by default the LLVM style if passing -for...Vassil Vassilev
2017-06-09[clang-tidy] readability-function-size: add NestingThreshold param.Roman Lebedev
2017-06-09[clang-tools-extra] ReleaseNotes.rst: test commit: whitespace fixRoman Lebedev
2017-06-09Revert "[clang-tidy] When" -fno-exceptions is used", this warning is better t...Alexander Kornienko
2017-06-09[clangd] Update for ASTUnit API change.Argyrios Kyrtzidis
2017-06-08[clang-tidy] Use -fexceptions explicitly in the tests that need exceptions.Alexander Kornienko
2017-06-08Wdocumentation fix.Simon Pilgrim
2017-06-08[clangd] extend completion testKrasimir Georgiev
2017-06-08[clangd] Separate authority less uris from completion testsKrasimir Georgiev
2017-06-08[clangd] Add parameter and return type information to completion resultsKrasimir Georgiev
2017-06-08[clang-tidy] New checker to replace dynamic exception specificationsAlexander Kornienko
2017-06-07[clang-tidy] When" -fno-exceptions is used", this warning is better to be sup...Yan Wang
2017-06-07[clang-tidy] When" -fno-exceptions is used", this warning is better to be su...Yan Wang
2017-06-07[clang-tidy] Make misc-inaccurate-erase work with real C++11 containers.Alexander Kornienko
2017-06-06Adjust SetVersionPrinter call for D33899Dimitry Andric
2017-06-06[clang-tidy] misc-inaccurate-erase: support call by pointerAlexander Kornienko
2017-06-03[clang-tidy] Make misc-static-assert accept assert(!"msg")Florian Gross
2017-06-02[clang-tidy] Add `const` to operator() to fix a warning.Alexander Kornienko
2017-06-02Fix formatting in docs.Alexander Kornienko
2017-06-02[clang-tidy] check for __func__/__FUNCTION__ in lambdasAlexander Kornienko
2017-06-02clang-rename: add new -force optionMiklos Vajna
2017-05-30[clangd] Mark results of clangd requests with a tag provided by the FileSyste...Ilya Biryukov
2017-05-29[clang-tidy] Use getLocalOrGlobal for the StrictMode optionAlexander Kornienko
2017-05-27ClangdTests.cpp: Use "clang/Config/config.h" instead of "llvm/Config/config.h".NAKAMURA Takumi
2017-05-27ClangdTests.cpp: Fix a possible typo, it was "if (TmpDir2 != TmpDir2)"NAKAMURA Takumi
2017-05-26[clangd] Attempt to fix tests failing on WindowsIlya Biryukov
2017-05-26[clangd] Allow to use vfs::FileSystem for file accesses.Ilya Biryukov
2017-05-25Earlier revert introduced an extra space, remove it.Erich Keane
2017-05-25[Documentation] Mention hicpp check group in Clang-tidy main document.Eugene Zelenko
2017-05-25Revert 303872/303877 since the patch that caused these issues Erich Keane
2017-05-25Clang-tidy doesn't understand -fno-ms-compatibility, so just removing 'not' Erich Keane
2017-05-25Disable MSVC-Compat mode for two tests that use C++Operator NamesErich Keane
2017-05-25git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@303849 ...Florian Gross
2017-05-24Modify test so that it looks for patterns in stderr as wellSerge Pavlov
2017-05-23[clang-tidy] Do not dereference a null BaseTypeChih-Hung Hsieh
2017-05-23[clangd] Added a missing dependency on clangdAST to fix the buildIlya Biryukov