summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Improvements to the ASTImporter to support LLDB top-level Clang expressions.Sean Callanan2016-03-281-26/+124
* AST: Fix some bogus indentation. NFCJustin Bogner2016-03-201-2/+2
* P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...Richard Smith2016-03-201-4/+8
* Caught and fixed a typo in r262572.Sean Callanan2016-03-031-1/+1
* Fixed a problem where the ASTImporter mishandled in-class initializers.Sean Callanan2016-03-031-2/+7
* Fix rejects-valid caused by r261297.Nico Weber2016-02-241-0/+2
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-0/+1
* [ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter c...Argyrios Kyrtzidis2016-02-181-0/+26
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-1/+2
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+8
* ArrayRef-ize TemplateParameterList. NFCDavid Majnemer2015-12-271-1/+1
* Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"Craig Topper2015-12-251-1/+1
* [Sema] ArrayRef-ize ActOnBaseSpecifiers. NFCCraig Topper2015-12-241-1/+1
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-1/+1
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-2/+3
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Use llvm::makeArrayRef. NFC.Craig Topper2015-09-271-1/+1
* [AST] ArrayRefize template argument packs. No functionality change intended.Benjamin Kramer2015-08-051-5/+3
* The AST importer had a bug where it would enter into an infinite recursionDouglas Gregor2015-07-071-4/+10
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-0/+2
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-2/+2
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-1/+2
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-10/+17
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-1/+55
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-3/+4
* Use a more reliable method to determine whetherSean Callanan2015-04-301-2/+1
* Implemented ASTImporter support for Stmts and fixedSean Callanan2015-04-281-31/+701
* Added support for attributed types to the ASTImporter.Sean Callanan2015-04-021-0/+22
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-1/+1
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-1/+1
* Fixed an 80-column violation.Sean Callanan2014-12-101-6/+7
* Fixed the AST importer ot use redeclaration contexts properly.Sean Callanan2014-12-101-16/+16
* Made the ASTImporter resilient if it can't importSean Callanan2014-12-101-1/+6
* Updated the AST importer to support importingSean Callanan2014-12-101-0/+30
* Correct importing of the type of a TemplateArgumentDavid Blaikie2014-10-221-4/+5
* Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarityDavid Blaikie2014-10-171-1/+1
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-1/+1
* Adding attributes to the IndirectFieldDecl that we generate for anonymous str...Aaron Ballman2014-10-151-3/+6
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+7
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+3
* Factor out exception specification information fromRichard Smith2014-07-311-11/+11
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-261-3/+2
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-161-2/+1
OpenPOWER on IntegriCloud