summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-3/+4
* Fix PR18307: Properly (de)serialize inherited constructors and their using de...Stephan Tolksdorf2014-03-271-0/+1
* If a name is injected into an imported inline namespace without reopening thatRichard Smith2014-03-231-3/+8
* When we inject a declaration into a namespace, add the primary DeclContext toRichard Smith2014-03-231-1/+2
* If a template instantation introduces a name into a namespace, we need to writeRichard Smith2014-03-231-0/+12
* Emit an update record if we instantiate the definition of a function templateRichard Smith2014-03-221-0/+16
* Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r2...Aaron Ballman2014-03-211-1/+1
* Refactor and simplify DeclUpdates serialization.Richard Smith2014-03-201-3/+2
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-3/+1
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing ObjCCategoryDecl iterators protocol_loc_begin() and protoco...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-141-3/+2
* [C++11] Replacing ObjCProtocolDecl iterators protocol_loc_begin() and protoco...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-131-3/+2
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_loc_begin() and protoc...Aaron Ballman2014-03-131-4/+2
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman2014-03-131-4/+2
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-071-1/+1
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-071-4/+2
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-3/+2
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-3/+2
* Fix autolinking when modules are imported in pch filesBen Langmuir2014-01-311-7/+7
* 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-2/+0
* ObjectiveC. Remove false positive warning for missing propertyFariborz Jahanian2014-01-021-0/+1
* [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get theArgyrios Kyrtzidis2013-12-031-0/+1
* ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian2013-10-251-0/+3
* Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith2013-10-231-0/+1
* Rename some functions for consistency.Rafael Espindola2013-10-171-9/+9
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-0/+4
* Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""David Majnemer2013-09-171-0/+2
* Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"David Majnemer2013-09-171-3/+1
* [-cxx-abi microsoft] Mangle local TagDecls appropriatelyDavid Majnemer2013-09-171-1/+3
* C++ modules: if a class is defined in multiple modules (for instance, becauseRichard Smith2013-09-091-7/+7
* Bug fix: disallow a variable template to be redeclared as a non-templated var...Larisse Voufo2013-08-141-6/+13
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-0/+4
* variable templates updated for PCH serialization... Still working on test cas...Larisse Voufo2013-08-131-0/+1
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-101-10/+2
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-0/+1
* Eliminate CXXConstructorDecl::IsImplicitlyDefined.Jordan Rose2013-08-071-2/+0
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+85
* 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/+3
* Fix deserializing of class template partial specializations. Assign sequenceRichard Smith2013-06-251-2/+0
* Improved source code fidelity for gcc mode attribute.Enea Zaffanella2013-06-201-1/+4
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-251-1/+1
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-2/+2
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-041-4/+4
* Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...Argyrios Kyrtzidis2013-05-031-1/+1
* Serialization for captured statementsBen Langmuir2013-05-031-2/+7
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-031-0/+1
OpenPOWER on IntegriCloud