]> granicus.if.org Git - clang/history - unittests
clang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp: Satisfy -Asserts.
[clang] / unittests /
2016-03-20 Bruno Cardoso LopesReapply [2] [VFS] Add 'overlay-relative' field to YAML...
2016-03-17 Bruno Cardoso LopesRevert "Reapply [VFS] Add 'overlay-relative' field...
2016-03-17 Bruno Cardoso LopesReapply [VFS] Add 'overlay-relative' field to YAML...
2016-03-17 Daniel Jasperclang-format: [JS] Make requoting of JavaScript string...
2016-03-17 Daniel Jasperclang-format: [JS] Fix incorrect spacing around context...
2016-03-17 Daniel Jasperclang-format: Slightly weaken AlignAfterOpenBracket...
2016-03-14 Daniel Jasperclang-format: [JS] Handle certain cases of ASI.
2016-03-09 Aaron BallmanUse an explicit instantiation to work around delayed...
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-03-08 Aaron BallmanTurning on the /bigobj flag for two more files that...
2016-03-06 Felix Berger[ASTMatchers] Document that isAnyPointer() matcher...
2016-03-05 Daniel Jasperclang-format: [JS] Support destructuring assignments...
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-03-03 Daniel Jasperclang-format: Use stable_sort when sorting #includes.
2016-03-02 Daniel Jasperclang-format: [JS] Optionally re-quote string literals.
2016-03-01 Daniel Jasper[clang-format] Detect constructor initializers preceded...
2016-03-01 NAKAMURA TakumiFormatTests: Update libdeps corresponding to r262323.
2016-03-01 Manuel KlimekFix DLL build by adding required dependency.
2016-03-01 Manuel KlimekAdd functions to apply replacements and reformat them.
2016-03-01 Manuel KlimekOptionally demote fatal errors to non-fatal errors.
2016-03-01 Daniel Jasperclang-format: Correctly apply wrap before multi-line...
2016-03-01 Daniel Jasperclang-format: Increase the penalty for breaking between...
2016-03-01 Daniel Jasperclang-format: [JS] Support quoted object literal keys.
2016-02-29 Manuel KlimekRevert "Implement new interfaces for code-formatting...
2016-02-29 Manuel KlimekImplement new interfaces for code-formatting when apply...
2016-02-29 Daniel Jasperclang-format: Don't format unrelated nested blocks.
2016-02-23 Bruno Cardoso LopesRevert "[VFS] Add 'overlay-relative' field to YAML...
2016-02-23 Duncan P. N. Exon... Lex: Return "" when HeaderMap::lookupFilename fails
2016-02-22 Duncan P. N. Exon... Lex: Check for 0 buckets on header map construction
2016-02-22 Samuel Benzaquen[ASTMatchers] Add matcher hasAnyName.
2016-02-22 Bruno Cardoso Lopes[VFS] Fix call to getVFSFromYAML in unittests
2016-02-22 Daniel Jasperclang-format: [JS] treat forwardDeclare as an import...
2016-02-21 Duncan P. N. Exon... Lex: Never overflow the file in HeaderMap::lookupFilename()
2016-02-20 Duncan P. N. Exon... Lex: Add a test for HeaderMap::lookupFileName()
2016-02-20 Duncan P. N. Exon... Lex: Check whether the header map buffer has space...
2016-02-20 Duncan P. N. Exon... Lex: Check buckets on header map construction
2016-02-20 Duncan P. N. Exon... Lex: Add some unit tests for corrupt header maps
2016-02-18 Richard TrieuRemove use of builtin comma operator.
2016-02-18 David L. JonesUse Backend_EmitMCNull for null codegen unit tests.
2016-02-18 Serge PavlovFile missed from r261222
2016-02-18 Serge PavlovAvoid double deletion in Clang driver.
2016-02-18 Aaron BallmanAdd an AST matcher for real floating-point types. e...
2016-02-16 Aaron BallmanMissing semicolons are kind of important. Who knew?
2016-02-16 Aaron BallmanAdd a nullPointerConstant() AST matcher to handle varia...
2016-02-16 Reid KlecknerStop using "template" when printing qualtype names
2016-02-15 Felix BergerAdd isAnyPointer() matchers. Register missing matchers.
2016-02-12 Jonas Hahnfeldtests: Add explicit -stdlib=libstdc++ to tests that...
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...
next