]> granicus.if.org Git - clang/history - unittests
Revert "Sema: allow imaginary constants via GNU extension if UDL overloads not present."
[clang] / unittests /
2017-05-24 Serge PavlovDriver must return non-zero code on errors in command...
2017-05-24 Krasimir Georgiev[clang-format] Remove unused using directive, NFC
2017-05-24 Serge PavlovMethod loadFromCommandLine should be able to report...
2017-05-24 Francois Ferrandclang-format: Introduce BreakConstructorInitializers...
2017-05-22 Martin Probstclang-format: [JS] avoid line breaks before unindented...
2017-05-22 Francois Ferrandclang-format: do not reflow bullet lists
2017-05-22 Krasimir Georgiev[clang-format] Keep trailing preprocessor line comments...
2017-05-22 Francois Ferrandclang-format: Allow customizing the penalty for breakin...
2017-05-19 Krasimir Georgiev[clang-format] Handle trailing comment sections in...
2017-05-18 Martin Probstclang-format: [JS] for await, and fix a crash with...
2017-05-18 Krasimir Georgievclang-format: fix prefix for doxygen comments after...
2017-05-15 Martin Probstclang-format: [JS] for async loops.
2017-05-15 Martin ProbstJavaScript allows parameter lists to include trailing...
2017-05-15 Martin Probstclang-format: [JS] fix non-null assertion operator...
2017-05-12 Martin Probstclang-format: [JS] support non-null assertions after...
2017-05-10 Alex Lorenz[AST] RecursiveASTVisitor should not crash on lambdas...
2017-05-10 Martin Probstclang-format: refine calculating brace types.
2017-05-10 Eric LiuAdd ASTMatchRefactorer and ReplaceNodeWithTemplate...
2017-05-09 Martin Probstclang-format: [JS] Don't indent JavaScript IIFEs.
2017-05-09 Martin Probstclang-format: [JS] keep triple slash directives intact.
2017-05-08 Daniel Jasper[clang-format] Convert AlignEscapedNewlinesLeft to...
2017-05-08 Daniel Jasper[clang-format] Don’t propagate AvoidBinPacking into...
2017-05-05 Jakub KuderskiAdd cxxStdInitializerListExpr AST matcher
2017-05-04 Martin Probstclang-format: [JS] exponentiation operator
2017-05-03 Richard Smith[modules] Round-trip -Werror flag through explicit...
2017-04-27 Martin Probstclang-format: [JS] parse async function declarations.
2017-04-26 Rui UeyamaRevert r301487: Replace HashString algorithm with xxHash64
2017-04-26 Rui UeyamaReplace HashString algorithm with xxHash64
2017-04-26 Vedant KumarRevert "Revert "PPCallbacks::MacroUndefined, change...
2017-04-26 Vedant KumarRevert "PPCallbacks::MacroUndefined, change signature...
2017-04-26 Frederich MunchPPCallbacks::MacroUndefined, change signature and add...
2017-04-26 Richard SmithRefactor frontend InputKind to prepare for treating...
2017-04-26 Martin Probstclang-format: [JS/Java] ignore Objective-C constructs...
2017-04-26 Martin Probstclang-format: [JS] prevent wraps before class members.
2017-04-24 Daniel Jasperclang-format: Fix bad corner case in formatting of...
2017-04-21 Krasimir Georgiev[clang-format] Replace IncompleteFormat by a struct...
2017-04-21 Krasimir Georgiev[clang-format] Clang-tidy cleanup of NamespaceEndCommen...
2017-04-21 Krasimir Georgiev[clang-format] Clang-tidy cleanup of CleanupTest.cpp...
2017-04-18 Manoj GuptaTesting commit access.
2017-04-17 Richard SmithFix mishandling of escaped newlines followed by newline...
2017-04-11 Nico Weber[clang-format] Recognize Java logical shift assignment...
2017-04-11 Alexander Kornienko[clang-format] Handle NSString literals by merging...
2017-04-06 Artem Dergachev[analyzer] Reland r299544 "Add a modular constraint...
2017-04-05 Nico Weberclang-format: Support formatting utf-8 character litera...
2017-04-05 Artem DergachevRevert "[analyzer] Add a modular constraint system...
2017-04-05 Artem Dergachev[analyzer] Add a modular constraint system to the Clone...
2017-04-05 Martin Probstclang-format: [JS] fix whitespace around "of" operator.
2017-04-04 Matthias Gehre[clang-format] fix crash in NamespaceEndCommentsFixer...
2017-03-31 Daniel Jasperclang-format: [JavaScript] Ignore QT keywords.
2017-03-30 Haojian WuAdd `replace` interface with range in AtomicChange.
2017-03-29 Juergen RibutzkaRevert "Added `applyAtomicChanges` function."
2017-03-29 Juergen RibutzkaRevert "Try to unbreak buildbots after r298913."
2017-03-28 Eric LiuTry to unbreak buildbots after r298913.
2017-03-28 Eric LiuAdded `applyAtomicChanges` function.
2017-03-28 Eric Liu[ASTMatchers] add typeAliasTemplateDecl matcher.
2017-03-28 Erik VerbruggenFileManager: mark virtual file entries as valid entries
2017-03-23 Nikola SmiljanicFix issues in clang-format's AlignConsecutive modes.
2017-03-21 Duncan P. N. Exon... Modules: Remove an invalid check in unit tests for...
2017-03-20 Duncan P. N. Exon... Reapply "Modules: Cache PCMs in memory and avoid a...
2017-03-18 Renato GolinRevert "Modules: Cache PCMs in memory and avoid a use...
2017-03-17 Duncan P. N. Exon... Modules: Cache PCMs in memory and avoid a use-after...
2017-03-16 Martin Probst[clang-format] disable adding extra space after MSVC...
2017-03-16 Daniel Jasperclang-format: Fix bug in wrapping behavior of operators.
2017-03-15 Aaron BallmanAdd AST matchers for ObjCProtocolDecl, ObjCCategoryDecl...
2017-03-14 Juergen RibutzkaAdd more debugging code for the SystemZ bot.
2017-03-14 Daniel Jasperclang-format: Make it very slighly more expensive to...
2017-03-14 Juergen RibutzkaReapply [VFS] Ignore broken symlinks in the directory...
2017-03-13 Martin Probstclang-format: [JS] do not wrap @see tags.
2017-03-13 Martin Probstclang-format: [JS] allow breaking after non-null assert...
2017-03-13 Martin Probstclang-format: [JS] do not wrap after interface and...
2017-03-11 Juergen RibutzkaRevert "Reapply [VFS] Ignore broken symlinks in the...
2017-03-11 Juergen RibutzkaAdding debug output to investigate systemz bot issue.
2017-03-10 Juergen RibutzkaReapply [VFS] Ignore broken symlinks in the directory...
2017-03-10 Juergen RibutzkaRevert r297510 "[VFS] Ignore broken symlinks in the...
2017-03-10 Juergen Ributzka[VFS] Ignore broken symlinks in the directory iterator.
2017-03-10 Andi-Bogdan Postelnicu[clang-format] Add option to break before inheritance...
2017-03-08 Eric LiuAdd missing implementation for AtomicChange::replace...
2017-03-08 Krasimir Georgiev[clang-format] Look at NoLineBreak and NoLineBreakInOpe...
2017-03-08 Daniel Jasperclang-format: Get slightly better at understanding...
2017-03-08 Krasimir Georgiev[clang-format] Enable comment reflowing in multiline...
2017-03-07 Andi-Bogdan Postelnicu[clang-format] Followup of D30646 - unbreak the build
2017-03-07 Andi-Bogdan Postelnicu[clang-format] Fixed indent issue when adding a comment...
2017-03-07 Krasimir Georgiev[clang-format] Support namespaces ending in semicolon
2017-03-07 Martin Bohme[analyzer] Fix crash when building CFG with variable...
2017-03-06 Krasimir Georgiev[clang-format] Add tests for ambiguous namespaces to...
2017-03-06 Krasimir Georgiev[clang-format] Make NamespaceEndCommentFixer add at...
2017-03-02 Krasimir Georgiev[clang-format] Use number of unwrapped lines for short...
2017-03-01 Daniel Jasperclang-format: [JS] Properly format object literals...
2017-03-01 Daniel Jasperclang-format: [JS/TS] Properly understand cast expressions.
2017-03-01 Krasimir Georgiev[clang-format] Don't add namespace end comments for...
2017-03-01 Krasimir Georgiev[clang-format] Add a new flag FixNamespaceComments...
2017-03-01 Eric LiuIntroducing clang::tooling::AtomicChange for refactorin...
2017-03-01 Daniel JasperFix r296605 so that stuff in #ifndef SWIG blocks is...
2017-03-01 Daniel Jasperclang-format: Ignore contents of #ifdef SWIG .. #endif...
2017-02-28 Daniel Jasperclang-format: [Java] Fix bug in enum formatting.
2017-02-28 Martin ProbstBlacklist arbitrary @\\w+ JSDoc tags from wrapping.
2017-02-27 Krasimir Georgiev[clang-format] Add a NamespaceEndCommentsFixer
2017-02-27 Martin Probstclang-format: [JS] whitespace after async in arrow...
2017-02-24 Nico Weberclang-format: Fix many Objective-C formatting regressio...
2017-02-20 Daniel Jasperclang-format: [JS] Improve line-wrapping behavior of...
next