summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merging r314107:upstream/release_50Tom Stellard2017-12-051-1/+4
* Merging r309979:Tom Stellard2017-10-093-4/+11
* ReleaseNotes: remove another in-progress warningHans Wennborg2017-08-301-5/+0
* index.rst: Remove doxygen link which doesn't workHans Wennborg2017-08-281-18/+0
* ReleaseNotes: remove boilerplateHans Wennborg2017-08-241-29/+0
* ReleaseNotes: drop in-progress warningHans Wennborg2017-08-241-9/+3
* Merging r309936:Hans Wennborg2017-08-171-3/+3
* Revert r304837Hans Wennborg2017-07-311-3/+3
* Creating release_50 branch off revision 308441Hans Wennborg2017-07-190-0/+0
* Add autoload cookies for clang-include-fixer lisp functions.Manuel Klimek2017-07-181-0/+3
* [NFC] Update function call names as changed in MacroInfo that should refer to...Faisal Vali2017-07-173-4/+4
* [clang-tidy] Add modernize-use-bool-literals.IgnoreMacros optionAlexander Kornienko2017-07-174-4/+168
* ClangApplyReplacementsTests: Add clangBasic in libdeps.NAKAMURA Takumi2017-07-151-0/+1
* [clang-tidy] Minor documentation fix. NFC.Gabor Horvath2017-07-141-1/+1
* [clang-tidy] Add bugprone-undefined-memory-manipulation checkGabor Horvath2017-07-148-0/+294
* [clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath2017-07-1418-212/+366
* [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko2017-07-1410-6/+84
* clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header....NAKAMURA Takumi2017-07-131-3/+5
* [clang-tidy] Add a new Android check "android-cloexec-socket"Yan Wang2017-07-1211-29/+233
* [clang-tidy] Ignore blank spaces between cast's ")" and its sub expr.Haojian Wu2017-07-122-5/+31
* [clang-tidy] add regression test to performance-unnecessary-value-paramChih-Hung Hsieh2017-07-123-0/+48
* [clang-tidy] Add new modernize use unary assert checkGabor Horvath2017-07-128-0/+142
* [clang-tidy] add_new_check.py updates ReleaseNotes.rst nowAlexander Kornienko2017-07-121-0/+32
* [clangd] Fix Go to Definition not working in VSCode extensionMarc-Andre Laperle2017-07-111-1/+1
* Fix clang-tidy diagnostic.cpp test on WindowsReid Kleckner2017-07-111-1/+1
* [clang-tidy] Extend diagnostics test.Alexander Kornienko2017-07-111-5/+26
* Use new command replace-buffer-contents if availablePhilipp Stephani2017-07-111-3/+3
* [CMake] Use tools template for clangd and modularizePetr Hosek2017-07-112-2/+2
* Improve error message when run from a buffer that doesn't visit a filePhilipp Stephani2017-07-101-0/+2
* [clang-tidy] Fix modernize-use-override incorrect replacementAlexander Kornienko2017-07-072-1/+20
* [clangd] Add support for per-file extra flagsKrasimir Georgiev2017-07-067-11/+123
* [clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/uniqu...Haojian Wu2017-07-0510-60/+184
* ClangdServer.cpp: Suppress a warning. [-Wunused-lambda-capture]NAKAMURA Takumi2017-07-041-0/+1
* [clang-tidy] Resolve cppcoreguidelines-pro-type-member-init false positiveJonas Devlieghere2017-07-032-0/+16
* [clangd] Add -ffreestanding on VFS tests.Ilya Biryukov2017-07-031-7/+16
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-303-4/+0
* Move ClassReplacements.cpp test from clang-rename tests to theAlex Lorenz2017-06-302-0/+13
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-3051-3149/+0
* Revert "Modify test so that it looks for patterns in stderr as well"Benjamin Kramer2017-06-301-4/+4
* Fix some typos in the docSylvestre Ledru2017-06-292-9/+9
* [clang-tidy] Rename android-file-open-flag and fix a bugYan Wang2017-06-299-136/+208
* [clang-tidy] Add docs to toctreeYan Wang2017-06-291-0/+2
* [clang-tidy][Part3] Add a new module Android and three new checks.Yan Wang2017-06-297-0/+195
* [clang-tidy][Part2] Add a new module Android and three new checksYan Wang2017-06-297-0/+153
* [clangd] Check failure of Lexer::getRawToken in GoToDeclaration.Ilya Biryukov2017-06-291-2/+6
* [clangd] Run a test, searching for gcc install, only on Unix.Ilya Biryukov2017-06-291-0/+3
* [clangd] Added a test, checking that gcc install is searched via VFS.Ilya Biryukov2017-06-291-1/+62
* [clang-tidy] Fix modernize-use-nullptr only warns the first NULL argument.Haojian Wu2017-06-292-1/+29
* [clang-tidy] follow-up on misc-definitions-in-header check.Haojian Wu2017-06-293-3/+7
* clangDaemon requires clangLex.NAKAMURA Takumi2017-06-281-0/+1