summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Merging r352079:Hans Wennborg2019-01-251-27/+0
* Merging r351531:Hans Wennborg2019-01-231-0/+31
* Reapply [Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Sam McCall2019-01-161-34/+18
* Revert "[Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Vlad Tsyrklevich2019-01-161-18/+34
* [Tooling] Fix broken compliation databse tests.Haojian Wu2019-01-151-34/+18
* Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer2019-01-151-50/+8
* [AST] Fix double-traversal of code in top-level lambdas in RAV(implicit = yes).Sam McCall2019-01-141-0/+11
* [AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.Sam McCall2019-01-142-14/+48
* Silence -Wsign-compare in unittestsBjorn Pettersson2019-01-111-7/+7
* Correct the source range returned from preprocessor callbacks.Aaron Ballman2019-01-101-1/+118
* [libclang] Recommit r336590 with a fix for the memory leak in the testAlex Lorenz2019-01-081-0/+42
* Fix use-after-free bug in Tooling.Alexander Kornienko2019-01-081-1/+4
* [analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStoreRafael Stahl2019-01-071-16/+39
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-071-0/+12
* clang-format: [JS] support goog.requireType.Martin Probst2019-01-071-0/+2
* [Distro] Support detecting GentooMichal Gorny2018-12-231-0/+36
* Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz2018-12-211-19/+10
* Fix build failures from r349812 due to a missing argument.Aaron Ballman2018-12-201-1/+2
* [unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC.Martin Storsjo2018-12-181-1/+1
* [CodeComplete] Fix test failure on different host and target configsIlya Biryukov2018-12-171-6/+21
* Build ASTImporterTest.cpp with /bigobj on MSVC builds to keep llvm-clang-x86_...Simon Pilgrim2018-12-171-0/+4
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-171-28/+551
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-172-88/+711
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* Attempt to fix code completion test to handle LLP64 platformsReid Kleckner2018-12-131-1/+3
* [CodeComplete] Adhere to LLVM naming style in CodeCompletionTest. NFCIlya Biryukov2018-12-131-30/+31
* Fix CodeCompleteTest.cpp for older gcc plus ccache buildsDavid Green2018-12-131-45/+45
* [CodeComplete] Fill preferred type on binary expressionsIlya Biryukov2018-12-131-30/+210
* [clang] Add AST matcher for block expressions 🔍Stephane Moore2018-12-131-0/+4
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-0/+34
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-1212-0/+12
* [tests] Fix the FileManagerTest getVirtualFile test on WindowsStella Stamenova2018-12-071-8/+20
* [unittests] Add C++17 and C++2a support to the tooling testsHamza Sood2018-12-071-0/+4
* [unittests] Merge the PrintedStmtCXX..Matches functions (NFC)Hamza Sood2018-12-071-54/+49
* Expect mixed path separators in FileManagerTest when resolving paths on Win32Matthew Voss2018-11-301-1/+1
* [clang] Fix rL348006 for windowsKadir Cetinkaya2018-11-301-1/+8
* [clang] Fill RealPathName for virtual files.Kadir Cetinkaya2018-11-301-7/+18
* [ASTImporter] Typedef import brings in the complete typeGabor Marton2018-11-271-0/+32
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-11-261-0/+39
* [clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev2018-11-221-0/+24
* Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet2018-11-221-16/+0
* [ASTMatchers] Add hasSideEffect() matcher.Clement Courbet2018-11-221-0/+16
* Implement YAML serialization of notes in clang::tooling::Diagnostic.Alexander Kornienko2018-11-211-6/+36
* [clang-format] JS: don't treat is: as a type matcherKrasimir Georgiev2018-11-201-0/+10
* Ensure FileManagerTest expects "\\" as path separator on Windows platformsMatthew Voss2018-11-201-0/+4
* [FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall2018-11-191-0/+27
* [Support] Teach YAMLIO about polymorphic typesScott Linder2018-11-142-4/+4
* [AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall2018-11-143-0/+80
* [clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev2018-11-131-0/+15
* [clang-format] Support breaking consecutive string literals for TableGenJordan Rupprecht2018-11-122-0/+57