]> granicus.if.org Git - clang/history - lib/AST/ASTImporter.cpp
[OPENMP] Initial support for 'task_reduction' clause.
[clang] / lib / AST / ASTImporter.cpp
2017-06-20 Lang HamesPreserve CXX method overrides in ASTImporter
2017-06-09 Alexey Bataev[DebugInfo] Add kind of ImplicitParamDecl for emission...
2017-05-13 Sean Callanan[ASTImporter] Improve handling of incomplete types
2017-04-28 Bruno Cardoso Lopes[ASTImporter] Move structural equivalence context to...
2017-04-03 Gabor HorvathRevert r299355 "[ASTImporter] Fix for importing unnamed...
2017-04-03 Gabor Horvath[ASTImporter] Fix for importing unnamed structs
2017-04-03 Gabor Horvath[ASTImporter] Lookup SearchName instead of Name
2017-03-27 Adam NemetEncapsulate FPOptions and use it consistently
2017-03-16 Argyrios Kyrtzidis[index/AST] Add references for ObjC getter=/setter...
2017-03-13 Gabor Horvath[ASTImporter] Import fix of GCCAsmStmts w/ missing...
2017-02-25 Richard SmithC++ DR1611, 1658, 2180: implement "potentially construc...
2017-02-20 Aleksei Sidorin[ASTImporter] Support default argument initialization...
2017-02-07 Richard SmithP0091R3: Implement basic parsing support for C++17...
2017-01-26 Richard SmithPR0091R3: Implement parsing support for using templates...
2017-01-23 Aleksei SidorinASTImporter: improve support for C++ templates
2017-01-12 Vassil VassilevPR31469: Don't add friend template class decls to redec...
2016-12-14 Richard SmithRemove custom handling of array copies in lambda by...
2016-11-23 Gabor Horvath[ASTImporter] Added ability to import AtomicType nodes
2016-11-07 Sean CallananWhen the ASTImporter imports a source location, it...
2016-10-10 Richard SmithRe-commit r283722, reverted in r283750, with a fix...
2016-10-10 Daniel JasperRevert "P0035R4: Semantic analysis and code generation...
2016-10-10 Richard SmithP0035R4: Semantic analysis and code generation for...
2016-09-28 Aleksei Sidorin[ASTImporter] Implement some expression-related AST...
2016-09-13 Manman RenObjectiveC generics: Add ObjCTypeParamType in the type...
2016-07-30 Hubert TongReapply r276069 with workaround for MSVC 2013
2016-07-20 Hubert TongRevert r276069: MSVC bots not happy
2016-07-20 Hubert TongConcepts: Create space for requires-clause in TemplateP...
2016-07-14 Sean CallananWhen importing classes and structs with anonymous struc...
2016-07-14 Richard SmithP0305R0: Semantic analysis and code generation for...
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-03 David Majnemer[AST] Use ArrayRef in more interfaces
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-23 Richard SmithImplement p0292r2 (constexpr if), a likely C++1z feature.
2016-06-23 David MajnemerUse ranges to concisely express iteration
2016-06-10 Richard SmithRemove CXXConstructExpr::getFoundDecl(); it turned...
2016-05-16 Sean CallananAdded support to the ASTImporter for C++ constructor...
2016-05-14 Oleksiy VyalovRevert r269546 "Added support to the ASTImporter for...
2016-05-14 Sean CallananFixed a bug where the ASTImporter didn't propagate...
2016-05-14 Sean CallananHandle injected class names in the ASTImporter.
2016-05-14 Sean CallananAdded support to the ASTImporter for C++ constructor...
2016-05-13 Richard SmithAdd support for derived class special members hiding...
2016-05-11 Richard SmithPreserve the FoundDecl when performing overload resolut...
2016-04-14 Artem Dergachev[ASTImporter] Implement some expression-related AST...
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-03-28 Sean CallananImprovements to the ASTImporter to support LLDB top...
2016-03-20 Justin BognerAST: Fix some bogus indentation. NFC
2016-03-20 Richard SmithP0184R0: Allow types of 'begin' and 'end' expressions...
2016-03-03 Sean CallananCaught and fixed a typo in r262572.
2016-03-03 Sean CallananFixed a problem where the ASTImporter mishandled in...
2016-02-24 Nico WeberFix rejects-valid caused by r261297.
2016-02-19 Nico WeberImplement the likely resolution of core issue 253.
2016-02-18 Argyrios Kyrtzidis[ASTImporter] Implement missing VisitAccessSpecDecl...
2016-01-28 Manman RenClass Property: class property and instance property...
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2015-12-27 David MajnemerArrayRef-ize TemplateParameterList. NFC
2015-12-25 Craig TopperRevert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers...
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
2015-11-11 Richard SmithAdd support for GCC's '__auto_type' extension, per...
2015-10-27 Richard Smith[coroutines] Creation of promise object, lookup of...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-09-27 Craig TopperUse llvm::makeArrayRef. NFC.
2015-08-05 Benjamin Kramer[AST] ArrayRefize template argument packs. No functiona...
2015-07-07 Douglas GregorThe AST importer had a bug where it would enter into...
2015-07-07 Douglas GregorImplement variance for Objective-C type parameters.
2015-07-07 Douglas GregorImplement the Objective-C __kindof type qualifier.
2015-07-07 Douglas GregorSubstitute type arguments into uses of Objective-C...
2015-07-07 Douglas GregorHandle Objective-C type arguments.
2015-07-07 Douglas GregorParsing, semantic analysis, and AST for Objective-C...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Douglas GregorExtend type nullability qualifiers for Objective-C.
2015-04-30 Sean CallananUse a more reliable method to determine whether
2015-04-28 Sean CallananImplemented ASTImporter support for Stmts and fixed
2015-04-02 Sean CallananAdded support for attributed types to the ASTImporter.
2015-01-12 Alexey BataevRename RefersToCapturedVariable to RefersToEnclosingVar...
2014-12-16 Alexey BataevRenamed RefersToEnclosingLocal bitfield to RefersToCapt...
2014-12-10 Sean CallananFixed an 80-column violation.
2014-12-10 Sean CallananFixed the AST importer ot use redeclaration contexts...
2014-12-10 Sean CallananMade the ASTImporter resilient if it can't import
2014-12-10 Sean CallananUpdated the AST importer to support importing
2014-10-22 David BlaikieCorrect importing of the type of a TemplateArgument
2014-10-17 David BlaikieRename TemplateArgument::getTypeForDecl to getParamType...
2014-10-16 David BlaikiePR21246: DebugInfo: Emit the appropriate type (cv quali...
2014-10-15 Aaron BallmanAdding attributes to the IndirectFieldDecl that we...
2014-09-26 Nikola Smiljanic-ms-extensions: Implement __super scope specifier ...
2014-08-29 David Blaikieunique_ptrify SourceManager::createFileID
2014-08-27 Rafael EspindolaUpdate for LLVM api change.
2014-07-31 Richard SmithFactor out exception specification information from
2014-06-26 Craig TopperConvert some function arguments to use ArrayRef.
2014-05-16 Alp TokerRename SourceManager::createFileIDForMemBuffer()
2014-05-12 Craig Topper[C++11] Use 'nullptr'. AST edition.
2014-05-07 Craig TopperFix up indentation and fix an 80 column violation.
2014-03-17 Aaron Ballman[C++11] Replacing ObjCObjectType iterators qual_begin...
2014-03-17 Aaron Ballman[C++11] Replacing FunctionProtoType iterators exception...
2014-03-17 Aaron Ballman[C++11] Replacing FunctionProtoType iterators param_typ...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators known_cat...
2014-03-13 Aaron Ballman[C++11] Replacing CXXRecordDecl iterators bases_begin...
2014-03-07 Aaron Ballman[C++11] Replacing DeclBase iterators decls_begin()...
next