summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang2018-11-091-0/+2
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-0/+8
* Compound literals, enums, et al require const exprBill Wendling2018-11-093-17/+19
* [Tooling] Add "-filter" option to AllTUsExecutionHaojian Wu2018-11-051-2/+5
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-10/+12
* Revert "[ASTImporter][Structural Eq] Check for isBeingDefined"Shafik Yaghmour2018-10-311-39/+0
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-10-311-0/+39
* [clang-format] tweaked another case of lambda formattingKrasimir Georgiev2018-10-311-13/+85
* Revert "[ASTImporter] Reorder fields after structure import is finished"Davide Italiano2018-10-301-12/+1
* [ASTImporter] Reorder fields after structure import is finishedAleksei Sidorin2018-10-291-1/+12
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+8
* [clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev2018-10-251-2/+95