aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2014-08-27Update for LLVM api change.Rafael Espindola
2014-08-27clang-format: Fix regression in formatting of braced initializers.Daniel Jasper
2014-08-27ClangCodeGenTests: Prune redundant libdeps.NAKAMURA Takumi
2014-08-27[CMake] ClangCodeGenTests: Add Core. It's referenced by the test.NAKAMURA Takumi
2014-08-27ClangCodeGenTests: Reorder libdeps.NAKAMURA Takumi
2014-08-27ClangCodeGenTests: Quick fix to USEDLIBS. clangCodeGen requires, at least, AS...NAKAMURA Takumi
2014-08-27Fix missing component.Julien Lerouge
2014-08-26clang-format: Don't butcher __asm blocks.Daniel Jasper
2014-08-26Attempt to address cmake buildbot failureKeno Fischer
2014-08-26Don't segfault in EmitCXXGlobalInitFunc when main file is a membufKeno Fischer
2014-08-26Switching from std::vector to llvm::ArrayRef per post-commit review suggestion.Aaron Ballman
2014-08-26Some versions of MSVC do not support initializer list construction of vectors...Aaron Ballman
2014-08-26clang-format: New option SpacesInSquareBrackets.Daniel Jasper
2014-08-26clang-format: Improve handling of block comments in braced lists.Daniel Jasper
2014-08-25ASTVector: Fix return value of various insert() methods.Will Dietz
2014-08-25Add hasAttr matcher for declarations.Manuel Klimek
2014-08-25clang-format: Understand sequenced casts.Daniel Jasper
2014-08-25clang-format: Improve formatting of nested builder-type calls.Daniel Jasper
2014-08-17Create a std::unique_ptr earlier.Rafael Espindola
2014-08-17Convert a few ownership comments with std::unique_ptr.Rafael Espindola
2014-08-15Add isDeleted() matcher for FunctionDecl nodes.Samuel Benzaquen
2014-08-15clang-format: Prefer breaking after return type over template paramDaniel Jasper
2014-08-15clang-format: [proto] Understand text-format nesting without :Daniel Jasper
2014-08-14Split a large unit-test, so that it doesn't exceed stack frame size in certai...Alexander Kornienko
2014-08-14clang-format: Fix AlwaysBreakAfterDefinitionReturnType in Stroutrup styleDaniel Jasper
2014-08-14clang-format: Support chained dereferenced assignments.Daniel Jasper
2014-08-14clang-format: Support breaking arguments of function type typedefs.Daniel Jasper
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-08-13Fix crasher bug in clang-format.Manuel Klimek
2014-08-13clang-format: Format long lists in columns if without bin-packing.Daniel Jasper
2014-08-13clang-format: Understand #defines defining system includes.Daniel Jasper
2014-08-12Support named values in the autocomplete feature.Samuel Benzaquen
2014-08-12clang-format: Avoid bad line break.Daniel Jasper
2014-08-11unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie
2014-08-11Fixes bug 20587 - Add K&R break before braces styleRoman Kashitsyn
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie
2014-08-08Add missing header guards.Benjamin Kramer
2014-08-08clang-format: Prefer not to put lambdas on a single line.Daniel Jasper
2014-08-08[CMake] Upate libdeps in FrontendTests corresponding to r215145.NAKAMURA Takumi
2014-08-07Flip the order the preprocessor and frontendaction are informed of the end of...Benjamin Kramer
2014-08-06clang-format: Correct SBPO_Always-behavior after function-like keywordsDaniel Jasper
2014-08-06clang-format: Add special comments to disable formatting.Daniel Jasper
2014-08-06clang-format: Fix indentation in multi-line placement new.Daniel Jasper
2014-08-05[PR19983] SBPO_Always not covering all the cases.Chad Rosier
2014-08-05ASTMatchersTests/matchesConditionallyWithCuda: Add -fno-ms-extensions, and ge...NAKAMURA Takumi
2014-08-05clang-format: Add option to always break after a function's return type.Daniel Jasper
2014-08-05clang-format: Break before 'else' in Stroustrup style.Daniel Jasper
2014-08-05Adds AST matchers for matching CUDA declarations.Manuel Klimek
2014-08-04clang-format: Understand parameter pack initialization.Daniel Jasper
2014-08-01clang-format: Add a space in ObjC protocols.Daniel Jasper