index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Serialization
/
ASTWriterDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bring ASTReader and Writer into sync for the case where a canonical template ...
Axel Naumann
2012-10-01
1
-0
/
+1
*
Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>.
Douglas Gregor
2012-09-20
1
-0
/
+5
*
Fix abbreviation for CharacterLiteral in AST serialization. PR13806.
Eli Friedman
2012-09-14
1
-1
/
+1
*
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-09-07
1
-6
/
+22
*
Remove HasSynthBitfield and all callers/writers/etc. Also remove
Eric Christopher
2012-07-19
1
-2
/
+0
*
Stop instantiating a class if we hit a static_assert failure. Also, if the
Richard Smith
2012-07-11
1
-0
/
+1
*
Inline storage of attributes in AttributedStmt.
Alexander Kornienko
2012-07-09
1
-1
/
+2
*
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-10
1
-5
/
+7
*
[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...
Argyrios Kyrtzidis
2012-05-09
1
-0
/
+1
*
Fix non-deterministic iteration order when walking the specializations
Chandler Carruth
2012-05-03
1
-3
/
+4
*
Serialize and deserialize some missing bits from BlockDecl.
John McCall
2012-04-13
1
-0
/
+3
*
[PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,
Argyrios Kyrtzidis
2012-03-22
1
-13
/
+24
*
Fix Objective-C compilation-time performance regression introduced in r152608.
Richard Smith
2012-03-16
1
-3
/
+1
*
Instantiating a class template should not instantiate the definition of any
Richard Smith
2012-03-14
1
-1
/
+7
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-0
/
+1
*
Allow serializing an invalid ParmVarDecl and don't set access to public for
Argyrios Kyrtzidis
2012-03-09
1
-8
/
+8
*
objective-c: provide fixit hint when atomic property does not
Fariborz Jahanian
2012-02-29
1
-0
/
+1
*
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-22
1
-2
/
+0
*
modern objc translator. Finish off first cut of the
Fariborz Jahanian
2012-02-20
1
-0
/
+4
*
Implicitly define a lambda's conversion functions (to function
Douglas Gregor
2012-02-16
1
-0
/
+2
*
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-11
1
-3
/
+3
*
Reimplement (de-)serialization of Objective-C categories to eliminate
Douglas Gregor
2012-01-27
1
-3
/
+9
*
Don't separately serialize the list of instance variables in an
Douglas Gregor
2012-01-26
1
-6
/
+0
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-1
/
+0
*
Now that deserializing a definition of a C++ class/Objective-C
Douglas Gregor
2012-01-15
1
-14
/
+6
*
Completely re-implement (de-)serialization of redeclaration
Douglas Gregor
2012-01-15
1
-21
/
+17
*
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-14
1
-10
/
+10
*
Revert accidental commit
Douglas Gregor
2012-01-14
1
-3
/
+1
*
Add a FIXME for mutation of the common pointer of a RedeclarableTemplateDecl....
Douglas Gregor
2012-01-14
1
-1
/
+3
*
Reimplement RedeclarableTemplateDecl in terms of
Douglas Gregor
2012-01-14
1
-26
/
+5
*
Progress towards making isUsed() reflect whether a declaration is odr-used; d...
Eli Friedman
2012-01-13
1
-0
/
+1
*
Pack UsingDecl more.
Benjamin Kramer
2012-01-07
1
-1
/
+1
*
Switch NamespaceDecl from its own hand-rolled redeclaration chain over
Douglas Gregor
2012-01-07
1
-6
/
+3
*
Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bits
Douglas Gregor
2012-01-06
1
-2
/
+2
*
Don't seed the ASTWriter's declaration -> ID mapping with the IDs of
Douglas Gregor
2012-01-05
1
-6
/
+12
*
Implement declaration merging for non-template functions from
Douglas Gregor
2012-01-04
1
-19
/
+20
*
Eliminate ObjCProtocolDecl's end-of-definition location. It is not
Douglas Gregor
2012-01-02
1
-1
/
+0
*
Move ObjCProtocolDecl::EndLoc into its DefinitionData, and give
Douglas Gregor
2012-01-02
1
-1
/
+1
*
Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th...
Douglas Gregor
2012-01-01
1
-2
/
+0
*
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2012-01-01
1
-14
/
+0
*
Introduce the core infrastructure needed to model redeclaration chains
Douglas Gregor
2012-01-01
1
-0
/
+1
*
Move the data that corresponds to the definition of a protocol into a
Douglas Gregor
2012-01-01
1
-9
/
+16
*
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-27
1
-8
/
+0
*
Once we have fully deserialized a redeclaration chain for something
Douglas Gregor
2011-12-19
1
-4
/
+4
*
Re-implement (de-)serialization of redeclaration chains for
Douglas Gregor
2011-12-19
1
-41
/
+39
*
Optimize serialized representation of redeclarable declarations for
Douglas Gregor
2011-12-19
1
-39
/
+16
*
Combine common (de-)serialization logic for typedefs and type aliases
Douglas Gregor
2011-12-19
1
-5
/
+7
*
constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'
Richard Smith
2011-12-19
1
-2
/
+5
*
Completely re-implement (de-)serialization of declaration
Douglas Gregor
2011-12-17
1
-31
/
+58
*
Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only
Douglas Gregor
2011-12-15
1
-2
/
+2
[prev]
[next]