aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-12[clangd] Fix a lit-test.Kadir Cetinkaya
2019-02-11Revamp the "[clangd] Format tweak's replacements"Haojian Wu
2019-02-08[clang-tidy] Don't use assignment for value-initialized enumsMalcolm Parsons
2019-02-08[clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad
2019-02-07[clang-tidy] Fixed a std::bind() transformationJonas Toth
2019-02-06[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)Roman Lebedev
2019-02-04[clang-tidy] Handle unions with existing default-member-initMalcolm Parsons
2019-02-04[clang-tidy] Add the abseil-duration-unnecessary-conversion checkHyrum Wright
2019-02-02Revert rCTE352968 due to compilation failures 💥Stephane Moore
2019-02-02[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈Stephane Moore
2019-02-02[Clangd] textDocument/definition and textDocument/declaration "bounce" betwee...Sam McCall
2019-02-01[clangd] Implement textDocument/declaration from LSP 3.14Sam McCall
2019-01-31[clangd] Append "(fix available)" to diagnostic message when fixes are present.Eric Liu
2019-01-30[clangd] Drop fixes if replying with tweaks resulted in an errorIlya Biryukov
2019-01-29[clangd] Interfaces for writing code tweaksIlya Biryukov
2019-01-28[clang-tidy] Add the abseil-duration-addition checkHyrum Wright
2019-01-26Fix a lit test failure after D54438Kristof Umann
2019-01-25[clang-tidy] fix unit tests for dropped _Float16 support in X86Jonas Toth
2019-01-25Temporairly disable readability-uppercase-literal-suffix tests that depend on...Roman Lebedev
2019-01-25[clang-tidy] Add check for underscores in googletest names.Haojian Wu
2019-01-24[extra] unit tests enable crash-recovery cases on FreeBSDDavid Carlier
2019-01-21[clang-tidy] Work around http://llvm.org/PR40392Alexander Kornienko
2019-01-20[clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit me...Miklos Vajna
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18[clang-tidy] add reproducer for PR39949 into test-suiteJonas Toth
2019-01-17[clang-tidy] Add abseil-duration-conversion-cast checkHyrum Wright
2019-01-17Revert r351208 (which was a revert of r350892).Aaron Ballman
2019-01-16[clang-tidy] bugprone-string-constructor: Catch string from nullptr.Clement Courbet
2019-01-16[clang-tidy] Avoid fuchsia-overloaded-operator false positive with lambdas af...Sam McCall
2019-01-16[clang-tidy] Treat references to smart pointers correctly in use-after-move.Martin Bohme
2019-01-16[clangd] XPC transport layerJan Korous
2019-01-15Revert "Update clang-tools-extra for r350891 from Clang."Benjamin Kramer
2019-01-11[clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna
2019-01-10Update clang-tools-extra for r350891 from Clang.Aaron Ballman
2019-01-10[clangd] Introduce loading of shards within auto-indexKadir Cetinkaya
2019-01-09[clang-tidy] fix-up failing testsJonas Toth
2019-01-09[clang-tidy] Adding a new modernize use nodiscard checkerJonas Toth
2019-01-09Fix clang-tidy test after r350714. NFCIlya Biryukov
2019-01-03[clangd] Check preceding char when completion triggers on ':' or '>'Ilya Biryukov
2018-12-24[clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffixMiklos Vajna
2018-12-21[clang-tidy] Be more liberal about literal zeroes in abseil checksHyrum Wright
2018-12-20[clangd] Expose FileStatus to LSP.Haojian Wu
2018-12-19[clang-tidy] Diagnose abseil-duration-comparison on macro argumentsHyrum Wright
2018-12-18[clangd] BackgroundIndex rebuilds symbol index periodically.Eric Liu
2018-12-17Revert rCTE349288 'Fix a lit test failure after MallocChecker changes'Kristof Umann
2018-12-16Fix a lit test failure after MallocChecker changesKristof Umann
2018-12-14[clang-tidy] Improve google-objc-function-naming diagnostics 📙Stephane Moore
2018-12-13[clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright
2018-12-11[clang-tidy] NFC Consolidate test absl::Time implementationJonas Toth
2018-12-07[clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'Eric Fiselier