aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReaderDecl.cpp
AgeCommit message (Expand)Author
2013-05-04In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella
2013-05-03Serialization for captured statementsBen Langmuir
2013-05-03Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-03Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith
2013-04-03Add 178663 back.Rafael Espindola
2013-04-03Revert 178663.Rafael Espindola
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-18Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor
2013-02-16[PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis
2013-02-12Fix a bug reduced from a crash when trying to use modules with libc++. We checkRichard Smith
2013-02-07Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith
2013-01-31Added outer template parameter lists to friend type AST nodes.Enea Zaffanella
2013-01-25patch for PR9027 and // rdar://11861085Fariborz Jahanian
2013-01-21When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor
2013-01-20update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...Chris Lattner
2013-01-16Rework the traversal of Objective-C categories and extensions toDouglas Gregor
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-19Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie
2012-12-08Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith
2012-12-08Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith
2012-12-06Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a bodyArgyrios Kyrtzidis
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-30Refactor to reduce duplication in handling of special member functions. No fu...Richard Smith
2012-11-28Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith
2012-11-06[PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType typeArgyrios Kyrtzidis
2012-10-17Set a special flag in class metadata when an Objective-C classJohn McCall
2012-10-10Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose
2012-10-09When we load a function or method body from an AST file, we checkDouglas Gregor
2012-10-04Fix r165005: The lexical DeclContext is not the right place to make a decisio...Axel Naumann
2012-10-03Remove ASTReader::needPendingInstantiation(), introduced in r164993,Douglas Gregor
2012-10-03Add some FIXMEs to the ASTReader codeDouglas Gregor
2012-10-03Revert most of the functionality in r165001. Instead, make sure thatDouglas Gregor
2012-10-03[PCH] Fix serialization of an ImportDecl.Argyrios Kyrtzidis
2012-10-02Add redecls into their lexical DeclContext: this is what they assert on, and ...Axel Naumann
2012-10-02Only those InterestingDecls that got added to the AST should be passed to the...Axel Naumann
2012-10-02Merge pending instantiations instead of overwriting existing ones.Axel Naumann
2012-10-01Also merge template redeclarations.Axel Naumann
2012-10-01Bring ASTReader and Writer into sync for the case where a canonical template ...Axel Naumann
2012-09-21[PCH] After deserializing a DeclContext, if it has external lexical decls but...Argyrios Kyrtzidis
2012-09-20Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>.Douglas Gregor
2012-09-19Add the TypeSourceInfo for the lambda call operator to the lambda'sEli Friedman
2012-09-18Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch...Craig Topper
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-09-10[PCH] Add a null check to avoid crashing.Argyrios Kyrtzidis
2012-09-07PR9023: A template template parameter whose template parameter list contains anRichard Smith