summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-26libm does not exist on windowsdevDan Willemsen
2017-05-30[clang-tidy] Do not dereference a null BaseTypeChih-Hung Hsieh
2017-05-30[clang-tidy] TwineLocalCheck: add param # checkingYan Wang
2017-04-25Fixups after llvm rebaseYi Kong
2017-04-25Merge commit '55d4858d93e8b2fbc2b5d0292eac9ac731b234ec' into r300080Yi Kong
2017-04-12[clangd] Rename ClangDMain.cpp -> ClangdMain.cpp, NFCKrasimir Georgiev
2017-04-11Add the definition of P in the clang tidy exampleSylvestre Ledru
2017-04-11[clangd] Implement item kind for completion resultsKrasimir Georgiev
2017-04-11Add more examples to clang tidy checkersSylvestre Ledru
2017-04-10[clangd] Relax absolute path checking assertionReid Kleckner
2017-04-10Revert "XFAIL clangd tests on Windows"Reid Kleckner
2017-04-10XFAIL clangd tests on WindowsReid Kleckner
2017-04-10[clangd] Fix nondeterminism in clangd testKrasimir Georgiev
2017-04-10[clangd] Remove ASTUnits for closed documents and cache CompilationDatabase p...Krasimir Georgiev
2017-04-07Fix compiler warnings: "ISO c99 requires rest arguments to be used" onHaojian Wu
2017-04-07[clangd] Extract FsPath from file:// uriKrasimir Georgiev
2017-04-07[clang-tidy] A couple of minor fixes in modernize-use-using testsAlexander Kornienko
2017-04-06[clang-tidy] Reuse FileID in getLocationChih-Hung Hsieh
2017-04-06[clang-tidy] Temporarily disable a test-case that does not work on windows.Gabor Horvath
2017-04-06[clang-tidy] Update docs and help messageAlexander Kornienko
2017-04-06[clang-tidy] Add FormatStyle configuration option.Alexander Kornienko
2017-04-06Attempt to fix build bots after r299638.Gabor Horvath
2017-04-06Wdocumentation fixSimon Pilgrim
2017-04-06[clang-tidy] Check for forwarding reference overload in constructors.Gabor Horvath
2017-04-05Fix -Wmissing-field-initializer warnings to unbreak the -Werror buildDavid Blaikie
2017-04-04[clangd] Link against clangSemaJonas Devlieghere
2017-04-04[clangd] Fix completion test to not depend on the standard libraryKrasimir Georgiev
2017-04-04[clangd] Remove private vector fields from completion test.Krasimir Georgiev
2017-04-04Fix windows buildbot error.Haojian Wu
2017-04-04[clangd] Add code completion supportKrasimir Georgiev
2017-04-04[clang-rename] Support renaming qualified symbolHaojian Wu
2017-04-02Fixes for modernize-use-using check:Krystyna Gajczyk
2017-03-31[clang-tidy] Correct code-block in the doc.Haojian Wu
2017-03-31[clang-tidy] Revert D31406 (Reuse FileID in getLocation)Chih-Hung Hsieh
2017-03-30[clang-tidy] Reuse FileID in getLocationChih-Hung Hsieh
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim
2017-03-30[clang-tidy] fix docs in hicpp checksJonathan Coe
2017-03-30[clang-tidy] fix for linker errors in hicpp checksJonathan Coe
2017-03-30[clang-tidy] add aliases for hicpp moduleJonathan Coe
2017-03-24[clangd] Add support for vscode extension configurationKrasimir Georgiev
2017-03-23[clang-tidy] Fix treating non-space whitespaces in checks list.Marek Kurdej
2017-03-23[clang-tidy] Don't use groups in the big regexy filterAlexander Kornienko
2017-03-23[clang-tidy] Fix diag message for catch-by-valueAlexander Kornienko
2017-03-23[clang-tidy] Catch trivially true statements like a != 1 || a != 3Alexander Kornienko
2017-03-22[clang-tidy] Tests should not rely on STL headers being available.Alexander Kornienko
2017-03-22[clang-tidy] clang-format the last patch. NFCAlexander Kornienko
2017-03-22[clang-tidy] modified identifier naming case to use CT_AnyCase for ignoring c...Alexander Kornienko
2017-03-22Reverting r298421 due to using a header that's unavailable to all systems and...Aaron Ballman
2017-03-21Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.Benjamin Kramer
2017-03-21Don't make unqualified calls to functions that could well be found viaChandler Carruth