summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAge
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-13
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-04
* Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...Argyrios Kyrtzidis2013-05-03
* Serialization for captured statementsBen Langmuir2013-05-03
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-03
* Sema for Captured StatementsTareq A. Siraj2013-04-16
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-13
* Add 178663 back.Rafael Espindola2013-04-03
* Revert 178663.Rafael Espindola2013-04-03
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-03
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-22
* [PCH] Fix assertion hit related to enum decls inside templated funtions.Argyrios Kyrtzidis2013-03-18
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-22
* Fix a bug reduced from a crash when trying to use modules with libc++. We checkRichard Smith2013-02-12
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-31
* patch for PR9027 and // rdar://11861085Fariborz Jahanian2013-01-25
* The standard ARM C++ ABI dictates that inline functions areJohn McCall2013-01-25
* When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor2013-01-21
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-16
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-19
* Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a bodyArgyrios Kyrtzidis2012-12-06
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType typeArgyrios Kyrtzidis2012-11-06
* Set a special flag in class metadata when an Objective-C classJohn McCall2012-10-17
* [PCH] We only need to record C++ overridden methods once for the canonical decl.Argyrios Kyrtzidis2012-10-12
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-10
* [PCH] Fix serialization of an ImportDecl.Argyrios Kyrtzidis2012-10-03
* Bring ASTReader and Writer into sync for the case where a canonical template ...Axel Naumann2012-10-01
* Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>.Douglas Gregor2012-09-20
* Fix abbreviation for CharacterLiteral in AST serialization. PR13806.Eli Friedman2012-09-14
* PR9023: A template template parameter whose template parameter list contains anRichard Smith2012-09-07
* Remove HasSynthBitfield and all callers/writers/etc. Also removeEric Christopher2012-07-19
* Stop instantiating a class if we hit a static_assert failure. Also, if theRichard Smith2012-07-11
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-09
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-10
* [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis2012-05-09
* Fix non-deterministic iteration order when walking the specializationsChandler Carruth2012-05-03
* Serialize and deserialize some missing bits from BlockDecl.John McCall2012-04-13
* [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,Argyrios Kyrtzidis2012-03-22
* Fix Objective-C compilation-time performance regression introduced in r152608.Richard Smith2012-03-16
* Instantiating a class template should not instantiate the definition of anyRichard Smith2012-03-14
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-10
* Allow serializing an invalid ParmVarDecl and don't set access to public forArgyrios Kyrtzidis2012-03-09
* objective-c: provide fixit hint when atomic property does notFariborz Jahanian2012-02-29
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-22
* modern objc translator. Finish off first cut of theFariborz Jahanian2012-02-20
* Implicitly define a lambda's conversion functions (to functionDouglas Gregor2012-02-16
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-11
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-27