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
*
When a module completes the definition of a class template specialization imp...
Richard Smith
2014-04-19
1
-3
/
+4
*
Fix PR18307: Properly (de)serialize inherited constructors and their using de...
Stephan Tolksdorf
2014-03-27
1
-0
/
+1
*
If a name is injected into an imported inline namespace without reopening that
Richard Smith
2014-03-23
1
-3
/
+8
*
When we inject a declaration into a namespace, add the primary DeclContext to
Richard Smith
2014-03-23
1
-1
/
+2
*
If a template instantation introduces a name into a namespace, we need to write
Richard Smith
2014-03-23
1
-0
/
+12
*
Emit an update record if we instantiate the definition of a function template
Richard Smith
2014-03-22
1
-0
/
+16
*
Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r2...
Aaron Ballman
2014-03-21
1
-1
/
+1
*
Refactor and simplify DeclUpdates serialization.
Richard Smith
2014-03-20
1
-3
/
+2
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-3
/
+1
*
[C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_loc_begin() and protoco...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_loc_begin() and protoco...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_loc_begin() and protoc...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...
Aaron Ballman
2014-03-07
1
-1
/
+1
*
[C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...
Aaron Ballman
2014-03-07
1
-4
/
+2
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
Fix autolinking when modules are imported in pch files
Ben Langmuir
2014-01-31
1
-7
/
+7
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-2
/
+2
*
[objc] Refactor and improve functionality for the -Wunused-property-ivar warn...
Argyrios Kyrtzidis
2014-01-03
1
-2
/
+0
*
ObjectiveC. Remove false positive warning for missing property
Fariborz Jahanian
2014-01-02
1
-0
/
+1
*
[objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+1
*
ObjectiveC: under -Wunused-property-ivar warn if property's
Fariborz Jahanian
2013-10-25
1
-0
/
+3
*
Make UsingShadowDecls redeclarable. This fixes some visibility problems with
Richard Smith
2013-10-23
1
-0
/
+1
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-9
/
+9
*
Per latest drafting, switch to implementing init-captures as if by declaring
Richard Smith
2013-09-28
1
-0
/
+4
*
Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""
David Majnemer
2013-09-17
1
-0
/
+2
*
Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"
David Majnemer
2013-09-17
1
-3
/
+1
*
[-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
2013-09-17
1
-1
/
+3
*
C++ modules: if a class is defined in multiple modules (for instance, because
Richard Smith
2013-09-09
1
-7
/
+7
*
Bug fix: disallow a variable template to be redeclared as a non-templated var...
Larisse Voufo
2013-08-14
1
-6
/
+13
*
Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:
Richard Smith
2013-08-13
1
-0
/
+4
*
variable templates updated for PCH serialization... Still working on test cas...
Larisse Voufo
2013-08-13
1
-0
/
+1
*
Added source locs for angled parentheses in class/var template partial specs.
Enea Zaffanella
2013-08-10
1
-10
/
+2
*
PR9992: Serialize and deserialize the token sequence for a function template in
Richard Smith
2013-08-07
1
-0
/
+1
*
Eliminate CXXConstructorDecl::IsImplicitlyDefined.
Jordan Rose
2013-08-07
1
-2
/
+0
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-0
/
+85
*
Improve clarity/consistency of a few UsingDecl methods and related helpers.
Enea Zaffanella
2013-07-22
1
-2
/
+2
*
Serialization support for TagDecl::IsCompleteDefinitionRequired
David Blaikie
2013-07-14
1
-0
/
+3
*
Fix deserializing of class template partial specializations. Assign sequence
Richard Smith
2013-06-25
1
-2
/
+0
*
Improved source code fidelity for gcc mode attribute.
Enea Zaffanella
2013-06-20
1
-1
/
+4
*
Fix linkage computation for derived types in inline functions.
Rafael Espindola
2013-05-25
1
-1
/
+1
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-2
/
+2
*
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
1
-4
/
+4
*
Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...
Argyrios Kyrtzidis
2013-05-03
1
-1
/
+1
*
Serialization for captured statements
Ben Langmuir
2013-05-03
1
-2
/
+7
*
Keep track of an @implementation's super class name location, if one was prov...
Argyrios Kyrtzidis
2013-05-03
1
-0
/
+1
[next]