aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2019-01-11Silence -Wsign-compare in unittestsBjorn Pettersson
2019-01-10Correct the source range returned from preprocessor callbacks.Aaron Ballman
2019-01-08[libclang] Recommit r336590 with a fix for the memory leak in the testAlex Lorenz
2019-01-08Fix use-after-free bug in Tooling.Alexander Kornienko
2019-01-07[analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStoreRafael Stahl
2019-01-07[clang] Add AST matcher for initializer list membersHyrum Wright
2019-01-07clang-format: [JS] support goog.requireType.Martin Probst
2018-12-23[Distro] Support detecting GentooMichal Gorny
2018-12-21Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz
2018-12-20Fix build failures from r349812 due to a missing argument.Aaron Ballman
2018-12-18[unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC.Martin Storsjo
2018-12-17[CodeComplete] Fix test failure on different host and target configsIlya Biryukov
2018-12-17Build ASTImporterTest.cpp with /bigobj on MSVC builds to keep llvm-clang-x86_...Simon Pilgrim
2018-12-17[ASTImporter] Add importer specific lookupGabor Marton
2018-12-17[ASTImporter] Fix redecl chain of classes and class templatesGabor Marton
2018-12-15[analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann
2018-12-13Attempt to fix code completion test to handle LLP64 platformsReid Kleckner
2018-12-13[CodeComplete] Adhere to LLVM naming style in CodeCompletionTest. NFCIlya Biryukov
2018-12-13Fix CodeCompleteTest.cpp for older gcc plus ccache buildsDavid Green
2018-12-13[CodeComplete] Fill preferred type on binary expressionsIlya Biryukov
2018-12-13[clang] Add AST matcher for block expressions 🔍Stephane Moore
2018-12-12[AST] Store "UsesADL" information in CallExpr.Eric Fiselier
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song
2018-12-07[tests] Fix the FileManagerTest getVirtualFile test on WindowsStella Stamenova
2018-12-07[unittests] Add C++17 and C++2a support to the tooling testsHamza Sood
2018-12-07[unittests] Merge the PrintedStmtCXX..Matches functions (NFC)Hamza Sood
2018-11-30Expect mixed path separators in FileManagerTest when resolving paths on Win32Matthew Voss
2018-11-30[clang] Fix rL348006 for windowsKadir Cetinkaya
2018-11-30[clang] Fill RealPathName for virtual files.Kadir Cetinkaya
2018-11-27[ASTImporter] Typedef import brings in the complete typeGabor Marton
2018-11-26[ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton
2018-11-22[clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev
2018-11-22Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet
2018-11-22[ASTMatchers] Add hasSideEffect() matcher.Clement Courbet
2018-11-21Implement YAML serialization of notes in clang::tooling::Diagnostic.Alexander Kornienko
2018-11-20[clang-format] JS: don't treat is: as a type matcherKrasimir Georgiev
2018-11-20Ensure FileManagerTest expects "\\" as path separator on Windows platformsMatthew Voss
2018-11-19[FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall
2018-11-14[Support] Teach YAMLIO about polymorphic typesScott Linder
2018-11-14[AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall
2018-11-13[clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev
2018-11-12[clang-format] Support breaking consecutive string literals for TableGenJordan Rupprecht
2018-11-09Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang
2018-11-09[ASTMatchers] overload ignoringParens for ExprJonas Toth
2018-11-09Compound literals, enums, et al require const exprBill Wendling
2018-11-05[Tooling] Add "-filter" option to AllTUsExecutionHaojian Wu
2018-11-05[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann
2018-10-31Revert "[ASTImporter][Structural Eq] Check for isBeingDefined"Shafik Yaghmour
2018-10-31[ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton
2018-10-31[clang-format] tweaked another case of lambda formattingKrasimir Georgiev