summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators.Yitzhak Mandelbaum2019-09-201-0/+54
* Fix for stringized function-macro args continued across linesAlex Lorenz2019-09-191-8/+18
* [clang-format][PR41899] PointerAlignment: Left leads to useless space in lamb...Paul Hoad2019-09-181-0/+9
* [clang-format][PR41964] Fix crash with SIGFPE when TabWidth is set to 0 and l...Paul Hoad2019-09-181-0/+73
* [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.Yitzhak Mandelbaum2019-09-171-2/+7
* clang-format: Add support for formatting (some) lambdas with explicit templat...Nico Weber2019-09-131-2/+6
* [Clang][ASTImporter] Added visibility check for FunctionTemplateDecl.Balazs Keri2019-09-131-0/+44
* [libclang] Fix UninstallAbortingLLVMFatalErrorHandler testJan Korous2019-09-121-2/+3
* [libclang] Expose abort()-ing LLVM fatal error handlerJan Korous2019-09-123-0/+46
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-1/+1
* [clang] [unittest] Import LLVMTestingSupport if necessaryMichal Gorny2019-09-121-0/+9
* [clang-format] [PR43100] clang-format C# support does not add a space betwee...Paul Hoad2019-09-121-0/+15
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-121-0/+25
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-111-0/+42
* [clang-format] Apply BAS_AlwaysBreak to C++11 braced listsOwen Pan2019-09-101-0/+10
* [LifetimeAnalysis] don't use raw string literals in macrosMatthias Gehre2019-09-061-29/+23
* Reland [LifetimeAnalysis] Support more STL idioms (template forward declarati...Matthias Gehre2019-09-062-0/+63
* Rename of constants in ASTImporterVisibilityTest. NFC.Balazs Keri2019-09-051-47/+55
* [ASTImporter] Added visibility context check for TypedefNameDecl.Balazs Keri2019-09-041-0/+41
* [libclang][test][NFC] Split off fixture from tests.Jan Korous2019-09-032-71/+95
* [unittests][AST] CommentParser: don't name variable 'DEBUG'Roman Lebedev2019-09-021-2/+2
* [AST] AST structural equivalence to work internally with pairs.Balazs Keri2019-09-021-0/+122
* [ASTImporter] At import of records re-order indirect fields too.Balazs Keri2019-09-021-6/+34
* Introduce a DirectoryEntryRef that stores both a reference and anAlex Lorenz2019-08-312-2/+2
* ASTReader: Bypass overridden files when reading PCHsDuncan P. N. Exon Smith2019-08-301-0/+50
* [ASTImporter] Do not look up lambda classesGabor Marton2019-08-301-0/+111
* [ASTImporter] Propagate errors during import of overridden methods.Balazs Keri2019-08-301-0/+44
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-3014-124/+123
* Added 'inline' to functions defined in headers to avoid ODR violationsDmitri Gribenko2019-08-291-13/+12
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+3
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-1/+0
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-271-0/+35
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-273-22/+342
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-1/+41
* Remove unused variables.Benjamin Kramer2019-08-261-2/+0
* clang-format: [JS] handle `as const`.Martin Probst2019-08-261-0/+3
* Re-enable DependencyScannerTest on windows with the right fixesAlex Lorenz2019-08-241-13/+16
* Disable the ScanDepsReuseFilemanager test on WindowsAlex Lorenz2019-08-221-0/+4
* Fix the nullPointerConstant() test to get bots back to green.Aaron Ballman2019-08-221-1/+1
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-222-0/+119
* Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...Richard Smith2019-08-222-63/+0
* [LifetimeAnalysis] Support more STL idioms (template forward declaration and ...Matthias Gehre2019-08-212-0/+63
* Removed some dead code in BugReporter and related filesDmitri Gribenko2019-08-211-1/+1
* [Syntax] Added function to get macro expansion tokens to TokenBuffer.Johan Vikstrom2019-08-201-0/+23
* Removed the 'id' AST matcher, which is superseded by '.bind()'Dmitri Gribenko2019-08-201-18/+18
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-1/+8
* [clang-format] Fix the bug that joins template closer and > or >>Owen Pan2019-08-161-1/+4
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-1/+1
* [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bugJoel E. Denny2019-08-151-5/+68
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1428-137/+137