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
2015-03-09[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko
2015-03-09[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko
2015-03-09[clang-tidy] Refactor: Rename clang-tidy misc check files and classes to foll...Alexander Kornienko
2015-03-09[clang-tidy] Fix assertion when a dependent expression is used in an assert.Alexander Kornienko
2015-03-06Renamed function to avoid confusion about purpose.John Thompson
2015-03-06Use std::string instead of StringRef to prevent use-after-free.Daniel Jasper
2015-03-05[clang-tidy] Slighly clarified a comment.Alexander Kornienko
2015-03-05[clang-tidy] Replace unrecognized namespace ending comments.Alexander Kornienko
2015-03-05[clang-tidy] Fix diag message in clang-tidy misc-uniqueptr-reset-release if r...Alexander Kornienko
2015-03-05[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko
2015-03-04[clang-tidy] Fix namespace comments. NFC.Alexander Kornienko
2015-03-04[clang-tidy] Output more diagnostics in check_clang_tidy.shAlexander Kornienko
2015-03-02Add -fexceptions for targets which need itFilipe Cabecinhas
2015-03-02clang-tidy: Update test as underlying problem apparently was fixed.Daniel Jasper
2015-03-02[clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko
2015-03-02[clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...Alexander Kornienko
2015-03-02[clang-tidy] Organized clang-tidy unit tests. NFC.Alexander Kornienko
2015-03-02[clang-tidy] Refactor: Move readability checks to namespace clang::tidy::read...Alexander Kornienko
2015-03-02[clang-tidy] Assert related checkersAlexander Kornienko
2015-02-27Add 'let' to the help message.Samuel Benzaquen
2015-02-27[clang-tidy] Various improvements in misc-use-overrideAlexander Kornienko
2015-02-26Fixed canonical path function.John Thompson
2015-02-25Update for clang r230512David Majnemer
2015-02-25[clang-tidy] Use the new ArrayRef<FixItHint> inserter.Alexander Kornienko
2015-02-25[clang-tidy] Correct spelling error in test file name. NFC.Alexander Kornienko
2015-02-25[clang-tidy] Correct confusion between overwrite and override. NFC.Alexander Kornienko
2015-02-25[clang-tidy] Fixed a false positive case in misc-inaccurate-erase checker.Gabor Horvath
2015-02-25Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl
2015-02-25Revert "Add a missing target requirement."Adrian Prantl
2015-02-25Add a missing target requirement.Adrian Prantl
2015-02-25Adapt clang-tools-extra to clang module format changes.Adrian Prantl
2015-02-24Revert "Add clangCodeGen.a to the tools that need it after the clang module"Adrian Prantl
2015-02-24Fix typo s/bitcodewriter/bitwriterAdrian Prantl
2015-02-24Add clangCodeGen.a to the tools that need it after the clang moduleAdrian Prantl
2015-02-23Fixed script name in the clang-tidy documentation.Alexander Kornienko
2015-02-21Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl
2015-02-21Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl
2015-02-20Deleted module-map-checker, as it's been folded into modularize.John Thompson
2015-02-20Remove carriage returns.Nick Lewycky
2015-02-19Added module map coverage support, extracted from module-map-checker.John Thompson
2015-02-19Pruned some unneeded code and comments.John Thompson
2015-02-18Fixed missing checkins.John Thompson
2015-02-18Added support for extracting headers from module maps as a source for the hea...John Thompson
2015-02-18Temporary hack to avoid false errors. Real fix comming.John Thompson
2015-02-18Updated file comment on modularize usage, as it was out-of-date.John Thompson
2015-02-18[clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.Gabor Horvath
2015-02-17Add canonical path conversion function and use it so paths are consistent.John Thompson
2015-02-14Fix broken logic for include in block check.John Thompson
2015-02-13Moved header list loading to new class. This is staging for adding module map...John Thompson
2015-02-13Re-sort includes using the LLVM utils/sort_includes.py script.Chandler Carruth