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
*
Fix a bug reduced from a crash when trying to use modules with libc++. We check
Richard Smith
2013-02-12
1
-0
/
+4
*
Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
2013-01-31
1
-4
/
+11
*
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
1
-0
/
+2
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-3
/
+3
*
When deserializing a declaration, don't look for redeclarations if its
Douglas Gregor
2013-01-21
1
-1
/
+4
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-2
/
+3
*
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-19
1
-5
/
+4
*
Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body
Argyrios Kyrtzidis
2012-12-06
1
-0
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
[PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type
Argyrios Kyrtzidis
2012-11-06
1
-1
/
+1
*
Set a special flag in class metadata when an Objective-C class
John McCall
2012-10-17
1
-0
/
+2
*
[PCH] We only need to record C++ overridden methods once for the canonical decl.
Argyrios Kyrtzidis
2012-10-12
1
-5
/
+10
*
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
1
-1
/
+1
*
[PCH] Fix serialization of an ImportDecl.
Argyrios Kyrtzidis
2012-10-03
1
-0
/
+1
*
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
[next]