summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-302-31/+146
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-271-0/+10
* Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner2018-07-262-50/+11
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-262-11/+50
* [Test commit] Fix a spelling error.Jiading Gai2018-07-241-1/+1
* [ASTMatchers] Add an isMain() matcherGeorge Karpenkov2018-07-231-0/+8
* [ASTMatchers] add matcher for decltypeType and its underlyingTypeJonas Toth2018-07-231-0/+6
* Remove superfluous ; to fix -Wpedantic warning from gccNico Weber2018-07-171-1/+1
* [Tooling] Add operator== to CompileCommandSimon Marchi2018-07-171-0/+28
* [ASTImporter] Fix poisonous structural equivalence cacheGabor Marton2018-07-171-1/+1
* [ASTImporter] Fix import of unnamed structsGabor Marton2018-07-172-7/+123
* [ASTImporter] Import described template (if any) of function.Balazs Keri2018-07-171-1/+1
* [ASTMatchers] Quickfix for tests.George Karpenkov2018-07-161-6/+6
* [ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...George Karpenkov2018-07-161-0/+29
* [ASTImporter] Changed constant int to unsigned int in test code.Balazs Keri2018-07-161-2/+2
* [ASTImporter] Import implicit methods of existing class.Balazs Keri2018-07-161-0/+111
* [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