]> granicus.if.org Git - clang/history - unittests
Merging r308455:
[clang] / unittests /
2017-07-18 Martin Probstclang-format: [JS] Correctly format JavaScript imports...
2017-07-17 Faisal Vali[NFC] Refactor the Preprocessor function that handles...
2017-07-17 Manuel KlimekFix dereference of pointers in throw statements.
2017-07-17 Faisal ValiRevert changes from my previous refactoring - will...
2017-07-17 Faisal Vali[NFC] Refactor the Preprocessor function that handles...
2017-07-15 Matthias BraunTry to fix modules build
2017-07-14 Alexander Kornienko[Clang-Tidy] Preserve Message, FileOffset, FilePath...
2017-07-14 Olivier GoffartKeep the IdentifierInfo in the Token for alternative...
2017-07-14 Eric ChristopherUse EXPECT_TRUE rather than EXPECT_EQ(true, ...) to...
2017-07-12 Krasimir Georgiev[clang-format] Keep level of comment before an empty...
2017-07-11 Clement Courbet[ASTMatchers][NFC] integerLiteral(): Mention negative...
2017-07-11 Alex LorenzRecursiveASTVisitor should visit the nested name qualif...
2017-07-07 Martin Probstclang-format: [JS] do not wrap after "readonly".
2017-07-06 Krasimir Georgiev[clang-format] Add space between a message field key...
2017-07-04 Martin Probstclang-format: [JS] space between pseudo keywords and...
2017-07-03 Martin ProbstRevert "clang-format: [JS] space between pseudo keyword...
2017-07-03 Krasimir Georgiev[clang-format] Support text proto messages
2017-07-03 Martin Probstclang-format: [JS] space between pseudo keywords and...
2017-06-30 Richard SmithFix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_...
2017-06-30 Francois Ferrandclang-format: add options to merge empty record body
2017-06-30 Francois Ferrandclang-format: Do not binpack initialization lists
2017-06-30 Alex LorenzUse add_clang_unittest in the CMakeLists.txt for the...
2017-06-30 Alex Lorenz[refactor] Move clang-rename into the clang repository
2017-06-30 Benjamin Kramer[Driver] Actually report errors during parsing instead...
2017-06-29 Chandler Carruth[clang-format] Switch to case-insensitive header matchi...
2017-06-29 Krasimir Georgiev[clang-format] Fix parsing of msg{field}-style proto...
2017-06-29 Alex Lorenz[Tooling] FixedCompilationDatabase should be able to...
2017-06-27 Krasimir Georgiev[clang-format] Support <>-style proto message fields
2017-06-27 Krasimir Georgiev[clang-format] Add a test for associative map proto...
2017-06-27 Stephan BergmannMake CastExpr::getSubExprAsWritten look through implici...
2017-06-27 Stephan BergmannMake sure TraverseInitListExpr visits InitListExpr...
2017-06-27 Stephan BergmannSwitch TestVisitor to Lang_C via -x c
2017-06-23 Krasimir Georgiev[clang-format] Add a SortUsingDeclaration option and...
2017-06-21 Francois Ferrandclang-format: introduce InlineOnly short function style
2017-06-21 Krasimir Georgiev[clang-format] Support sorting using declarations
2017-06-19 Francois Ferrandclang-format: Fix C99 designated initializers corner...
2017-06-19 Daniel Jasperclang-format: Improve understanding of combined typedef...
2017-06-19 Daniel Jasperclang-format: Handle "if constexpr".
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-06-15 Erich KeaneLexerTest memory leak fix-
2017-06-15 Erich KeaneFix LexerTest signed/unsigned comparison.
2017-06-14 Erich Keane[Preprocessor]Correct Macro-Arg allocation of Stringifi...
2017-06-14 Francois Ferrandclang-format: Add CompactNamespaces option
2017-06-13 Francois Ferrandclang-format: add option to merge empty function body
2017-06-09 Richard SmithAdd #pragma clang module build/endbuild pragmas for...
2017-06-09 Richard SmithRemove 'Filename' parameter from BeginSourceFileAction.
2017-06-08 Peter Wu[ASTMatchers] temporary disable tests with floating...
2017-06-08 Peter Wu[ASTMatchers] Add clang-query support for equals matcher
2017-06-08 Peter Wu[ASTMatchers] Add support for floatLiterals
2017-06-08 Peter Wu[ASTMatchers] Add support for boolean literals
2017-06-07 Krasimir Georgiev[clang-format] Fix alignment of preprocessor trailing...
2017-06-07 Martin Probstclang-format: [JS] recognize exported type definitions.
2017-06-06 Martin Probstclang-format: [JS] Correctly Indent Nested JavaScript...
2017-06-04 Krasimir Georgiev[clang-format] Don't align too long broken trailing...
2017-06-02 Alex LorenzASTPrinter: Objective-C method declarations don't need...
2017-05-31 Martin Probstclang-format: [JS] improve calculateBraceType heuristic
2017-05-29 Martin Probstclang-format: [JS] do not clean up duplicated commas.
2017-05-29 Martin Probstclang-format: [JS] fix indenting bound functions.
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...
next