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
*
[Modules] Work around PR23030 again, in a different code path, where
Chandler Carruth
2015-03-27
1
-6
/
+9
*
[Modules] When walking the lookup results in a namespace, sort them by
Chandler Carruth
2015-03-27
1
-9
/
+23
*
[Modules] Delete a bunch of complex code for ensuring visible decls in
Chandler Carruth
2015-03-26
1
-2
/
+2
*
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Richard Smith
2015-03-24
1
-14
/
+15
*
[modules] Don't clobber a destructor's operator delete when adding another one;
Richard Smith
2015-03-10
1
-1
/
+1
*
[modules] Rework merging of redeclaration chains on module import.
Richard Smith
2015-03-05
1
-14
/
+31
*
[modules] When writing out a list of specializations for a template, if we have
Richard Smith
2015-02-27
1
-51
/
+58
*
[modules] Treat friend declarations that are lexically within a dependent
Richard Smith
2015-02-07
1
-2
/
+11
*
PR22405: don't lose implicit-deleted-ness across AST write / read.
Richard Smith
2015-02-06
1
-14
/
+14
*
[modules] If a module declares an entity and then imports another declaration
Richard Smith
2015-02-06
1
-8
/
+26
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-2
/
+2
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-1
/
+2
*
Change how we distinguish bitfield widths, in-class
John McCall
2014-10-10
1
-9
/
+8
*
[modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes
Richard Smith
2014-09-03
1
-0
/
+1
*
Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...
Craig Topper
2014-08-30
1
-2
/
+2
*
[modules] Fix deserialization cycle when loading a tag declaration with a typ...
Richard Smith
2014-08-30
1
-10
/
+19
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-3
/
+9
*
[modules] Number anonymous declarations that are lexically within mergeable
Richard Smith
2014-08-28
1
-0
/
+6
*
[modules] Add an assert that we properly manage the IsCompleteDefinition flag
Richard Smith
2014-08-27
1
-1
/
+2
*
[modules] Track the described template in an alias declaration that is the
Richard Smith
2014-08-26
1
-0
/
+1
*
[modules] Add abbreviation for ImplicitCastExpr. This is the most common
Richard Smith
2014-07-27
1
-0
/
+18
*
[modules] Improve abbreviations for C++:
Richard Smith
2014-07-26
1
-8
/
+72
*
[PCH] Remove the BackingIvarReferencedInAccessor field from DECL_OBJC_IVAR ab...
Argyrios Kyrtzidis
2014-06-21
1
-2
/
+0
*
Recompute the injected class name type for a class template specialization
Richard Smith
2014-05-23
1
-2
/
+0
*
[C++11] Use 'nullptr'. Serialization edition.
Craig Topper
2014-05-22
1
-11
/
+11
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-2
/
+4
*
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
[next]