summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-7][Frontend] Honor UserFilesAreVolatile flag getting file b...Ivan Donchevskii2018-06-081-27/+54
* [backported/clang-7][libclang] Add PrintingPolicy for pretty printing declara...Nikolai Kosjar2018-04-191-0/+32
* Merging r324246:Hans Wennborg2018-02-061-0/+14
* Merging r323904:Hans Wennborg2018-02-061-15/+79
* Merging r322390:Hans Wennborg2018-01-171-0/+2
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-271-0/+30
* Unit tests for TBAA metadata generation.Serge Pavlov2017-12-223-0/+1753
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-211-2/+2
* [ASTImporterTest] Add mandatory testing with '-fdelayed-template-parsing'Aleksei Sidorin2017-12-211-384/+386
* Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX...Peter Collingbourne2017-12-201-29/+0
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-171-0/+29
* Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...Ben Hamilton2017-12-141-5/+2
* [ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC styleBen Hamilton2017-12-141-2/+5
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+8
* [clang-format] Improve ObjC headers detection.Krasimir Georgiev2017-12-121-0/+11
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-112-4/+1
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-112-1/+4
* Stringizing raw string literals containing newlineTaewook Oh2017-12-061-1/+39
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-0517-0/+17
* Fix bug where we wouldn't break columns over the limit.Manuel Klimek2017-12-041-0/+9
* [ASTImporter] Add unit tests for UsingDecl and UsingShadowDeclAleksei Sidorin2017-12-031-0/+41
* Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek2017-12-011-6/+20
* clang-format: [JS] do not wrap after async/await.Martin Probst2017-11-301-0/+5
* Add the hasDefinition() AST matcher to match class declarations that also hav...Aaron Ballman2017-11-291-0/+21
* Restructure how we break tokens.Manuel Klimek2017-11-292-36/+115
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-0/+182
* [ASTImporter] Support importing CXXPseudoDestructorExprAleksei Sidorin2017-11-271-0/+16
* [ASTImporter] Support TypeTraitExprAleksei Sidorin2017-11-261-0/+41
* clang-format: [JS] do not collapse short classes.Martin Probst2017-11-251-4/+12
* clang-format: [JS] handle semis in generic types.Martin Probst2017-11-251-0/+1
* clang-format: [JS] handle `for` as object label.Martin Probst2017-11-251-0/+5
* clang-format: [JS] disable ASI on decorators.Martin Probst2017-11-251-1/+3
* [clang-format] Deduplicate using declarationsKrasimir Georgiev2017-11-241-4/+19
* clang-format: [JS] do not break in ArrayType[].Martin Probst2017-11-241-0/+2
* clang-format: [JS] do not wrap before yield.Martin Probst2017-11-241-0/+1
* clang-format: [JS] space between ! assert and in.Martin Probst2017-11-241-0/+1
* clang-format: [JS] handle destructuring `of`.Martin Probst2017-11-241-0/+4
* [ASTMatchers] Matchers for new[] operatorsAdam Balogh2017-11-231-0/+10
* Do not perform the analysis based warning if the warnings are ignoredOlivier Goffart2017-11-231-0/+26
* [DeclPrinter] Allow printing fully qualified name of function declarationSerge Pavlov2017-11-231-4/+47
* Add an AST matcher for hasDefaultArgument() to match on parameter declaration...Aaron Ballman2017-11-211-0/+7
* Revert r318669/318694Erich Keane2017-11-201-1/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-201-0/+1
* clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst2017-11-172-3/+30
* Fix skipping of flags in getClangStripDependencyFileAdjusterDave Lee2017-11-171-0/+31
* Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek2017-11-172-21/+154
* [VirtualFileSystem] Support creating directories then adding files insideBen Hamilton2017-11-161-0/+13
* [DeclPrinter] Honor TerseOutput for constructorsAlex Lorenz2017-11-161-16/+44
* [refactor][selection] canonicalize decl ref callee to the call exprAlex Lorenz2017-11-141-0/+26
* [refactor][selection] canonicalize member expr callee to the fullAlex Lorenz2017-11-141-0/+52