]> granicus.if.org Git - clang/history - unittests
[PS4] Clean up some test commentary. NFC
[clang] / unittests /
2016-05-18 Haojian Wu[ASTMatcher] Fix a ASTMatcher test failure on Windows.
2016-05-18 Eric Liu[clang-format] Make formatReplacements() also sort...
2016-05-18 Haojian Wu[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
2016-05-18 Eric LiuMake clang-format cleaner remove redundant commas in...
2016-05-17 Piotr PadlewskiDividied ASTMatcherTests into 4 files
2016-05-17 Martin Probstclang-format: [JS] fix template string width counting.
2016-05-16 Aaron BallmanAdd the hasDynamicExceptionSpec() AST matcher to match...
2016-05-14 Bruno Cardoso Lopes[VFS] Add level() method to vfs::recursive_directory_it...
2016-05-13 Etienne BergeronAdd an AST matcher for CastExpr kind
2016-05-12 Bruno Cardoso Lopes[VFS] Reapply #2: Reconstruct the VFS overlay tree...
2016-05-12 Bruno Cardoso Lopes[Unittests] Reverse the order of arguments for correct...
2016-05-12 Martin Probstclang-format: [JS] respect clang-format off when requot...
2016-05-12 Bruno Cardoso LopesRevert "[VFS] Reapply r269100: Reconstruct the VFS...
2016-05-12 Etienne BergeronAdd an AST matcher for string-literal length
2016-05-12 Bruno Cardoso Lopes[VFS] Reapply r269100: Reconstruct the VFS overlay...
2016-05-11 Bruno Cardoso Lopes[VFS][Unittests] Make dir iteration tests depend only...
2016-05-11 Etienne Bergeron[tooling] FixItHint Tooling refactoring
2016-05-11 Sean SilvaHopefully bring llvm-clang-lld-x86_64-scei-ps4-windows1...
2016-05-10 Bruno Cardoso Lopes[VFS] One more unittest change to fix win10 buildbot
2016-05-10 Bruno Cardoso Lopes[VFS] Change unittest to try appeasing win10 buildbot
2016-05-10 Bruno Cardoso Lopes[VFS] Reconstruct the VFS overlay tree for more accurat...
2016-05-09 Richard SmithWhen forming a fully-qualified type name, put any quali...
2016-05-08 Daniel Jasperclang-format: Fix space after argument comments.
2016-05-08 Daniel Jasperclang-format: Support enum type template arguments.
2016-05-04 Gabor Horvath[ASTMatchers] New matcher forFunction
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.
next