summaryrefslogtreecommitdiff
path: root/clang-tools-extra/test
AgeCommit message (Expand)Author
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
2018-12-05Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov
2018-12-05Revert "[clang-tidy] new check: bugprone-branch-clone"Jonas Toth
2018-12-05[clang-tidy] new check: bugprone-branch-cloneJonas Toth
2018-12-05Fix a false positive in misplaced-widening-castJonas Toth
2018-12-05[clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...Stephane Moore
2018-12-04[clang-tidy] Ignore namespaced and C++ member functions in google-objc-functi...Stephane Moore
2018-12-03[clang-tidy] Recommit: Add the abseil-duration-comparison checkJonas Toth
2018-12-03Revert "[clang-tidy] Add the abseil-duration-comparison check"Jonas Toth
2018-12-03[clang-tidy] Add the abseil-duration-comparison checkJonas Toth
2018-12-01[clangd] Recommit the "AnyScope" changes in requests.json by rCTE347753 (reve...Fangrui Song
2018-11-29Adding a FIXME test to document an area for improvement with the cert-err58-c...Aaron Ballman
2018-11-28Ensure that test clang-tidy/export-relpath.cpp works with Windows path separa...Matthew Voss
2018-11-28Revert "[clang-tools-extra] r347753 - [clangd] Build and test IndexBenchmark ...Matthew Voss
2018-11-28Fix false positive with lambda assignments in cert-err58-cpp.Aaron Ballman
2018-11-28[clang-tidy] Added a test -export-fixes with relative paths.Ilya Biryukov
2018-11-28[clangd] Build and test IndexBenchmark in check-clangdHaojian Wu
2018-11-28Fix a false-positive with cert-err58-cpp.Aaron Ballman
2018-11-27[clangd] textDocument/SymbolInfo extensionJan Korous
2018-11-27[clang-tidy] Ignore bool -> single bit bitfield conversion in readability-imp...Malcolm Parsons
2018-11-27[clang-tidy] Avoid inconsistent notes in readability-container-size-emptyAlexander Kornienko
2018-11-27[clang-tidy] Minor fixes in a testAlexander Kornienko
2018-11-26[clang-tidy] Improving narrowing conversionsGuillaume Chatelet
2018-11-26[clangd] Enable auto-index behind a flag.Sam McCall
2018-11-26[clang-tidy] No warning for auto new expression in smart checkHaojian Wu
2018-11-26[clang-tidy] Don't generate incorrect fixes for class with deleted copy const...Haojian Wu
2018-11-23Remove the optional dependency from libclang to clang-tidy/include-fixerBenjamin Kramer
2018-11-22[clang-tidy] Ignore template instantiations in modernize-use-usingAlexander Kornienko