index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Serialization
/
ASTWriterDecl.cpp
Age
Commit message (
Expand
)
Author
2013-05-04
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-03
Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...
Argyrios Kyrtzidis
2013-05-03
Serialization for captured statements
Ben Langmuir
2013-05-03
Keep track of an @implementation's super class name location, if one was prov...
Argyrios Kyrtzidis
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-18
[PCH] Fix assertion hit related to enum decls inside templated funtions.
Argyrios Kyrtzidis
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-12
Fix a bug reduced from a crash when trying to use modules with libc++. We check
Richard Smith
2013-01-31
Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
2013-01-25
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-21
When deserializing a declaration, don't look for redeclarations if its
Douglas Gregor
2013-01-16
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2012-12-19
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-06
Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body
Argyrios Kyrtzidis
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-06
[PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type
Argyrios Kyrtzidis
2012-10-17
Set a special flag in class metadata when an Objective-C class
John McCall
2012-10-12
[PCH] We only need to record C++ overridden methods once for the canonical decl.
Argyrios Kyrtzidis
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-03
[PCH] Fix serialization of an ImportDecl.
Argyrios Kyrtzidis
2012-10-01
Bring ASTReader and Writer into sync for the case where a canonical template ...
Axel Naumann
2012-09-20
Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>.
Douglas Gregor
2012-09-14
Fix abbreviation for CharacterLiteral in AST serialization. PR13806.
Eli Friedman
2012-09-07
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-07-19
Remove HasSynthBitfield and all callers/writers/etc. Also remove
Eric Christopher
2012-07-11
Stop instantiating a class if we hit a static_assert failure. Also, if the
Richard Smith
2012-07-09
Inline storage of attributes in AttributedStmt.
Alexander Kornienko
2012-06-10
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-05-09
[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...
Argyrios Kyrtzidis
2012-05-03
Fix non-deterministic iteration order when walking the specializations
Chandler Carruth
2012-04-13
Serialize and deserialize some missing bits from BlockDecl.
John McCall
2012-03-22
[PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,
Argyrios Kyrtzidis
2012-03-16
Fix Objective-C compilation-time performance regression introduced in r152608.
Richard Smith
2012-03-14
Instantiating a class template should not instantiate the definition of any
Richard Smith
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-09
Allow serializing an invalid ParmVarDecl and don't set access to public for
Argyrios Kyrtzidis
2012-02-29
objective-c: provide fixit hint when atomic property does not
Fariborz Jahanian
2012-02-22
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-20
modern objc translator. Finish off first cut of the
Fariborz Jahanian
2012-02-16
Implicitly define a lambda's conversion functions (to function
Douglas Gregor
2012-02-11
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-01-27
Reimplement (de-)serialization of Objective-C categories to eliminate
Douglas Gregor
2012-01-26
Don't separately serialize the list of instance variables in an
Douglas Gregor
[next]