summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] broken after lambda with return type template with boolean lit...Paul Hoad2019-03-051-0/+15
* [clang-format] Fix lambdas returning template specialization that contains op...Jan Korous2019-03-051-0/+90
* [ASTImporter] Fix redecl failures of Class and ClassTemplateGabor Marton2019-03-051-8/+4
* Replace clang::FileData with llvm::vfs::StatusHarlan Haskins2019-03-051-12/+11
* [analyzer] Enable subcheckers to possess checker optionsKristof Umann2019-03-041-12/+20
* [clang-format] clang-format off/on not respected when using C Style commentsPaul Hoad2019-03-021-0/+37
* [clang-format][TableGen] Don't add spaces around items in square braces.Jordan Rupprecht2019-03-011-0/+4
* [clang-format][NFC] Allow getLLVMStyle() to take a languageJordan Rupprecht2019-02-281-0/+9
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-262-0/+39
* [clang-format] SpaceBeforeParens for lambda expressionsAndrew Ng2019-02-261-0/+2
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-261-0/+17
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-261-0/+37
* Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner2019-02-262-54/+0
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-252-0/+54
* [CodeComplete] Collect visited contexts when scope specifier is invalid.Eric Liu2019-02-211-3/+7
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-211-0/+24
* Fix remaining semicolon pedantic errors for intelGabor Marton2019-02-201-2/+2
* Fix compile error with Intel's compiler (-Werror=pedantic)Gabor Marton2019-02-201-60/+60
* [clang-format] Do not emit replacements if Java imports are OKKrasimir Georgiev2019-02-201-0/+8
* [clang][test] Fix FileManagerTest.getFileDontOpenRealPath for WindowsJan Korous2019-02-181-6/+10
* Reland "[clang][FileManager] fillRealPathName even if we aren't opening the f...Jan Korous2019-02-181-0/+29
* [ASTImporter] Find previous friend function templateGabor Marton2019-02-181-0/+30
* [clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya2019-02-181-3/+85
* [ASTImporter] Unify redecl chain tests as type parameterized testsGabor Marton2019-02-181-641/+556
* Move multiline raw string literal out of macro. NFCDavid Green2019-02-161-18/+16
* clang-format with UseTab: Always sometimes doesn't insert the right amount of...Alexander Kornienko2019-02-151-0/+3
* Revert r354075 "[clang][FileManager] fillRealPathName even if we aren't openi...Reid Kleckner2019-02-151-14/+0
* Exteded test of .Yitzhak Mandelbaum2019-02-151-9/+13
* Remove unnecessary expectation.Yitzhak Mandelbaum2019-02-151-1/+0
* Added test for matcher On.Yitzhak Mandelbaum2019-02-151-12/+14
* Add tests for assorted `CXXMemberCallExpr` matchers.Yitzhak Mandelbaum2019-02-151-0/+89
* [ASTImporter] Import every Decl in lambda recordGabor Marton2019-02-151-0/+20
* [clang][FileManager] fillRealPathName even if we aren't opening the fileJan Korous2019-02-141-0/+14
* [ASTImporter] Check visibility/linkage of functions and variablesGabor Marton2019-02-141-0/+268
* [clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya2019-02-111-0/+15
* [ASTImporter] Add test RedeclChainShouldBeCorrectAmongstNamespacesGabor Marton2019-02-111-0/+41
* Use llvm::is_contained. NFCFangrui Song2019-02-101-1/+1
* [Format/ObjC] Fix [foo bar]->baz formatting as lambda arrowBen Hamilton2019-02-081-0/+1
* [ASTImporter][ASTImporterSpecificLookup] Add test for different operatorsGabor Marton2019-02-081-0/+60
* [AST] Fix structural inequivalence of operatorsGabor Marton2019-02-081-0/+27
* [ASTImporter] Refactor unittests to be able to parameterize them in a more fl...Gabor Marton2019-02-071-83/+110
* [clang-format] Fix breaking of qualified operatorKrasimir Georgiev2019-02-041-0/+12
* [ASTImporter] Fix up test that only works on X86.David Green2019-02-021-3/+7
* [CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich2019-01-311-1/+3
* [CodeComplete] Propagate preferred types through parser in more casesIlya Biryukov2019-01-311-0/+99
* Accomodate gcc 7.3.0's -Wdangling-elseNico Weber2019-01-311-1/+2
* [clang-format] Fix line parsing for noexcept lambdasBen Hamilton2019-01-301-0/+2
* [Tooling] Handle #pragma once header guard in include insertion.Eric Liu2019-01-291-3/+11
* [ASTImporter] Fix handling of overriden methods during ASTImportShafik Yaghmour2019-01-281-0/+185
* [AST] Add structural eq tests for template argsGabor Marton2019-01-281-0/+19