aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-05-02Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...Florian Gross
2019-04-29[clangd] Fix windows buildbot, remove stray file after r359424. NFCSam McCall
2019-04-29[clangd] Delete config.clangd_xpc_support from test/ to unbreak check-llvm-toolsFangrui Song
2019-04-29[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall
2019-04-26filecheck etc are not clangd-specific deps. NFCSam McCall
2019-04-25[clangd] Use JSON streaming API for Trace rather than pasting strings. NFCSam McCall
2019-04-24[clang-tidy] Add new checker: llvm-prefer-isa-or-dyn-cast-in-conditionalsDon Hinton
2019-04-18[clangd] Support relatedInformation in diagnostics.Sam McCall
2019-04-18[clang-tidy] Address post-commit commentsHaojian Wu
2019-04-18[clangd] Emit better error messages when rename fails.Haojian Wu
2019-04-17[clang-tidy] Don't issue cppcoreguidelines-macro-usage on builtin macrosAlexander Kornienko
2019-04-17[clang-tidy] Add a check for [super self] in initializers 🔍Stephane Moore
2019-04-17[clangd] Strip the ' [some-check-name]' suffix from clang-tidy diagnostics. T...Sam McCall
2019-04-17[clangd] Use shorter, more recognizable codes for diagnostics.Sam McCall
2019-04-17[clang-tidy] Fix invalid location in readability-misleading-indentation diagn...Alexander Kornienko
2019-04-17[clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu
2019-04-17[clangd] Include textual diagnostic ID as Diagnostic.code.Sam McCall
2019-04-14[clang-tidy] Add MagnitudeBitsUpperLimit option to bugprone-too-small-loop-v...Tamas Zolnai
2019-04-11[clangd] Include compile command heuristic in logsSam McCall
2019-04-04check-clang-tools: Actually build and run XPC testNico Weber
2019-03-29[clang-tidy] Fix PR28406Alexander Kornienko
2019-03-29Add .py extension to clang-tools-extra lit cfg filesNico Weber
2019-03-27[clang-tidy] Handle missing yaml module in run-clang-tidy.pyZinovy Nis
2019-03-27[clangd] Support utf-8 offsets (rather than utf-16) as a protocol extensionSam McCall
2019-03-25Rename directory housing clang-include-fixer to be eponymousNico Weber
2019-03-25[clangd] Send empty diagnostics when a file is closedIlya Biryukov
2019-03-25[clang-tidy] Fix more false positives for bugprone-string-integer-assignmentClement Courbet
2019-03-24[pp-trace] Modernize the codeFangrui Song
2019-03-22[clang-tidy] openmp-exception-escape - a new checkRoman Lebedev
2019-03-22[clang-tidy] openmp-use-default-none - a new checkRoman Lebedev
2019-03-22[clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko
2019-03-20[clang-tidy] Disable google-runtime-int in Objective-C++ 🔓Stephane Moore
2019-03-20[clang-tidy] Fix redundant check breaking the test on many platforms.Zinovy Nis
2019-03-19[clangd] Add support for type hierarchy (super types only for now)Kadir Cetinkaya
2019-03-18[pp-trace] Delete -ignore and add a new option -callbacksFangrui Song
2019-03-15Rename directory housing clang-change-namespace to be eponymousNico Weber
2019-03-15Fixed global constant/variable naming check on C++ class for ObjC++ files.Yan Zhang
2019-03-14[clang-tidy] Add additional patterns to the abseil-duration-unnecessary-conve...Hyrum Wright
2019-03-12[clang-tidy] NOLINT support for "clang-diagnostic-*".Haojian Wu
2019-03-11[clang-tidy] Add the abseil-time-compare checkHyrum Wright
2019-03-05[clang-tidy] Fix bugprone-string-constructor crashAlexander Kornienko
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai
2019-02-28[clang-tidy] add OverrideMacro to modernize-use-override checkPaul Hoad
2019-02-28[clang-tidy] added cppcoreguidelines-explicit-virtual-functionsJonas Toth
2019-02-28[clang-tidy] bugprone-string-integer-assignment: Reduce false positives.Clement Courbet
2019-02-28[clang-tidy] misc-string-integer-assignment: fix false positiveClement Courbet
2019-02-27[clang-tidy] Add the abseil-time-subtraction checkHyrum Wright
2019-02-25[clang-tidy] misc-string-integer-assignment: ignore toupper/tolowerClement Courbet
2019-02-21[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈Stephane Moore
2019-02-20[clangd] Store index in '.clangd/index' instead of '.clangd-index'Ilya Biryukov