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
/
ASTReaderDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-1
/
+1
*
C++ modules: merging for enumerations and enumerators with multiple definitions
Richard Smith
2013-10-15
1
-0
/
+29
*
Merge common pointers for redeclarations of the same template across modules.
Richard Smith
2013-10-13
1
-0
/
+5
*
When merging class definitions across modules in C++, merge together fields.
Richard Smith
2013-10-07
1
-0
/
+29
*
Per latest drafting, switch to implementing init-captures as if by declaring
Richard Smith
2013-09-28
1
-6
/
+2
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-0
/
+1
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-3
/
+7
*
Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""
David Majnemer
2013-09-17
1
-2
/
+2
*
Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"
David Majnemer
2013-09-17
1
-2
/
+2
*
[-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
2013-09-17
1
-2
/
+2
*
C++ modules: if a class is defined in multiple modules (for instance, because
Richard Smith
2013-09-09
1
-91
/
+149
*
Fix regression from r190016.
Eli Friedman
2013-09-05
1
-1
/
+3
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-1
/
+6
*
Map from local decl IDs to global decl IDs when lazily deserializing friend d...
Richard Smith
2013-08-30
1
-3
/
+3
*
Be lazier when loading KeyFunctions from PCH/modules. We don't need to load
Richard Smith
2013-08-29
1
-3
/
+3
*
A clean-up pass, exploring the unification of traversals of class, variable a...
Larisse Voufo
2013-08-23
1
-0
/
+13
*
Remove SequenceNumber from class/variable template partial specializations.
Richard Smith
2013-08-22
1
-4
/
+0
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-1
/
+0
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-0
/
+1
*
Bug fix: disallow a variable template to be redeclared as a non-templated var...
Larisse Voufo
2013-08-14
1
-3
/
+14
*
Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:
Richard Smith
2013-08-13
1
-0
/
+1
*
Added source locs for angled parentheses in class/var template partial specs.
Enea Zaffanella
2013-08-10
1
-18
/
+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
-2
/
+139
*
When merging redeclaration chains across modules, if a declaration is visible
Richard Smith
2013-08-02
1
-6
/
+12
*
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
/
+1
*
C++ modules: Don't call DeclContext::lookup when half-way through deserializing
Richard Smith
2013-07-13
1
-15
/
+13
*
Lazily deserialize function template specializations. This fixes a cycle in
Richard Smith
2013-06-28
1
-10
/
+20
*
Lazily deserialize the "first' friend declaration when deserializing a class
Richard Smith
2013-06-26
1
-1
/
+1
*
Fix deserializing of class template partial specializations. Assign sequence
Richard Smith
2013-06-25
1
-5
/
+6
*
Check for matching template-parameter-lists when merging template declarations.
Richard Smith
2013-06-24
1
-3
/
+52
*
Slightly improve cross-module merging for function templates.
Richard Smith
2013-06-24
1
-7
/
+12
*
Improved source code fidelity for gcc mode attribute.
Enea Zaffanella
2013-06-20
1
-2
/
+6
*
Fix linkage computation for derived types in inline functions.
Rafael Espindola
2013-05-25
1
-5
/
+3
*
Fix bitcode desynchronization when loading a PCH containing a class template
Richard Smith
2013-05-23
1
-15
/
+38
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-3
/
+16
*
OpenMP threadprivate with qualified names.
Alexey Bataev
2013-05-13
1
-2
/
+2
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-2
/
+2
*
C++1y deduced return types: when we deduce a return type for a function which
Richard Smith
2013-05-11
1
-0
/
+7
*
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
1
-1
/
+1
*
Serialization for captured statements
Ben Langmuir
2013-05-03
1
-3
/
+6
*
Keep track of an @implementation's super class name location, if one was prov...
Argyrios Kyrtzidis
2013-05-03
1
-0
/
+1
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-0
/
+8
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+10
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-1
/
+1
*
Pare back r164351 somewhat. The problem that change was addressing was that we
Richard Smith
2013-04-03
1
-4
/
+0
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-4
/
+2
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-2
/
+4
[prev]
[next]