summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Factor out exception specification information fromRichard Smith2014-07-311-4/+5
* [modules] PR20475: merging support for alias template declarations.Richard Smith2014-07-281-0/+3
* [modules] Rearrange and unify the way we determine if we need to pull inRichard Smith2014-07-151-28/+30
* [modules] When merging a class template, also merge the definition of its pat...Richard Smith2014-07-111-3/+20
* [modules] Don't try to merge template specializations by performing name lookupRichard Smith2014-07-111-2/+5
* Fix an iterator invalidation issue: deserializing a key function can write toRichard Smith2014-07-071-0/+3
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-261-2/+1
* [modules] When we merge redecl chains or mark a decl used with an updateRichard Smith2014-06-161-1/+13
* When merging functions across modules (and in particular, instantiations ofRichard Smith2014-05-291-2/+37
* Recompute the injected class name type for a class template specializationRichard Smith2014-05-231-3/+1
* Avoid allocating extra memory to handle the lazy definition data pointer forRichard Smith2014-05-221-2/+2
* If a class template specialization from one module has its definitionRichard Smith2014-05-221-0/+10
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-221-19/+21
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-191-0/+23
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-25/+27
* Refactor to avoid explicitly listing all the different flavours of redeclarableRichard Smith2014-05-131-56/+43
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-1/+1
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-2/+8
* Defer loading any pending update records until we've finished deserializing.Richard Smith2014-04-301-1/+1
* When two templates get merged together, also merge their pattern declarationsRichard Smith2014-04-241-26/+91
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-52/+208
* Add missing serialization code for one of the CXXRecordDecl definition flags.Richard Smith2014-04-171-0/+1
* 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
OpenPOWER on IntegriCloud