aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC.Martin Storsjo2018-12-181-1/+1
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-171-28/+551
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-88/+640
* [ASTImporter] Typedef import brings in the complete typeGabor Marton2018-11-271-0/+32
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-11-261-0/+39
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-8/+7
* Revert "[ASTImporter][Structural Eq] Check for isBeingDefined"Shafik Yaghmour2018-10-311-39/+0
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-10-311-0/+39
* 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
* [ASTImporter] Added error handling for AST import.Balazs Keri2018-10-191-2/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-5/+5
* [ASTImporter] Fix import of VarDecl initGabor Marton2018-09-171-2/+145
* [ASTImporter] Merge ExprBitsGabor Marton2018-09-031-0/+19
* Fix import of class templates partial specializationGabor Marton2018-08-221-2/+259
* [ASTImporter] Adding some friend function related unittests.Balazs Keri2018-08-211-0/+205
* Remove obsolete commentStephen Kelly2018-08-141-1/+0
* [ASTImporter] Improved import of friend templates.Balazs Keri2018-08-131-0/+87
* [ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang2018-08-121-6/+0
* Add support for importing imaginary literalsGabor Marton2018-08-091-0/+8
* [ASTImporter] Load external Decls when getting field index.Balazs Keri2018-08-081-0/+34
* [ASTmporter] SourceRange-free function parameter checking for declarationsGabor Marton2018-08-061-6/+35
* Remove superfluous ; to fix -Wpedantic warning from gccNico Weber2018-07-171-1/+1
* [ASTImporter] Fix import of unnamed structsGabor Marton2018-07-171-5/+37
* [ASTImporter] Import described template (if any) of function.Balazs Keri2018-07-171-1/+1
* [ASTImporter] Changed constant int to unsigned int in test code.Balazs Keri2018-07-161-2/+2
* [ASTImporter] Import implicit methods of existing class.Balazs Keri2018-07-161-0/+111
* [ASTImporter] Fix infinite recursion on function import with struct definitio...Gabor Marton2018-07-121-19/+79
* [ASTImporter] Refactor Decl creationGabor Marton2018-07-121-31/+71
* [AST] Structural equivalence of methodsBalazs Keri2018-07-111-0/+126
* [ASTImporter] import FunctionDecl end locationsRafael Stahl2018-07-091-1/+1
* [ASTImporter] Fix import of objects with anonymous typesGabor Marton2018-07-051-0/+29
* [ASTImporter] import macro source locationsRafael Stahl2018-07-041-0/+60
* Test commit accessBalazs Keri2018-07-021-1/+1
* [ASTImporter] Eliminated some unittest warnings.Gabor Marton2018-06-291-415/+326
* Re-apply: [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-271-70/+644
* Revert "[ASTImporter] Import the whole redecl chain of functions"Gabor Marton2018-06-251-644/+70
* [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-251-70/+644
* [ASTImporter] Add ms compatibility to tests which use the TestBaseGabor Marton2018-06-251-276/+283
* [ASTImporter] Add new tests about templated-described swingGabor Marton2018-06-251-0/+60
* [ASTImporter] Corrected diagnostic client handling in tests.Adam Balogh2018-06-151-1/+9
* [ASTImporter] Corrected lookup at import of templated record declGabor Marton2018-05-301-0/+44
* [ASTImporter] Fix ClassTemplateSpecialization in wrong DCGabor Marton2018-05-251-1/+1
* Fix ASTImporterTest on Windows after r333082Hans Wennborg2018-05-241-2/+2
* [ASTImporter] Add unit tests for structural equivalenceGabor Marton2018-05-241-44/+1
* [ASTImporter] Fix missing implict CXXRecordDecl in ClassTemplateSpecializatio...Gabor Marton2018-05-231-1/+17
* Fix duplicate class template definitions problemGabor Marton2018-05-231-2/+128
* [ASTImporter] Enable disabled but passing testGabor Marton2018-05-181-1/+1
* Do not try to remove invisible Decls from DeclContextGabor Marton2018-05-181-0/+33
* [ASTImporter] Fix missing implict CXXRecordDeclGabor Marton2018-05-171-1/+1