summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2018-02-06Merging r324246:Hans Wennborg
2018-02-06Merging r323904:Hans Wennborg
2018-01-17Merging r322390:Hans Wennborg
2017-12-27[ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin
2017-12-22Unit tests for TBAA metadata generation.Serge Pavlov
2017-12-21[AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson
2017-12-21[ASTImporterTest] Add mandatory testing with '-fdelayed-template-parsing'Aleksei Sidorin
2017-12-20Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX...Peter Collingbourne
2017-12-17[ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin
2017-12-14Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...Ben Hamilton
2017-12-14[ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC styleBen Hamilton
2017-12-14[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith
2017-12-12[clang-format] Improve ObjC headers detection.Krasimir Georgiev
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-12-06Stringizing raw string literals containing newlineTaewook Oh
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-04Fix bug where we wouldn't break columns over the limit.Manuel Klimek
2017-12-03[ASTImporter] Add unit tests for UsingDecl and UsingShadowDeclAleksei Sidorin
2017-12-01Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek
2017-11-30clang-format: [JS] do not wrap after async/await.Martin Probst
2017-11-29Add the hasDefinition() AST matcher to match class declarations that also hav...Aaron Ballman
2017-11-29Restructure how we break tokens.Manuel Klimek
2017-11-27[clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev
2017-11-27[ASTImporter] Support importing CXXPseudoDestructorExprAleksei Sidorin
2017-11-26[ASTImporter] Support TypeTraitExprAleksei Sidorin
2017-11-25clang-format: [JS] do not collapse short classes.Martin Probst
2017-11-25clang-format: [JS] handle semis in generic types.Martin Probst
2017-11-25clang-format: [JS] handle `for` as object label.Martin Probst
2017-11-25clang-format: [JS] disable ASI on decorators.Martin Probst
2017-11-24[clang-format] Deduplicate using declarationsKrasimir Georgiev
2017-11-24clang-format: [JS] do not break in ArrayType[].Martin Probst
2017-11-24clang-format: [JS] do not wrap before yield.Martin Probst
2017-11-24clang-format: [JS] space between ! assert and in.Martin Probst
2017-11-24clang-format: [JS] handle destructuring `of`.Martin Probst
2017-11-23[ASTMatchers] Matchers for new[] operatorsAdam Balogh
2017-11-23Do not perform the analysis based warning if the warnings are ignoredOlivier Goffart
2017-11-23[DeclPrinter] Allow printing fully qualified name of function declarationSerge Pavlov
2017-11-21Add an AST matcher for hasDefaultArgument() to match on parameter declaration...Aaron Ballman
2017-11-20Revert r318669/318694Erich Keane
2017-11-20For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-11-17clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst
2017-11-17Fix skipping of flags in getClangStripDependencyFileAdjusterDave Lee
2017-11-17Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek
2017-11-16[VirtualFileSystem] Support creating directories then adding files insideBen Hamilton
2017-11-16[DeclPrinter] Honor TerseOutput for constructorsAlex Lorenz
2017-11-14[refactor][selection] canonicalize decl ref callee to the call exprAlex Lorenz
2017-11-14[refactor][selection] canonicalize member expr callee to the fullAlex Lorenz
2017-11-14Make isDefinition matcher support ObjCMethodDeclDave Lee
2017-11-14[ASTImporter] TypeAliasTemplate and PackExpansion importing capabilityGabor Horvath