summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-101-1/+0
* Quick fix for 325116 buildbots: move template specialization into namespaceAleksei Sidorin2018-02-141-27/+29
* [ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...Aleksei Sidorin2018-02-141-50/+109
* [ASTImporter] Add support to import some AST nodes:Gabor Horvath2018-01-271-23/+108
* [ASTImporter] avoid warnings: unused var, switch coveredSam McCall2018-01-261-8/+5
* [ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin2018-01-261-53/+258
* [ASTImporter] Support importing CXXUnresolvedConstructExpr and UnresolvedLook...Aleksei Sidorin2018-01-091-0/+61
* [ASTImporter] Fix missing SourceLoc import for ObjCMethodDecl selectorsAleksei Sidorin2018-01-091-1/+5
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-6/+5
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-271-0/+126
* [AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer2017-12-241-3/+2
* Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX...Peter Collingbourne2017-12-201-126/+0
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-171-0/+126
* [ASTImporter] Support importing CXXPseudoDestructorExprAleksei Sidorin2017-11-271-0/+34
* [ASTImporter] Support TypeTraitExprAleksei Sidorin2017-11-261-0/+21
* [ASTImporter] Support new AST nodes:Aleksei Sidorin2017-11-211-17/+295
* [Analyzer] Revert r318750 because incorrect files were added for commit.Aleksei Sidorin2017-11-211-292/+17
* [Analyzer] Non-determinism: stable iteration on indirect goto LabelDecl'sAleksei Sidorin2017-11-211-17/+292
* [ASTImporter] TypeAliasTemplate and PackExpansion importing capabilityGabor Horvath2017-11-141-0/+83
* [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
OpenPOWER on IntegriCloud