aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Merging r309979:Tom Stellard3-4/+11
2017-08-30ReleaseNotes: remove another in-progress warningHans Wennborg1-5/+0
2017-08-28index.rst: Remove doxygen link which doesn't workHans Wennborg1-18/+0
2017-08-24ReleaseNotes: remove boilerplateHans Wennborg1-29/+0
2017-08-24ReleaseNotes: drop in-progress warningHans Wennborg1-9/+3
2017-08-17Merging r309936:Hans Wennborg1-3/+3
2017-07-31Revert r304837Hans Wennborg1-3/+3
2017-07-18Add autoload cookies for clang-include-fixer lisp functions.Manuel Klimek1-0/+3
2017-07-17[NFC] Update function call names as changed in MacroInfo that should refer to...Faisal Vali3-4/+4
2017-07-17[clang-tidy] Add modernize-use-bool-literals.IgnoreMacros optionAlexander Kornienko4-4/+168
2017-07-15ClangApplyReplacementsTests: Add clangBasic in libdeps.NAKAMURA Takumi1-0/+1
2017-07-14[clang-tidy] Minor documentation fix. NFC.Gabor Horvath1-1/+1
2017-07-14[clang-tidy] Add bugprone-undefined-memory-manipulation checkGabor Horvath8-0/+294
2017-07-14[clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath18-212/+366
2017-07-14[Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko10-6/+84
2017-07-13clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header....NAKAMURA Takumi1-3/+5
2017-07-12[clang-tidy] Add a new Android check "android-cloexec-socket"Yan Wang11-29/+233
2017-07-12[clang-tidy] Ignore blank spaces between cast's ")" and its sub expr.Haojian Wu2-5/+31
2017-07-12[clang-tidy] add regression test to performance-unnecessary-value-paramChih-Hung Hsieh3-0/+48
2017-07-12[clang-tidy] Add new modernize use unary assert checkGabor Horvath8-0/+142
2017-07-12[clang-tidy] add_new_check.py updates ReleaseNotes.rst nowAlexander Kornienko1-0/+32
2017-07-11[clangd] Fix Go to Definition not working in VSCode extensionMarc-Andre Laperle1-1/+1
2017-07-11Fix clang-tidy diagnostic.cpp test on WindowsReid Kleckner1-1/+1
2017-07-11[clang-tidy] Extend diagnostics test.Alexander Kornienko1-5/+26
2017-07-11Use new command replace-buffer-contents if availablePhilipp Stephani1-3/+3
2017-07-11[CMake] Use tools template for clangd and modularizePetr Hosek2-2/+2
2017-07-10Improve error message when run from a buffer that doesn't visit a filePhilipp Stephani1-0/+2
2017-07-07[clang-tidy] Fix modernize-use-override incorrect replacementAlexander Kornienko2-1/+20
2017-07-06[clangd] Add support for per-file extra flagsKrasimir Georgiev7-11/+123
2017-07-05[clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/uniqu...Haojian Wu10-60/+184
2017-07-04ClangdServer.cpp: Suppress a warning. [-Wunused-lambda-capture]NAKAMURA Takumi1-0/+1
2017-07-03[clang-tidy] Resolve cppcoreguidelines-pro-type-member-init false positiveJonas Devlieghere2-0/+16
2017-07-03[clangd] Add -ffreestanding on VFS tests.Ilya Biryukov1-7/+16
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith3-4/+0
2017-06-30Move ClassReplacements.cpp test from clang-rename tests to theAlex Lorenz2-0/+13
2017-06-30[refactor] Move clang-rename into the clang repositoryAlex Lorenz51-3149/+0
2017-06-30Revert "Modify test so that it looks for patterns in stderr as well"Benjamin Kramer1-4/+4
2017-06-29Fix some typos in the docSylvestre Ledru2-9/+9
2017-06-29[clang-tidy] Rename android-file-open-flag and fix a bugYan Wang9-136/+208
2017-06-29[clang-tidy] Add docs to toctreeYan Wang1-0/+2
2017-06-29[clang-tidy][Part3] Add a new module Android and three new checks.Yan Wang7-0/+195
2017-06-29[clang-tidy][Part2] Add a new module Android and three new checksYan Wang7-0/+153
2017-06-29[clangd] Check failure of Lexer::getRawToken in GoToDeclaration.Ilya Biryukov1-2/+6
2017-06-29[clangd] Run a test, searching for gcc install, only on Unix.Ilya Biryukov1-0/+3
2017-06-29[clangd] Added a test, checking that gcc install is searched via VFS.Ilya Biryukov1-1/+62
2017-06-29[clang-tidy] Fix modernize-use-nullptr only warns the first NULL argument.Haojian Wu2-1/+29
2017-06-29[clang-tidy] follow-up on misc-definitions-in-header check.Haojian Wu3-3/+7
2017-06-28clangDaemon requires clangLex.NAKAMURA Takumi1-0/+1
2017-06-28[clangd] Cleanup ClangdUnit.cpp, update docs; NFCKirill Bobyrev3-18/+18
2017-06-28[clangd] Add "Go to Declaration" functionalityMarc-Andre Laperle12-4/+428