summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR18307: Properly (de)serialize inherited constructors and their using de...Stephan Tolksdorf2014-03-271-1/+3
* Remove redundant and misleading check. This could also lead to painful cyclicRichard Smith2014-03-251-1/+1
* If an update record makes a declaration interesting, pass it to the consumer.Richard Smith2014-03-231-1/+11
* Emit an update record if we instantiate the definition of a function templateRichard Smith2014-03-221-0/+18
* Serialize and deserialize mangling numbers.Richard Smith2014-03-211-0/+8
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-201-0/+11
* Serialization: Directly compare objects instead of using a functor duplicatin...Benjamin Kramer2014-03-151-38/+4
* [C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...Aaron Ballman2014-03-131-6/+3
* Revert C++11ification in r203534 and r203536. Apparently our toolchains aren'tRichard Smith2014-03-111-3/+5
* If a visibility update record is found for a DeclContext after that Decl hasRichard Smith2014-03-111-7/+3
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-4/+4
* If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith2014-03-011-1/+1
* Fix PCH deserialization bug with local static symbols being treated as local ...Ted Kremenek2014-02-111-1/+1
* Fix autolinking when modules are imported in pch filesBen Langmuir2014-01-311-1/+2
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-2/+2
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-031-3/+0
* ObjectiveC. Remove false positive warning for missing propertyFariborz Jahanian2014-01-021-0/+1
* PCH: fix a crash caused by a circular deserialization dependencyDmitri Gribenko2013-12-191-4/+7
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-101-0/+1
* [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get theArgyrios Kyrtzidis2013-12-031-0/+1
* Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith2013-11-041-2/+0
* ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian2013-10-251-0/+2
* A decl never becomes unused. Make that explicit in the API.Rafael Espindola2013-10-231-2/+2
* Refactor out the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-231-2/+4
* Revert r193223 and r193216.Rafael Espindola2013-10-231-4/+2
* Remove the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-231-2/+4
* Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith2013-10-231-1/+15
* Basic ODR checking for C++ modules:Richard Smith2013-10-181-3/+12
* Rename some functions for consistency.Rafael Espindola2013-10-171-1/+1
* C++ modules: merging for enumerations and enumerators with multiple definitionsRichard Smith2013-10-151-0/+29
* Merge common pointers for redeclarations of the same template across modules.Richard Smith2013-10-131-0/+5
* When merging class definitions across modules in C++, merge together fields.Richard Smith2013-10-071-0/+29
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-6/+2
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-0/+1
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-3/+7
* Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""David Majnemer2013-09-171-2/+2
* Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"David Majnemer2013-09-171-2/+2
* [-cxx-abi microsoft] Mangle local TagDecls appropriatelyDavid Majnemer2013-09-171-2/+2
* C++ modules: if a class is defined in multiple modules (for instance, becauseRichard Smith2013-09-091-91/+149
* Fix regression from r190016.Eli Friedman2013-09-051-1/+3
* Note when a decl is used in AST files.Eli Friedman2013-09-051-1/+6
* Map from local decl IDs to global decl IDs when lazily deserializing friend d...Richard Smith2013-08-301-3/+3
* Be lazier when loading KeyFunctions from PCH/modules. We don't need to loadRichard Smith2013-08-291-3/+3
* A clean-up pass, exploring the unification of traversals of class, variable a...Larisse Voufo2013-08-231-0/+13
* Remove SequenceNumber from class/variable template partial specializations.Richard Smith2013-08-221-4/+0
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-1/+0
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-0/+1
* Bug fix: disallow a variable template to be redeclared as a non-templated var...Larisse Voufo2013-08-141-3/+14
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-0/+1
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-101-18/+2
OpenPOWER on IntegriCloud