summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth2018-07-231-0/+53
* Revert "[clang-tidy] fix PR36489 - respect deduced pointer types from auto as...Jonas Toth2018-07-231-28/+1
* [clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth2018-07-231-1/+28
* [clang-doc] Create a script to generate testsJulie Hockett2018-07-2023-1389/+1634
* [clang-doc] Adding PublicOnly flagJulie Hockett2018-07-203-0/+455
* [clang-tidy: modernize] Fix modernize-use-equals-default with {} brackets lis...Idriss Riouak2018-07-171-0/+8
* [clang-tidy] Force exceptions to be enabled in testBenjamin Kramer2018-07-141-1/+1
* [clang-tidy] Exception Escape CheckerAdam Balogh2018-07-131-0/+265
* [clang-tidy] readability-inconsistent-declaration-parameter-name: accept appr...Sam McCall2018-07-132-0/+13
* Use ExprMutationAnalyzer in performance-for-range-copyShuai Wang2018-07-101-0/+14
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-053-0/+53
* Add the cert-msc51-cpp and cert-msc32-c checks.Aaron Ballman2018-07-052-0/+237
* [clang-tidy] Fix http://llvm.org/PR38055Alexander Kornienko2018-07-041-0/+15
* [clang-tidy] misc-unused-parameters - retain old behavior under StrictModeAlexander Kornienko2018-06-282-1/+62
* [clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...Zinovy Nis2018-06-151-20/+75
* [clangd] UI for completion items that would trigger include insertion.Eric Liu2018-06-153-6/+6
* - Add "AV" as new default acronym. - Add support for "I" and "A" in lowerCame...Yan Zhang2018-06-111-0/+1
* Add support for arrays in performance-implicit-conversion-in-loopAlexander Kornienko2018-06-111-9/+45
* [clang-tidy] Improve string type matcher for abseil-string-find-starts-with c...Haojian Wu2018-06-081-2/+17
* [clangd] Code completion: drop explicit injected names/operators, ignore Sema...Sam McCall2018-06-072-16/+16
* [clang-doc] Implement a YAML generatorJulie Hockett2018-06-063-0/+481
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-063-8/+60
* [clang-tidy] fix broken test (no compile command) from r331763Sam McCall2018-06-052-2/+2
* [clangd] Rewrite JSON dispatcher loop using C IO (FILE*) instead of std::istr...Sam McCall2018-06-051-1/+1
* [clang-doc] Implement reducer portion of the frontend frameworkJulie Hockett2018-06-043-0/+560
* [clangd] Hover should return null when not hovering over anything.Sam McCall2018-06-041-0/+5
* [clangd] Keep only a limited number of idle ASTs in memoryIlya Biryukov2018-06-011-2/+2
* [Driver] Clean up tmp files when deleting Compilation objectsDavid Stenberg2018-05-311-0/+10
* [clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet2018-05-231-0/+103
* [clang-tidy] SimplifyBoolenExpr doesn't add parens if unary negotiation is of...Zinovy Nis2018-05-221-0/+10
* Re-enable a clang-move test on windows.Eric Liu2018-05-181-4/+0
* Disable a failing clang-move test on windows.Eric Liu2018-05-171-0/+4
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-171-0/+6
* Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman2018-05-161-0/+108
* [clang-tidy/google-readability-casting] Disable check for Objective-C++Ben Hamilton2018-05-161-0/+179
* [clangd] Remove LSP command-based #include insertion.Eric Liu2018-05-153-40/+2
* [clang-tidy] Add terminating continue checkGabor Horvath2018-05-141-0/+65
* [clang-tidy] Fixing fuchsia-restrict-includes-headers testJulie Hockett2018-05-111-3/+3
* [clang-tidy] Cleaning up test output (fuchsia-restrict-system-includes)Julie Hockett2018-05-111-8/+9
* Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-1113-0/+72
* Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-1113-70/+0
* [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett2018-05-1113-0/+70
* Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett2018-05-099-51/+0
* [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett2018-05-099-0/+51
* Do not warn on unused parameters for functions with empty bodies.Manuel Klimek2018-05-092-48/+51
* [clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev2018-05-082-0/+42
* Add support for ObjC property name to be a single acronym.Yan Zhang2018-05-042-0/+2
* [clang-doc] Attaching a name to reference dataJulie Hockett2018-05-0410-75/+125
* Simplify test clang-tidy-__clang_analyzer__macro.cpp Zinovy Nis2018-05-031-5/+0
* [clang-tidy] Define __clang_analyzer__ macro for clang-tidy for compatibility...Zinovy Nis2018-05-031-0/+10
OpenPOWER on IntegriCloud