summaryrefslogtreecommitdiffstats
path: root/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ASTImporter] Import SubStmt of CaseStmtGabor Horvath2017-10-181-3/+7
* Add Cross Translation Unit support libraryGabor Horvath2017-09-221-0/+15
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-0/+5
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-091-5/+0
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-081-0/+5
* Preserve CXX method overrides in ASTImporterLang Hames2017-06-201-0/+14
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-4/+3
* [ASTImporter] Improve handling of incomplete typesSean Callanan2017-05-131-0/+14
* [ASTImporter] Move structural equivalence context to its own file. NFCIBruno Cardoso Lopes2017-04-281-1413/+31
* Revert r299355 "[ASTImporter] Fix for importing unnamed structs"Gabor Horvath2017-04-031-6/+3
* [ASTImporter] Fix for importing unnamed structsGabor Horvath2017-04-031-3/+6
* [ASTImporter] Lookup SearchName instead of NameGabor Horvath2017-04-031-2/+2
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-2/+2
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-2/+4
* [ASTImporter] Import fix of GCCAsmStmts w/ missing symbolic operandsGabor Horvath2017-03-131-2/+6
* C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith2017-02-251-2/+4
* [ASTImporter] Support default argument initialization of ParmVarDeclsAleksei Sidorin2017-02-201-1/+20
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+9
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+14
* ASTImporter: improve support for C++ templatesAleksei Sidorin2017-01-231-16/+275
* PR31469: Don't add friend template class decls to redecl chain in dependent c...Vassil Vassilev2017-01-121-2/+1
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-19/+26
* [ASTImporter] Added ability to import AtomicType nodesGabor Horvath2016-11-231-0/+9
* When the ASTImporter imports a source location, it avoids importing macroSean Callanan2016-11-071-2/+2
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-0/+1
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-1/+0
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-0/+1
* [ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin2016-09-281-43/+597
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+17
* Reapply r276069 with workaround for MSVC 2013Hubert Tong2016-07-301-1/+11
* Revert r276069: MSVC bots not happyHubert Tong2016-07-201-11/+1
* Concepts: Create space for requires-clause in TemplateParameterList; NFCHubert Tong2016-07-201-1/+11
* When importing classes and structs with anonymous structs, it is critical thatSean Callanan2016-07-141-9/+25
* P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith2016-07-141-2/+9
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-2/+1
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-031-3/+2
* Use more ArrayRefsDavid Majnemer2016-06-241-3/+3
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-1/+2
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-9/+7
* Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful.Richard Smith2016-06-101-6/+1
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-161-2/+133
* Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...Oleksiy Vyalov2016-05-141-82/+0
* Fixed a bug where the ASTImporter didn't propagate builtin IDs at all.Sean Callanan2016-05-141-1/+6
* Handle injected class names in the ASTImporter.Sean Callanan2016-05-141-2/+11
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-141-0/+82
* Add support for derived class special members hiding functions brought in fromRichard Smith2016-05-131-0/+2
* Preserve the FoundDecl when performing overload resolution for constructors.Richard Smith2016-05-111-2/+7
* [ASTImporter] Implement some expression-related AST node import.Artem Dergachev2016-04-141-59/+522
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-0/+4