summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Improve google-objc-function-naming diagnostics 📙Stephane Moore2018-12-142-14/+28
* [clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright2018-12-131-0/+64
* [clang-tidy] NFC Consolidate test absl::Time implementationJonas Toth2018-12-115-158/+81
* [clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'Eric Fiselier2018-12-071-0/+473
* Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov2018-12-052-0/+19
* Revert "[clang-tidy] new check: bugprone-branch-clone"Jonas Toth2018-12-051-1017/+0
* [clang-tidy] new check: bugprone-branch-cloneJonas Toth2018-12-051-0/+1017
* Fix a false positive in misplaced-widening-castJonas Toth2018-12-051-0/+18
* [clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...Stephane Moore2018-12-053-33/+7
* [clang-tidy] Ignore namespaced and C++ member functions in google-objc-functi...Stephane Moore2018-12-041-0/+30
* [clang-tidy] Recommit: Add the abseil-duration-comparison checkJonas Toth2018-12-031-0/+195
* Revert "[clang-tidy] Add the abseil-duration-comparison check"Jonas Toth2018-12-031-195/+0
* [clang-tidy] Add the abseil-duration-comparison checkJonas Toth2018-12-031-0/+195
* [clangd] Recommit the "AnyScope" changes in requests.json by rCTE347753 (reve...Fangrui Song2018-12-011-7/+7
* Adding a FIXME test to document an area for improvement with the cert-err58-c...Aaron Ballman2018-11-291-0/+12
* Ensure that test clang-tidy/export-relpath.cpp works with Windows path separa...Matthew Voss2018-11-281-1/+1
* Revert "[clang-tools-extra] r347753 - [clangd] Build and test IndexBenchmark ...Matthew Voss2018-11-283-11/+8
* Fix false positive with lambda assignments in cert-err58-cpp.Aaron Ballman2018-11-281-2/+27
* [clang-tidy] Added a test -export-fixes with relative paths.Ilya Biryukov2018-11-281-0/+19
* [clangd] Build and test IndexBenchmark in check-clangdHaojian Wu2018-11-283-8/+11
* Fix a false-positive with cert-err58-cpp.Aaron Ballman2018-11-281-1/+14
* [clangd] textDocument/SymbolInfo extensionJan Korous2018-11-271-0/+14
* [clang-tidy] Ignore bool -> single bit bitfield conversion in readability-imp...Malcolm Parsons2018-11-271-1/+14
* [clang-tidy] Avoid inconsistent notes in readability-container-size-emptyAlexander Kornienko2018-11-271-2/+7
* [clang-tidy] Minor fixes in a testAlexander Kornienko2018-11-271-8/+8
* [clang-tidy] Improving narrowing conversionsGuillaume Chatelet2018-11-265-26/+455
* [clangd] Enable auto-index behind a flag.Sam McCall2018-11-265-0/+83
* [clang-tidy] No warning for auto new expression in smart checkHaojian Wu2018-11-261-0/+3
* [clang-tidy] Don't generate incorrect fixes for class with deleted copy const...Haojian Wu2018-11-261-0/+59
* Remove the optional dependency from libclang to clang-tidy/include-fixerBenjamin Kramer2018-11-232-26/+0
* [clang-tidy] Ignore template instantiations in modernize-use-usingAlexander Kornienko2018-11-221-0/+21
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-2/+2
* [clangd] Cleanup: use index file instead of header in workspace symbols lit t...Eric Liu2018-11-223-8/+22
* Move the llvm lit test dependencies to clang-tools-extra.Haojian Wu2018-11-221-0/+11
* [clang-tidy] Add a test for proper handling of locations in scratch space.Alexander Kornienko2018-11-211-0/+28
* [clang-tidy] Don't generate incorrect fixes for class constructed from list-i...Haojian Wu2018-11-201-0/+32
* Add the abseil-duration-factory-scale check.Aaron Ballman2018-11-181-0/+130
* [clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C...Stephane Moore2018-11-171-0/+52
* [clang-tidy] Expanded a test NFCAlexander Kornienko2018-11-161-8/+30
* [clang-tidy] Avoid C arrays checkRoman Lebedev2018-11-141-0/+88
* Revert "Add a test checking clang-tidy can find libc++ on Mac"Jonas Toth2018-11-122-19/+0
* [clang-tidy] fix ARM tests, because int and long have same widthJonas Toth2018-11-121-1/+1
* [clang-tidy] new check: bugprone-too-small-loop-variableJonas Toth2018-11-121-0/+251
* Add a test checking clang-tidy can find libc++ on MacIlya Biryukov2018-11-122-0/+19
* [clang-tidy] fix PR39583 - ignoring ParenCast for string-literals in pro-boun...Jonas Toth2018-11-091-0/+4
* [clang-tidy] fix test after r346414Sam McCall2018-11-081-1/+3
* [fix][clang-tidy] fix for r345961 that introduced a test failure on Windows b...Jonas Toth2018-11-021-1/+1
* [clangd] Remove didOpen extraFlags extension.Sam McCall2018-11-021-52/+0
* [clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall2018-11-021-1/+7
* Fix the issue that not recognizing single acronym with prefix as ObjC propert...Yan Zhang2018-11-011-0/+1
OpenPOWER on IntegriCloud