Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-31[clang-tidy] Add delete null pointer check.Gabor Horvath
2016-12-30[clang-tidy] google-explicit-constructor: ignore macrosAlexander Kornienko
2016-12-30[clang-tidy] google-explicit-constructor: ignore template instantiationsAlexander Kornienko
2016-12-30[clang-tidy] Add check 'misc-string-compare'.Mads Ravn
2016-12-30Fix another nondeterminism in a tidy test.Gabor Horvath
2016-12-28[clang-tidy] google-explicit-constructor: ignore compiler-generated conversio...Alexander Kornienko
2016-12-28[clang-tidy] Make 2 checks register matchers for C++ only.Malcolm Parsons
2016-12-28[clang-tidy] Replace dead link in modernize-pass-by-value docMalcolm Parsons
2016-12-27Attempt to fix non-determinism in tests.Gabor Horvath
2016-12-27[clang-tidy] Add enum misuse check.Gabor Horvath
2016-12-24[clang-tidy] Remove local hasInClassInitializer matcher. NFCMalcolm Parsons
2016-12-24[clang-tidy] refactor ExprSequence out of use-after-move checkMarek Sokolowski
2016-12-23[clang-tidy] Flag implicit conversion operators.Alexander Kornienko
2016-12-23[change-namespace] consider namespace aliases to shorten qualified names.Eric Liu
2016-12-22[clang-tidy] cppcoreguidelines-slicing: display discarded state size in bytesClement Courbet
2016-12-22[clang-tidy] Ignore `size() == 0` in the container implementation.Alexander Kornienko
2016-12-21Comment out char16_t and char32_t testsMalcolm Parsons
2016-12-21[clang-tidy] Add modernize-use-default-member-init checkMalcolm Parsons
2016-12-20[change-namespace] do not fix calls to overloaded operator functions.Eric Liu
2016-12-17[clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons
2016-12-16[include-fixer] Desugar incomplete types.Benjamin Kramer
2016-12-16[clang-tidy] fix missing anchor for MPI ModulePiotr Padlewski
2016-12-16[clang-tidy] Do not move parameter if only DeclRefExpr occurs inside of a loopFelix Berger
2016-12-15[change-namespace] fix a case references to templated using alias are qualifi...Eric Liu
2016-12-15[change-namespace] handling templated type aliases correctly.Eric Liu
2016-12-15[clang-tidy] Enhance modernize-use-auto to templated function castsMalcolm Parsons
2016-12-14[change-namespace] don't crash when type reference is in function type parame...Eric Liu
2016-12-14Deleted unused typedefPiotr Padlewski
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann
2016-12-14[clang-tidy] Suggest including <cmath> if necessary in type-promotion-in-math...Justin Lebar
2016-12-14[ClangTidy] Add new performance-type-promotion-in-math-fn check.Justin Lebar
2016-12-13[powerpc] deactivate readability-identifier-naming.cpp test on powerpc64leBill Seurer
2016-12-13Fix size_t typdef in new cppcoreguidelines-no-malloc.cpp testReid Kleckner
2016-12-13Fix sphinx build.Alexander Kornienko
2016-12-13Remove trailing whitespace in docs and clang-tidy sources.Alexander Kornienko
2016-12-13[Clang-tidy] check for malloc, realloc and free callsAlexander Kornienko
2016-12-13Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko
2016-12-13[clang-move] Fix incorrect EndLoc for declarations in macros.Haojian Wu
2016-12-13[clang-tidy] Add check for redundant function pointer dereferencesMalcolm Parsons
2016-12-12[clang-move] Fix buildbot failuresAlexander Shaposhnikov
2016-12-12[clang-move] Use appendArgumentsAdjuster for adding extra argumentsAlexander Shaposhnikov
2016-12-07[change-namespace] always add a '::' prefix when a symbol reference needs to ...Eric Liu
2016-12-07[change-namespace] don't fix using shadow decls in classes.Eric Liu
2016-12-07[change-namespace] move template class forward-declarations and don't move fw...Eric Liu
2016-12-06[clang-move] ignore unsupported symbol kinds when checking if all symbols are...Eric Liu
2016-12-05[change-namespace] get changing namespace to global correct.Eric Liu
2016-12-03[clang-move] don't miss ',' in json output when there are duplicate elements.Eric Liu
2016-12-02[clang-tidy] Do not trigger unnecessary-value-param check on methods marked a...Felix Berger
2016-12-02[clang-move] some tweaks.Haojian Wu