]> granicus.if.org Git - clang/history - unittests
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
[clang] / unittests /
2015-10-27 Daniel Jasperclang-format: Add an additional value to AlignAfterOpen...
2015-10-26 Daniel Jasperclang-format: Fix false positive in cast detection.
2015-10-23 Benjamin Kramer[AST] Re-add TypeLocs and NestedNameSpecifierLocs to...
2015-10-22 Benjamin Kramer[Tooling] Add a utility function to replace one nested...
2015-10-21 Nico Weberclang-format: Teach --sort-includes to interleave ...
2015-10-21 Benjamin KramerShrink DynTypedNode by one pointer from 40 to 32 bytes...
2015-10-21 Benjamin KramerRevert "[AST] Put TypeLocs and NestedNameSpecifierLocs...
2015-10-20 Benjamin Kramer[AST] Put TypeLocs and NestedNameSpecifierLocs into...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-20 Benjamin KramerRevert accidental commit. This isn't ready yet.
2015-10-20 Benjamin KramerPut back dead code that's used out-of-tree.
2015-10-19 Nico Weberclang-format: Extend main header include sorting heuris...
2015-10-18 Daniel Jasperclang-format: [JS] Handle string literals spanning...
2015-10-17 Eric FiselierAdd an AST node matcher for TemplateTypeParmDecl objects.
2015-10-15 Nico Weberclang-format/java: Break after annotations on fields...
2015-10-13 Benjamin Kramer[Driver] Use the parent_path of the clang executable...
2015-10-12 Matthias GehreAdd decayedType and hasDecayedType AST matchers
2015-10-12 Benjamin Kramer[VFS] Let the user decide if they want path normalization.
2015-10-12 Benjamin Kramer[VFS] Unbreak test.
2015-10-12 Benjamin Kramer[VFS] Don't try to be heroic with '.' in paths.
2015-10-12 Benjamin Kramer[VFS] remove handling of '..' for now.
2015-10-12 Daniel Jasperclang-format: Fixed typecast getting put on a separate...
2015-10-12 Daniel Jasperclang-format: [JS] handle character classes in regexes.
2015-10-09 Reid KlecknerFix VFS GCC unittest on Windows
2015-10-09 Benjamin Kramer[VFS] Just normalize away .. and . in paths for in...
2015-10-09 Benjamin Kramer[VFS] Wire up multilib toolchain code to the VFS.
2015-10-09 Benjamin Kramer[VFS] Port tooling to use the in-memory file system.
2015-10-08 Benjamin Kramer[VFS] Use VFS instead of virtual files in PPCallbacks...
2015-10-07 Benjamin KramerFix a shared CMake build by linking with libclangBasic.
2015-10-07 Benjamin Kramer[VFS] Port driver tool chains to VFS.
2015-10-07 Daniel Jasperclang-format: Fixed missing space between Obj-C for...
2015-10-07 Daniel Jasper[clang-format] Stop alignment sequences on open braces...
2015-10-07 Benjamin Kramer[VFS] Also drop '.' when adding files to an in-memory FS.
2015-10-07 Daniel JasperMake clang-format actually respect custom brace wrappin...
2015-10-07 Daniel Jasperclang-format: Fix false ObjC block detection.
2015-10-07 Daniel Jasperclang-format: Understand array reference types.
2015-10-07 Daniel Jasperclang-format: Fix false positive in pointer/reference...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-06 Benjamin Kramer[VFS] Put the incoming name in the file status to make...
2015-10-06 NAKAMURA TakumiToolingTests: Tweak getAnyTarget() to match "x86_64".
2015-10-06 NAKAMURA TakumiBasicTests: Suppress InMemoryFileSystemTest.WindowsPath...
2015-10-06 Daniel Jasperclang-format: Make IncludeCategories configurable in...
2015-10-06 Manuel KlimekAdds a way for tools to deduce the target config from...
2015-10-06 Benjamin Kramer[VFS] Transition clang-format to use an in-memory FS.
2015-10-05 Rafael EspindolaFix the MSVC build.
2015-10-05 Aaron BallmanAdding an AST node matcher for NonTypeTemplateParmDecl...
2015-10-05 Aaron BallmanAdding a narrowing AST matcher for FunctionDecl::isVari...
2015-10-05 Benjamin Kramer[VFS] Add working directories to every virtual file...
2015-10-05 Benjamin Kramer[VFS] Add an in-memory file system implementation.
2015-10-05 Benjamin Kramer[VFS] Remove setName from the file interface.
2015-10-04 Craig TopperPass SourceRange by value in a test I missed in r249259.
2015-10-01 Daniel Jasper[clang-format] Add support of consecutive declarations...
2015-09-29 Daniel Jasperclang-format: Add a new brace style "custom" as well...
2015-09-29 Daniel Jasperclang-format: Extend #include sorting functionality
2015-09-28 Daniel Jasperclang-format: [JS] Support pseudo-keywords
2015-09-28 Daniel Jasperclang-format: [JS] handle let (ES6)
2015-09-23 Daniel Jasperclang-format: Add initial #include sorting capabilities.
2015-09-22 Argyrios Kyrtzidis[tooling] Provide the compile commands of the JSON...
2015-09-22 Daniel Jasperclang-format: Fix alignConsecutiveAssignments.
2015-09-21 Daniel Jasperclang-format: Fix merging short case labels with comments.
2015-09-17 Aaron BallmanRename AST node matchers to match the AST node names...
2015-09-16 Argyrios Kyrtzidis[tooling] Add unit tests for change in r247468.
2015-09-15 Nico WeberRemove accidental superfluous newline added in r247750.
2015-09-15 Nico Weberclang-format: In Java, `assert` is followed by an expre...
2015-09-11 Aaron BallmanFixed HasDeclarationMatcher to properly convert all...
2015-09-08 Manuel KlimekFix performance regression when running clang tools.
2015-09-08 Manuel KlimekFix documentation of numSelectorArgs.
2015-09-04 Aaron BallmanFixing a bug where hasType(decl()) would fail to match...
2015-08-28 Aaron BallmanAdding an AST matcher for namespaceAliasDecl.
2015-08-27 Daniel Jasperclang-format: Don't let a leading "template <..>" lead...
2015-08-26 Samuel Benzaquen[ASTMatchers] Add type matcher for SubstTemplateTypePar...
2015-08-25 Daniel Jasperclang-format: Add space before member function referenc...
2015-08-24 Daniel Jasperclang-format: Always allow break after leading annotations.
2015-08-24 Daniel Jasperclang-format: Make formatting of member function refere...
2015-08-24 Daniel Jasperclang-format: Properly handle braced lists in macros.
2015-08-21 Daniel Jasperclang-format: Be more conservative about specially...
2015-08-18 Aaron BallmanAdd AST narrowing matchers for inline and anonymous...
2015-08-14 Daniel Jasperclang-format: Don't remove space between #elif and...
2015-08-14 Manuel KlimekAdd structed way to express command line options in...
2015-08-13 David BlaikieWdeprecated: CommentVerifiers are returned by value...
2015-08-13 Daniel Jasperclang-format: Inside decltype(), there is an expression.
2015-08-13 Daniel Jasperclang-format: Fix incorrect lambda-detection.
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
2015-08-11 Daniel Jasperclang-format: Make SpaceBeforeParens work with overload...
2015-08-10 Roman KashitsynAdd WebKit brace style configuration option.
2015-08-05 Aaron BallmanAdd AST matchers for narrowing constructors that are...
2015-07-28 Manuel KlimekDo not force linebreaks when MaxEmptyLinesToKeep is 0.
2015-07-24 Aaron BallmanAdd an AST matcher, isFinal(), for testing whether...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-21 Daniel Jasperclang-format: Fix unary operator detection in for loops.
2015-07-20 Daniel Jasperclang-format: Fix crasher when a UTF8 character is...
2015-07-18 Daniel Jasperclang-format: Take nested lines into account when detec...
2015-07-17 Samuel Benzaquen[ASTMatchers] Use provided target NodeKind instead...
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-07-16 Daniel Jasperclang-format: Respect IndentWrappedFunctionNames when...
2015-07-16 Daniel Jasperclang-format: [Proto] Handle enum bodies differently.
2015-07-15 Birunthan Mohanathasclang-format: Fix return type breaking with overloaded...
2015-07-15 Aaron BallmanAdd the ability to AST match a variable declaration...
next