summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-2/+139
* When merging redeclaration chains across modules, if a declaration is visibleRichard Smith2013-08-021-6/+12
* Improve clarity/consistency of a few UsingDecl methods and related helpers.Enea Zaffanella2013-07-221-2/+2
* Serialization support for TagDecl::IsCompleteDefinitionRequiredDavid Blaikie2013-07-141-0/+1
* C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2013-07-131-15/+13
* Lazily deserialize function template specializations. This fixes a cycle inRichard Smith2013-06-281-10/+20
* Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2013-06-261-1/+1
* Fix deserializing of class template partial specializations. Assign sequenceRichard Smith2013-06-251-5/+6
* Check for matching template-parameter-lists when merging template declarations.Richard Smith2013-06-241-3/+52
* Slightly improve cross-module merging for function templates.Richard Smith2013-06-241-7/+12
* Improved source code fidelity for gcc mode attribute.Enea Zaffanella2013-06-201-2/+6
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-251-5/+3
* Fix bitcode desynchronization when loading a PCH containing a class templateRichard Smith2013-05-231-15/+38
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-3/+16
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-2/+2
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-2/+2
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-111-0/+7
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-041-1/+1
* Serialization for captured statementsBen Langmuir2013-05-031-3/+6
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-031-0/+1
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+8
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+10
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-1/+1
* Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith2013-04-031-4/+0
* Add 178663 back.Rafael Espindola2013-04-031-4/+2
* Revert 178663.Rafael Espindola2013-04-031-2/+4
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-4/+2
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+15
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+8
* Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor2013-02-181-0/+24
* [PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis2013-02-161-13/+5
* Fix a bug reduced from a crash when trying to use modules with libc++. We checkRichard Smith2013-02-121-0/+4
* Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith2013-02-071-4/+11
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-311-4/+6
* patch for PR9027 and // rdar://11861085Fariborz Jahanian2013-01-251-0/+1
* When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor2013-01-211-14/+11
* update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...Chris Lattner2013-01-201-2/+2
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-5/+7
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-4/+5
* Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith2012-12-081-0/+6
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-081-0/+1
* Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a bodyArgyrios Kyrtzidis2012-12-061-0/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Refactor to reduce duplication in handling of special member functions. No fu...Richard Smith2012-11-301-18/+4
* Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith2012-11-281-0/+4
* [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType typeArgyrios Kyrtzidis2012-11-061-2/+2
* Set a special flag in class metadata when an Objective-C classJohn McCall2012-10-171-0/+2
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-1/+1
* When we load a function or method body from an AST file, we checkDouglas Gregor2012-10-091-14/+17
OpenPOWER on IntegriCloud