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
...
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-4
/
+5
*
[modules] PR20475: merging support for alias template declarations.
Richard Smith
2014-07-28
1
-0
/
+3
*
[modules] Rearrange and unify the way we determine if we need to pull in
Richard Smith
2014-07-15
1
-28
/
+30
*
[modules] When merging a class template, also merge the definition of its pat...
Richard Smith
2014-07-11
1
-3
/
+20
*
[modules] Don't try to merge template specializations by performing name lookup
Richard Smith
2014-07-11
1
-2
/
+5
*
Fix an iterator invalidation issue: deserializing a key function can write to
Richard Smith
2014-07-07
1
-0
/
+3
*
Convert some function arguments to use ArrayRef.
Craig Topper
2014-06-26
1
-2
/
+1
*
[modules] When we merge redecl chains or mark a decl used with an update
Richard Smith
2014-06-16
1
-1
/
+13
*
When merging functions across modules (and in particular, instantiations of
Richard Smith
2014-05-29
1
-2
/
+37
*
Recompute the injected class name type for a class template specialization
Richard Smith
2014-05-23
1
-3
/
+1
*
Avoid allocating extra memory to handle the lazy definition data pointer for
Richard Smith
2014-05-22
1
-2
/
+2
*
If a class template specialization from one module has its definition
Richard Smith
2014-05-22
1
-0
/
+10
*
[C++11] Use 'nullptr'. Serialization edition.
Craig Topper
2014-05-22
1
-19
/
+21
*
If two sibling modules declare the same entity, and we indirectly pull a
Richard Smith
2014-05-19
1
-0
/
+23
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-25
/
+27
*
Refactor to avoid explicitly listing all the different flavours of redeclarable
Richard Smith
2014-05-13
1
-56
/
+43
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-1
/
+1
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-2
/
+8
*
Defer loading any pending update records until we've finished deserializing.
Richard Smith
2014-04-30
1
-1
/
+1
*
When two templates get merged together, also merge their pattern declarations
Richard Smith
2014-04-24
1
-26
/
+91
*
When a module completes the definition of a class template specialization imp...
Richard Smith
2014-04-19
1
-52
/
+208
*
Add missing serialization code for one of the CXXRecordDecl definition flags.
Richard Smith
2014-04-17
1
-0
/
+1
*
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
[prev]
[next]