summaryrefslogtreecommitdiffstats
path: root/clang/unittests
Commit message (Expand)AuthorAgeFilesLines
* [ASTImporter] Fix infinite recursion on function import with struct definitio...Gabor Marton2018-07-121-19/+79
* [ASTImporter] Refactor Decl creationGabor Marton2018-07-122-33/+74
* Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu2018-07-112-33/+2
* [AST] Fix for structural equivalence tests in rL336776.Balazs Keri2018-07-111-5/+6
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-112-2/+33
* [AST] Structural equivalence of methodsBalazs Keri2018-07-112-55/+519
* Revert r336590 "[libclang] evalute compound statement cursors before trying t...Evgeniy Stepanov2018-07-101-41/+0
* [libclang] evalute compound statement cursors before trying to evaluateAlex Lorenz2018-07-091-0/+41
* [ASTImporter] import FunctionDecl end locationsRafael Stahl2018-07-091-1/+1
* [clang-format/ObjC] Put ObjC method arguments into one line when they fitJacek Olesiak2018-07-091-0/+42
* [clang-format/ObjC] Improve split priorities for ObjC methodsJacek Olesiak2018-07-091-2/+19
* [ASTMatchers] A matcher for Objective-C @autoreleasepoolGeorge Karpenkov2018-07-061-0/+12
* [ASTImporter] Fix import of objects with anonymous typesGabor Marton2018-07-051-0/+29
* [ASTImporter] import macro source locationsRafael Stahl2018-07-041-0/+60
* [SemaCodeComplete] Make sure visited contexts are passed to completion result...Eric Liu2018-07-041-0/+11
* Test commit accessBalazs Keri2018-07-021-1/+1
* [clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method declBen Hamilton2018-06-291-0/+8
* [ASTImporter] Eliminated some unittest warnings.Gabor Marton2018-06-291-415/+326
* [clang-format] Do not format raw string literals inside a recognized function...Krasimir Georgiev2018-06-281-0/+26
* Fix unittest build with GCC older than 5.Benjamin Kramer2018-06-281-1/+1
* [analyzer] Add clangFrontend to target_link_librariesHeejin Ahn2018-06-271-0/+1
* [analyzer] Allow registering custom statically-linked analyzer checkersAlexander Kornienko2018-06-273-2/+85
* Re-apply: [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-271-70/+644
* Revert "[ASTImporter] Import the whole redecl chain of functions"Gabor Marton2018-06-251-644/+70
* [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-251-70/+644
* [ASTImporter] Add ms compatibility to tests which use the TestBaseGabor Marton2018-06-253-296/+283
* [clang-format] Keep @message together in text protosKrasimir Georgiev2018-06-251-0/+18
* [ASTImporter] Add new tests about templated-described swingGabor Marton2018-06-251-0/+60
* [clang-format] Fix end-of-file comments text proto formattingKrasimir Georgiev2018-06-251-0/+17
* [clang-format] Add AlwaysBreakBeforeMultilineString testsJacek Olesiak2018-06-221-0/+9
* [ASTMatchers] Add support for matching the type of a friend decl.David L. Jones2018-06-181-0/+10
* [ASTMatchers] Don't assert-fail in specifiesTypeLoc().David L. Jones2018-06-181-0/+4
* [ASTImporter] Corrected diagnostic client handling in tests.Adam Balogh2018-06-151-1/+9
* [clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for ...Ben Hamilton2018-06-141-0/+11
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+6
* [clang-format] Fix crash while reflowing backslash in commentsKrasimir Georgiev2018-06-121-0/+15
* [clang-format] Discourage breaks in submessage entries, hard ruleKrasimir Georgiev2018-06-122-2/+61
* clang-format: [JS] strict prop init annotation.Martin Probst2018-06-111-0/+9
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-8/+83
* [clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev2018-06-113-16/+294
* [clang-format] Consider tok::hashhash in python-style commentsKrasimir Georgiev2018-06-071-0/+22
* Fix build - use llvm::make_uniqueIvan Donchevskii2018-06-061-1/+1
* [Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnitIvan Donchevskii2018-06-061-27/+54
* [clang][tooling] Don't forget to link to clangToolingInclusions.Roman Lebedev2018-06-041-0/+1
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-041-1/+1
* [clang-format/ObjC] Correctly parse Objective-C methods with 'class' in nameBen Hamilton2018-05-301-1/+61
* Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak2018-05-301-35/+0
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-301-1/+1
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-301-1/+1
* [ASTImporter] Corrected lookup at import of templated record declGabor Marton2018-05-301-0/+44
OpenPOWER on IntegriCloud