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
*
Fix PR18307: Properly (de)serialize inherited constructors and their using de...
Stephan Tolksdorf
2014-03-27
1
-1
/
+3
*
Remove redundant and misleading check. This could also lead to painful cyclic
Richard Smith
2014-03-25
1
-1
/
+1
*
If an update record makes a declaration interesting, pass it to the consumer.
Richard Smith
2014-03-23
1
-1
/
+11
*
Emit an update record if we instantiate the definition of a function template
Richard Smith
2014-03-22
1
-0
/
+18
*
Serialize and deserialize mangling numbers.
Richard Smith
2014-03-21
1
-0
/
+8
*
When the exception specification for a function in an imported PCH or module is
Richard Smith
2014-03-20
1
-0
/
+11
*
Serialization: Directly compare objects instead of using a functor duplicatin...
Benjamin Kramer
2014-03-15
1
-38
/
+4
*
[C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...
Aaron Ballman
2014-03-13
1
-6
/
+3
*
Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't
Richard Smith
2014-03-11
1
-3
/
+5
*
If a visibility update record is found for a DeclContext after that Decl has
Richard Smith
2014-03-11
1
-7
/
+3
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
If a module A exports a macro M, and a module B imports that macro and #undef's
Richard Smith
2014-03-01
1
-1
/
+1
*
Fix PCH deserialization bug with local static symbols being treated as local ...
Ted Kremenek
2014-02-11
1
-1
/
+1
*
Fix autolinking when modules are imported in pch files
Ben Langmuir
2014-01-31
1
-1
/
+2
*
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
-3
/
+0
*
ObjectiveC. Remove false positive warning for missing property
Fariborz Jahanian
2014-01-02
1
-0
/
+1
*
PCH: fix a crash caused by a circular deserialization dependency
Dmitri Gribenko
2013-12-19
1
-4
/
+7
*
Implement DR1460: fix handling of default initializers in unions; don't allow
Richard Smith
2013-12-10
1
-0
/
+1
*
[objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+1
*
Implement final resolution of DR1402: implicitly-declared move operators that
Richard Smith
2013-11-04
1
-2
/
+0
*
ObjectiveC: under -Wunused-property-ivar warn if property's
Fariborz Jahanian
2013-10-25
1
-0
/
+2
*
A decl never becomes unused. Make that explicit in the API.
Rafael Espindola
2013-10-23
1
-2
/
+2
*
Refactor out the circular reference to LambdaExpr in CXXRecordDecl.
Faisal Vali
2013-10-23
1
-2
/
+4
*
Revert r193223 and r193216.
Rafael Espindola
2013-10-23
1
-4
/
+2
*
Remove the circular reference to LambdaExpr in CXXRecordDecl.
Faisal Vali
2013-10-23
1
-2
/
+4
*
Make UsingShadowDecls redeclarable. This fixes some visibility problems with
Richard Smith
2013-10-23
1
-1
/
+15
*
Basic ODR checking for C++ modules:
Richard Smith
2013-10-18
1
-3
/
+12
*
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
[next]