aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2019-07-17[ASTImporter] Fix structural eq of lambdasGabor Marton
2019-07-17[ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton
2019-07-16[clang-format] Don't detect call to ObjC class method as C++11 attribute spec...Ben Hamilton
2019-07-15[DirectoryWatcher][test] Relax test assumptionsJan Korous
2019-07-15[DirectoryWatcher][NFC][test] Add typedef for enumJan Korous
2019-07-15[ASTImporter] Using Lang_CXX14 in ASTImporterVisibilityTest.Balazs Keri
2019-07-13[DirectoryWatcher][test][NFC] Add information to test failure reportsJan Korous
2019-07-12Re-land [JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from pa...Sam McCall
2019-07-12[DirectoryWatcher][NFC] Silence warnings in release buildJan Korous
2019-07-12Reland [clang] DirectoryWatcherJan Korous
2019-07-12Revert "Reland [clang] DirectoryWatcher"Jan Korous
2019-07-12Reland [clang] DirectoryWatcherJan Korous
2019-07-12Revert "[JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from pa...Russell Gallop
2019-07-12[JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from parsed com...Sam McCall
2019-07-12[test] Delete trailing spaces from YAML testsFangrui Song
2019-07-10[clang-scan-deps] Dependency directives source minimizer:Alex Lorenz
2019-07-09Revert [clang] DirectoryWatcherReid Kleckner
2019-07-09[clang] DirectoryWatcherJan Korous
2019-07-09[Syntax] Move roles into a separate enumIlya Biryukov
2019-07-09Reland r365355: [Syntax] Introduce syntax treesIlya Biryukov
2019-07-09Revert rL365355 : [Syntax] Introduce syntax treesSimon Pilgrim
2019-07-09[ASTImporter] Added visibility context check for EnumDecl.Balazs Keri
2019-07-08[Syntax] Introduce syntax treesIlya Biryukov
2019-07-08[ASTImporter] Fix import of lambda in function paramGabor Marton
2019-07-08[analyzer] Add analyzer option to limit the number of imported TUsEndre Fulop
2019-07-06[Rewrite] Try to fix buildbot link fail left by r365263Joel E. Denny
2019-07-06[Rewrite] Try to fix buildbot link fail caused by r365258Joel E. Denny
2019-07-06[Rewrite] Extend to further accept CharSourceRangeJoel E. Denny
2019-07-05Removed the test case added in D63538 due to windows buildbot failuresKristof Umann
2019-07-05[analyzer][IDF] Add a control dependency calculator + a new debug checkerKristof Umann
2019-07-05Fix a buildbot failure due to the AST's lifetime ending before the testKristof Umann
2019-07-05[analyzer][Dominators][NFC] Add unit testsKristof Umann
2019-07-05[CFG] Add a new function to get the proper condition of a CFGBlockKristof Umann
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih
2019-07-03[clang-tidy] Fix the YAML created for checks like modernize-pass-by-valueIvan Donchevskii
2019-07-03[clang][HeaderSearch] Shorten paths for includes in mainfile's directoryKadir Cetinkaya
2019-07-02clang-format: Add new style option AlignConsecutiveMacrosSam McCall
2019-07-02[LibTooling] Extend `RewriteRule` with support for adding includes.Yitzhak Mandelbaum
2019-07-02[clang][ArgumentAdjusters] Do not add fsyntax-only if already existsKadir Cetinkaya
2019-07-02[ASTImporter] Structural eq: handle DependentScopeDeclRefExprGabor Marton
2019-07-01[analyzer] NFC: CallDescription: Implement describing C library functions.Artem Dergachev
2019-07-01[analyzer] NFC: Add a convenient CallDescriptionMap class.Artem Dergachev
2019-07-01[ASTImporter] Mark erroneous nodes in shared stGabor Marton
2019-07-01[ASTImporter] Mark erroneous nodes in from ctxGabor Marton
2019-07-01[ASTImporter] Propagate error from ImportDeclContextGabor Marton
2019-06-26[clang][Tooling] Fix windows build-bots after rL364386Kadir Cetinkaya
2019-06-26[clang][Tooling] Infer target and mode from argv[0] when using JSONCompilatio...Kadir Cetinkaya
2019-06-25[ASTImporter] Store import errors for DeclsGabor Marton
2019-06-24[Syntax] Do not glue multiple empty PP expansions to a single mappingIlya Biryukov