]> granicus.if.org Git - clang/history - unittests
Fix argument expansion of reference fields of structs
[clang] / unittests /
2016-04-25 Eric LiuAdded Fixer implementation and fix() interface in clang...
2016-04-24 Martin Probstclang-format: [JS] generator and async functions.
2016-04-21 Aaron BallmanClarify memory ownership semantics; NFC.
2016-04-20 Chaoren Lin[Tooling] Fix getting fully qualified names of template...
2016-04-19 Martin Probstclang-format: [JS] support `interface` as a free standi...
2016-04-19 Samuel Benzaquen[ASTMatchers] Do not try to memoize nodes we can't...
2016-04-19 Martin ProbstSummary:
2016-04-19 Martin Probstclang-format: [JS] simplify import/export.
2016-04-18 Daniel Jasperclang-format: Improve heuristics to detect function...
2016-04-14 Aaron BallmanAdd typedefNameDecl() and typeAliasDecl() to the AST...
2016-04-14 Marianne Mailhot... clang-format: Last line in incomplete block is indented...
2016-04-14 Marianne Mailhot... clang-format: Implemented tab usage for continuation...
2016-04-14 Artem Dergachev[ASTImporter] Implement some expression-related AST...
2016-04-14 Mehdi AminiMake sure the LLVMContext outlive the CompilerInstance
2016-04-14 Mehdi AminiDo not use llvm:getGlobalContext() in unittests
2016-04-14 Alexander KornienkoReorder ASTNodeKind::AllKindInfo to match NodeKindId.
2016-04-13 Alexander KornienkoAdd AST Matchers for CXXConstructorDecl::isDelegatingCo...
2016-04-12 Matthias Gehre[ASTMatchers]: fix crash in hasReturnValue
2016-04-11 Martin Probstclang-format: [JS] Test for parameter annotations.
2016-04-11 Martin Probstclang-format: [JS] do not insert semicolons after wrapp...
2016-04-07 Saleem AbdulrasoolBasic: move CodeGenOptions from Frontend
2016-04-07 Saleem AbdulrasoolBasic: thread CodeGenOptions into TargetInfo
2016-04-06 Daniel Jasperclang-format: Fix label-in-if statement in macros where...
2016-04-06 Daniel Jasperclang-format: Support labels in brace-less ifs.
2016-04-06 Daniel Jasperclang-format: Fix incorrect function annotation detection.
2016-04-05 Daniel Jasperclang-format: Fix cast detection on "this".
2016-03-30 Gabor Horvath[ASTMatchers] Existing matcher hasAnyArgument fixed
2016-03-29 Eric LiuAdded formatAndApplyAllReplacements that works on multi...
2016-03-25 Samuel Benzaquen[ASTMatchers] Add own version of VariadicFunction.
2016-03-24 Eric LiuDsiable FormatStyle::GetStyleOfFile test case for mingw.
2016-03-24 Eric LiuAdded support for different VFSs in format::getStyle...
2016-03-24 Eric LiuRevert "Added support for different VFSs in format...
2016-03-24 Eric LiuAdded support for different VFSs in format::getStyle.
2016-03-22 Daniel Jasperclang-format: [JS] do not wrap ES6 imports/exports.
2016-03-22 Alexander Kornienko[ASTMatchers] New matcher hasReturnValue added
2016-03-21 Daniel Jasperclang-format: [JS] no space in union and intersection...
2016-03-21 Daniel Jasperclang-format: Make include sorting's main include detec...
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...
next