summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix r165005: The lexical DeclContext is not the right place to make a decisio...Axel Naumann2012-10-041-4/+6
* Remove ASTReader::needPendingInstantiation(), introduced in r164993,Douglas Gregor2012-10-031-57/+0
* Add some FIXMEs to the ASTReader codeDouglas Gregor2012-10-031-0/+2
* Revert most of the functionality in r165001. Instead, make sure thatDouglas Gregor2012-10-031-11/+6
* [PCH] Fix serialization of an ImportDecl.Argyrios Kyrtzidis2012-10-031-0/+1
* Add redecls into their lexical DeclContext: this is what they assert on, and ...Axel Naumann2012-10-021-1/+1
* Only those InterestingDecls that got added to the AST should be passed to the...Axel Naumann2012-10-021-2/+10
* Merge pending instantiations instead of overwriting existing ones.Axel Naumann2012-10-021-1/+58
* Also merge template redeclarations.Axel Naumann2012-10-011-7/+13
* Bring ASTReader and Writer into sync for the case where a canonical template ...Axel Naumann2012-10-011-7/+10
* [PCH] After deserializing a DeclContext, if it has external lexical decls but...Argyrios Kyrtzidis2012-09-211-0/+3
* Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>.Douglas Gregor2012-09-201-1/+2
* Add the TypeSourceInfo for the lambda call operator to the lambda'sEli Friedman2012-09-191-1/+3
* Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch...Craig Topper2012-09-181-5/+4
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-2/+2
* [PCH] Add a null check to avoid crashing.Argyrios Kyrtzidis2012-09-101-2/+4
* PR9023: A template template parameter whose template parameter list contains anRichard Smith2012-09-071-5/+16
* Normalize line endings of r163013 (part 2).Joao Matos2012-08-311-10/+10
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-8/+10
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-221-5/+2
* Remove HasSynthBitfield and all callers/writers/etc. Also removeEric Christopher2012-07-191-2/+0
* Stop instantiating a class if we hit a static_assert failure. Also, if theRichard Smith2012-07-111-1/+2
* [AST/libclang] Fix the selector locations that are reported for aArgyrios Kyrtzidis2012-06-161-1/+1
* Remove CXXRecordDecl flags which are unused after r158289.Richard Smith2012-06-101-4/+0
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-101-6/+5
* Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri...David Blaikie2012-05-281-11/+10
OpenPOWER on IntegriCloud