]> granicus.if.org Git - clang/history - unittests
Add template parameter depth and index to -ast-dump output.
[clang] / unittests /
2017-02-20 Daniel Jasperclang-format: [JS] Improve line-wrapping behavior of...
2017-02-20 Daniel Jasperclang-format: Prevent weird line-wraps in complex lambd...
2017-02-20 Daniel Jasperclang-format: [JS/TS] Improve detection for array subsc...
2017-02-17 Daniel Jasperclang-format: Don't remove existing spaces between...
2017-02-16 Krasimir Georgiev[clang-format] Align block comment decorations
2017-02-14 Krasimir Georgiev[clang-format] Remove dead code in FormatTestComments...
2017-02-10 Nico Weberclang-format: don't break code using __has_include...
2017-02-08 Krasimir Georgiev[clang-format] Move comment tests to their own file.
2017-02-08 Krasimir Georgiev[clang-format] Break before a sequence of line comments...
2017-02-07 Daniel Jasperclang-format: Fix bad variable declaration detection.
2017-02-07 Martin Probstclang-format: [JS] correcly format object literal methods.
2017-02-07 Martin Probstclang-format: [JS] exclaim preceding regex literals.
2017-02-07 Martin Probstclang-format: [JS] handle parenthesized class expressions.
2017-02-06 Daniel Jasperclang-format: Fix bug with conflicting BreakBeforeBinar...
2017-02-03 Daniel Jasperclang-format: [JS] Fix bugs in parsing and aligning...
2017-02-03 Krasimir Georgiev[clang-format] Re-align broken comment lines where...
2017-02-03 Daniel Jasperclang-format: [Proto] Also supports implicit string...
2017-02-02 Krasimir Georgiev[clang-format] Don't reflow across comment pragmas.
2017-02-02 Krasimir Georgiev[clang-format] Fix breaking of comment sections in...
2017-02-02 Krasimir Georgiev[clang-format] Don't reflow lines starting with TODO...
2017-02-02 Daniel Jasperclang-format: Do not use two-argument/operand special...
2017-02-01 Daniel Jasperclang-format: Fix incorrect line breaks after forced...
2017-02-01 Krasimir Georgiev[clang-format] Fix regression about not aligning traili...
2017-02-01 Daniel Jasperclang-format: Don't force-wrap multiline RHSs for 2...
2017-01-31 Krasimir Georgiev[clang-format] Fix regression about adding leading...
2017-01-31 Daniel Jasperclang-format: [JS] Indent expressions in ${} relative...
2017-01-31 Krasimir Georgiev[clang-format] Fix reflow in block comment lines with...
2017-01-31 Krasimir Georgiev[clang-format] Fix regression merging comments across...
2017-01-31 Daniel Jasperclang-format: [JS] Properly set scopes inside template...
2017-01-31 Daniel Jasperclang-format: [JS] Fix incorrect line break in template...
2017-01-31 Krasimir Georgiev[clang-format] Don't reflow comment lines starting...
2017-01-30 Krasimir Georgiev[clang-format] Fix regression that breaks comments...
2017-01-30 Krasimir Georgiev[clang-format] Separate line comment sections after...
2017-01-30 Daniel Jasperclang-format: [JavaScript] Undo r291974 for JavaScript.
2017-01-27 Martin Probstclang-format: [JS] do not format MPEG transport streams.
2017-01-25 Krasimir Georgiev[clang-format] Implement comment reflowing.
2017-01-20 Antonio Maioranoclang-format: fix fallback style set to "none" not...
2017-01-17 Antonio Maioranoclang-format: Make GetStyle return Expected<FormatStyle...
2017-01-16 Daniel Jasperclang-format: Always wrap before multi-line parameters...
2017-01-16 Martin Probstclang-format: [JS] revert over-eager ASI check.
2017-01-13 Daniel Jasperclang-format: Fix bug in making line break decisions.
2017-01-13 David BlaikieFix shared library build after r291938 by adding missin...
2017-01-12 Daniel Jasperclang-format: Fix regression introduced by r291801.
2017-01-12 Daniel Jasperclang-format: Treat braced lists like other complex...
2017-01-12 Malcolm ParsonsTracking exception specification source locations
2017-01-09 Daniel Jasperclang-format: Improve support for override/final as...
2017-01-09 Martin Probstclang-format: [JS] fix broken test.
2017-01-09 Martin Probstclang-format: [JS] ASI after imports
2017-01-06 David BlaikieReapply "IntrusiveRefCntPtr -> std::shared_ptr for...
2017-01-06 David BlaikieRevert "IntrusiveRefCntPtr -> std::shared_ptr for Compi...
2017-01-06 David Blaikieshared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
2017-01-05 David BlaikieIntrusiveRefCntPtr -> std::shared_ptr for CompilerInvoc...
2017-01-05 David BlaikieMove PreprocessorOptions to std::shared_ptr from Intrus...
2017-01-05 Joerg SonnenbergerTypo
2017-01-04 Chandler Carruth[gtest] The way EXPECT_TEST now works after upgrading...
2017-01-04 Martin Probstclang-format: [JS] avoid indent after ambient function...
2017-01-03 Alexander Kornienko[clang-tidy] Add check name to YAML export
2016-12-28 Richard SmithDR1315: a non-type template argument in a partial speci...
2016-12-24 Malcolm Parsons[ASTMatchers] Add hasInClassInitializer traversal match...
2016-12-22 Daniel Jasperclang-format: Less eagerly try to keep label-value...
2016-12-22 Antonio MaioranoMake FormatStyle.GetStyleOfFile test work on MSVC
2016-12-21 Daniel Jasperclang-format: Fix bug in handling of single-column...
2016-12-20 Daniel Jasperclang-format: Fix bug in understanding string-label...
2016-12-19 Daniel Jasperclang-format: Slightly tweak the behavior of <<-wrapping.
2016-12-19 Eric Liu[clang-format] revert an unintended change in r288493...
2016-12-19 Daniel Jasperclang-format: Fix regression introduced in r290084.
2016-12-19 Daniel Jasperclang-format: Allow "single column" list layout even...
2016-12-14 Richard SmithRemove custom handling of array copies in lambda by...
2016-12-13 Alexander KornienkoRemove deprecated methods ast_matchers::BoundNodes...
2016-12-13 Daniel Jasperclang-format: Keep string-literal-label + value pairs...
2016-12-13 Daniel Jasperclang-format: Improve braced-list detection.
2016-12-12 Daniel Jasperclang-format: Separate out a language kind for ObjC.
2016-12-09 Eric Liu[clang-format] calculate MaxInsertOffset in the origina...
2016-12-08 Malcolm Parsons[ASTMatcher] Add hasReplacementType matcher for SubstTe...
2016-12-07 Malcolm Parsons[RecursiveASTVisitor] Improve post-order traversal...
2016-12-07 Malcolm Parsons[RecursiveASTVisitor] Fix post-order traversal of Unary...
2016-12-05 Martin BohmeCFGBuilder: Fix crash when visiting delete expression...
2016-12-03 Richard SmithDR616, and part of P0135R1: member access (or pointer...
2016-12-02 Eric Liu[ClangFormat] Only insert #include into the #include...
2016-12-01 Joerg SonnenbergerExtend CompilationDatabase by a field for the output...
2016-12-01 Manuel KlimekAdds hasUnqualifiedDesugaredType to allow matching...
2016-11-29 Daniel Jasperclang-format: [JS] Properly format dict literals that...
2016-11-29 Daniel Jasperclang-format: Wrap complex binary expressions on the...
2016-11-29 Daniel Jasperclang-format: Fix unnnecessary line break.
2016-11-28 Reid KlecknerAvoid lambdas in default member initializers to work...
2016-11-28 Michal Gorny[Driver] Add unit tests for Distro detection
2016-11-25 Eric LiuDo not do raw name replacement when FromDecl is a class...
2016-11-25 Eric LiuConsider nested namespaces in the canonical namespace...
2016-11-23 Gabor Horvath[ASTImporter] Added ability to import AtomicType nodes
2016-11-22 Eric LiuMake llvm::Error generated from replacement interfaces...
2016-11-16 Benjamin Kramer[Frontend] Allow attaching an external sema source...
2016-11-15 Cameron Desrochers[clang-format] Fixed line merging of more than two...
2016-11-12 Daniel Jasperclang-format: Support ObjC selectors with unnamed param...
2016-11-10 Nico Weber[clang-format] Fix PR30527: Regression when clang-forma...
2016-11-10 Martin Probstclang-format: [JS] do not break after declare namespace.
2016-11-10 Serge PavlovMake output of -ast-print a valid C++ code.
2016-11-09 Daniel Jasperclang-format: [TypeScript] Fix bug in handling of non...
2016-11-09 Pavel Labath[VFS] Replace TimeValue usage with std::chrono
2016-11-08 Alexander KornienkoAdd a method to get the list of registered static analy...
2016-11-07 Eric LiuFix memory leak caused by r286096.
next