]> granicus.if.org Git - clang/history - unittests
[Modules] Don't infinite recurse on implicit import of circular modules in preamble
[clang] / unittests /
2016-02-11 Daniel Jasperclang-format: [JS] Support for (.. of ..) loops.
2016-02-11 Daniel Jasperclang-format: Make indentation after "<<" more consistent.
2016-02-11 Daniel Jasperclang-format: Make it more expensive to break template...
2016-02-09 Richard SmithAdd Tooling functionality to get a name for a QualType...
2016-02-08 Nico WeberMake ParentMap work with explicit specializations of...
2016-02-08 Daniel Jasperclang-format: Fix weird alignment when not aligning...
2016-02-07 Daniel Jasperclang-format: [JS] Don't count shortened object literal...
2016-02-05 Samuel Benzaquen[ASTMatchers] Allow hasName() to look through inline...
2016-02-05 Daniel Jasperclang-format: Fix corner case in template detection.
2016-02-03 Daniel Jasperclang-format: Fix formatting of ternary expressions...
2016-02-03 Daniel JasperProvide match function to look over an entire TU again.
2016-02-03 Daniel Jasperclang-format: [JS/TypeScript] Support "enum" as an...
2016-02-02 Daniel Jasperclang-format: Make AlignAfterOpenBracket also affect...
2016-02-01 Nico WeberAlways build a new TypeSourceInfo for function template...
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-02-01 Daniel Jasperclang-format: Fix incorrect pointer detection in lambda...
2016-02-01 Daniel Jasperclang-format: Add option to disable string literal...
2016-02-01 Daniel Jasperclang-format: Fix alignment of trailing multiline columns.
2016-02-01 Daniel Jasperclang-format: [JS] Treat "in" as a proper operator.
2016-01-29 Hans WennborgRevert r259210 "Extend hasType narrowing matcher for...
2016-01-29 Aaron BallmanExtend hasType narrowing matcher for TypedefDecls,...
2016-01-29 Benjamin KramerAdd an optional ToolName argument to runToolOnCodeWithA...
2016-01-28 Nico WeberInclude RecordDecls from anonymous unions in the AST.
2016-01-27 Daniel Jasperclang-format: [Java] Remove unnecessary line break...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings; other...
2016-01-22 Aaron BallmanAdd am AST matcher for isMoveAssignmentOperator.
2016-01-22 Nico WeberLet RecursiveASTVisitor visit array index VarDecls
2016-01-22 Nico WeberReplace some tabs with spaces.
2016-01-21 Nico WeberAdd an isVirtualAsWritten AST matcher.
2016-01-20 Aaron BallmanAdd AST matcher support for FunctionDecls with the...
2016-01-20 Aaron BallmanAdd AST matcher for paren expressions.
2016-01-19 Manuel KlimekFix formatting of fully qualified names in array subscr...
2016-01-18 Aaron BallmanThe destructor name should be matched to ~Foo instead...
2016-01-18 Aaron BallmanAdd an AST matcher for checking whether a function...
2016-01-18 Aaron BallmanAugments r258042; changes the AST matcher tests to...
2016-01-18 Manuel KlimekAdd forEachArgumentWithParam AST matcher.
2016-01-14 Daniel Jasperclang-format: Fix incorrectly enforced linebreak with...
2016-01-14 Daniel Jasperclang-format: [JS] Fix incorrect line break leading...
2016-01-13 Daniel Jasperclang-format: [ObjC+JS] Allow bin-packing of array...
2016-01-12 Aaron BallmanProperly track the end location of an exception specifi...
2016-01-12 Daniel Jasperclang-format: [JS] Support exporting abstract classes.
2016-01-11 Daniel Jasperclang-format: [JS] Teach clang-format about "export...
2016-01-11 Benjamin Kramer[clang-format] Fix comment aligning when there are...
2016-01-11 Daniel Jasperclang-format: Fix overloading "operator," definitions...
2016-01-11 Daniel Jasperclang-format: Slightly row back on r257257.
2016-01-11 Daniel Jasperclang-format: [JS] Improve line-flow when calling funct...
2016-01-10 Benjamin KramerSimplify test code with initializer lists.
2016-01-10 Benjamin KramerMake test work on windows by turning \ in paths back...
2016-01-09 Daniel Jasperclang-format: Fix the counting of leading whitespace...
2016-01-09 Benjamin Kramer[vfs] Normalize working directory if requested.
2016-01-09 Daniel Jasperclang-format: Improve selective comment formatting.
2016-01-09 Daniel Jasperclang-format: Fix incorrect line break in certain confi...
2016-01-09 Daniel Jasperclang-format: Support definitions/declarations of opera...
2016-01-09 Daniel Jasperclang-format: [JS] Support semicolons in TypeScript...
2016-01-08 Daniel Jasperclang-format: [JS] Prefer wrapping before the TypeScrip...
2016-01-08 Daniel Jasperclang-format: [JS] Add some Closure Compiler JSDoc...
2016-01-08 Daniel Jasperclang-format: [JS] Support more ES6 classes.
2016-01-07 Daniel Jasperclang-format: Fix corner case in one-per-line formatting.
2016-01-07 Daniel Jasperclang-format: Support weird lambda macros.
2016-01-07 Daniel Jasperclang-format: [JS] Support more ES6 imports.
2016-01-05 Daniel Jasperclang-format: Fix corner case in "if it saves columns...
2016-01-05 Daniel Jasperclang-format: Handle \n the same way as std::endl with...
2016-01-05 Daniel Jasperclang-format: Avoid creating hanging indents in call...
2016-01-05 Daniel Jasperclang-format: Improve line wrapping behavior in call...
2016-01-04 Daniel Jasperclang-format: [JS] Support more ES6 default exports.
2016-01-04 Daniel Jasperclang-format: [JS] Support ES6 exports of array literals.
2016-01-04 Daniel Jasperclang-format: [JS] Improve empty array literal detection.
2016-01-04 Daniel Jasperclang-format: Fix corner case in builder-type call...
2016-01-04 Daniel Jasperclang-format: Align long braced init lists even if...
2016-01-04 Daniel Jasperclang-format: Fix corner case for lambda assignments.
2016-01-04 Daniel Jasperclang-format: Fix corner-case in ObjC method declaratio...
2016-01-04 Daniel Jasperclang-format: [Proto] Basic support for options with...
2016-01-04 Daniel Jasperclang-format: [Proto] Improve wrapping of message field...
2015-12-30 Daniel Jasperclang-format: Slightly row back on r256343 by increasin...
2015-12-30 Daniel Jasperclang-format: [JS] Support TypeScript 1.6 user defined...
2015-12-29 Daniel Jasperclang-format: [JS/TypeScript] Support "enum" as propert...
2015-12-28 Daniel Jasperclang-format: Fix incorrect function type detection.
2015-12-25 Daniel Jasperclang-format: [TableGen] Support ;-less include lines.
2015-12-23 Daniel Jasperclang-format: Lower penalty for breaking between array...
2015-12-23 Daniel Jasperclang-format: Fix incorrect pointer detection.
2015-12-22 Samuel Benzaquen[ASTMatchers] Add booleanType() matcher.
2015-12-22 Daniel Jasperclang-format: [JS] Support arrays of object-type literals.
2015-12-22 Daniel Jasperclang-format: [JS] Conservatively introduce column...
2015-12-22 Daniel Jasperclang-format: [JS] "operator" is not a keyword in Java...
2015-12-21 Daniel Jasperclang-format: Properly set the BlockKind for more blocks.
2015-12-21 Daniel Jasperclang-format: Only consider the first #include that...
2015-12-21 Daniel Jasperclang-format: [JS] Change Google-style default for...
2015-12-21 Daniel Jasperclang-format: Only try to find the "main" include in...
2015-12-21 Daniel Jasperclang-format: Extend detection of the "main" #include...
2015-12-18 Zachary TurnerFix invalid enum comparison.
2015-12-18 Zachary TurnerSupport AlwaysBreakAfterReturnType
2015-12-17 Richard TrieuAdd a test for r255875 & r255929, comparisons on DynTyp...
2015-12-16 Daniel Jasperclang-format: Extend header sort category implementation.
2015-12-15 Gabor HorvathAdd a new matcher to match character types.
2015-12-14 Daniel Jasperclang-format: Add test for AlignAfterOpenBracket =...
2015-12-14 Daniel Jasperclang-format: Extend Linux-brace-wrapping test.
2015-12-10 Ben Langmuir[VFS] Fix status() of opened redirected file
2015-12-07 Daniel Jasperclang-format: Make wrapping after "./->" cheaper, even...
2015-12-04 Chris Bieneman[CMake] Don't build the libclang tests unless you're...
next