summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+6
* Fix a bug reduced from a crash when trying to use modules with libc++. We checkRichard Smith2013-02-121-0/+4
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-311-4/+11
* patch for PR9027 and // rdar://11861085Fariborz Jahanian2013-01-251-0/+2
* The standard ARM C++ ABI dictates that inline functions areJohn McCall2013-01-251-3/+3
* When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor2013-01-211-1/+4
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-2/+3
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-5/+4
* 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-3/+3
* [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType typeArgyrios Kyrtzidis2012-11-061-1/+1
* Set a special flag in class metadata when an Objective-C classJohn McCall2012-10-171-0/+2
* [PCH] We only need to record C++ overridden methods once for the canonical decl.Argyrios Kyrtzidis2012-10-121-5/+10
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-1/+1
* [PCH] Fix serialization of an ImportDecl.Argyrios Kyrtzidis2012-10-031-0/+1
* Bring ASTReader and Writer into sync for the case where a canonical template ...Axel Naumann2012-10-011-0/+1
* Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>.Douglas Gregor2012-09-201-0/+5
* Fix abbreviation for CharacterLiteral in AST serialization. PR13806.Eli Friedman2012-09-141-1/+1
* PR9023: A template template parameter whose template parameter list contains anRichard Smith2012-09-071-6/+22
* 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-0/+1
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-091-1/+2
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-101-5/+7
* [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis2012-05-091-0/+1
* Fix non-deterministic iteration order when walking the specializationsChandler Carruth2012-05-031-3/+4
* Serialize and deserialize some missing bits from BlockDecl.John McCall2012-04-131-0/+3
* [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,Argyrios Kyrtzidis2012-03-221-13/+24
* Fix Objective-C compilation-time performance regression introduced in r152608.Richard Smith2012-03-161-3/+1
* Instantiating a class template should not instantiate the definition of anyRichard Smith2012-03-141-1/+7
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-0/+1
* Allow serializing an invalid ParmVarDecl and don't set access to public forArgyrios Kyrtzidis2012-03-091-8/+8
* objective-c: provide fixit hint when atomic property does notFariborz Jahanian2012-02-291-0/+1
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-221-2/+0
* modern objc translator. Finish off first cut of theFariborz Jahanian2012-02-201-0/+4
* Implicitly define a lambda's conversion functions (to functionDouglas Gregor2012-02-161-0/+2
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-111-3/+3
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-271-3/+9
* Don't separately serialize the list of instance variables in anDouglas Gregor2012-01-261-6/+0
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-1/+0
* Now that deserializing a definition of a C++ class/Objective-CDouglas Gregor2012-01-151-14/+6
* Completely re-implement (de-)serialization of redeclarationDouglas Gregor2012-01-151-21/+17
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-141-10/+10
* Revert accidental commitDouglas Gregor2012-01-141-3/+1
* Add a FIXME for mutation of the common pointer of a RedeclarableTemplateDecl....Douglas Gregor2012-01-141-1/+3
* Reimplement RedeclarableTemplateDecl in terms ofDouglas Gregor2012-01-141-26/+5
* Progress towards making isUsed() reflect whether a declaration is odr-used; d...Eli Friedman2012-01-131-0/+1
* Pack UsingDecl more.Benjamin Kramer2012-01-071-1/+1
* Switch NamespaceDecl from its own hand-rolled redeclaration chain overDouglas Gregor2012-01-071-6/+3
* Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bitsDouglas Gregor2012-01-061-2/+2
* Don't seed the ASTWriter's declaration -> ID mapping with the IDs ofDouglas Gregor2012-01-051-6/+12
OpenPOWER on IntegriCloud