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
/
AST
/
DeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...
Richard Smith
2016-03-08
1
-5
/
+20
*
Fix rejects-valid caused by r261297.
Nico Weber
2016-02-24
1
-0
/
+3
*
Fix SemaTemplate/instantiate-field.cpp after r261297.
Nico Weber
2016-02-19
1
-1
/
+1
*
Implement the likely resolution of core issue 253.
Nico Weber
2016-02-19
1
-28
/
+37
*
[ptr-traits] Move methods manipulating PointerUnions, DenseMap pointer
Chandler Carruth
2015-12-30
1
-0
/
+28
*
[TrailingObjects] Convert Decl* classes.
James Y Knight
2015-12-29
1
-4
/
+3
*
Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"
Craig Topper
2015-12-25
1
-5
/
+6
*
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Craig Topper
2015-12-24
1
-6
/
+5
*
[AST] Turn the callbacks of lookupInBases and forallBases into a function_ref
Benjamin Kramer
2015-07-25
1
-7
/
+1
*
[modules] When determining the visible module set during template
Richard Smith
2015-07-08
1
-3
/
+3
*
Update -Winvalid-noreturn to handle destructors better.
Richard Trieu
2015-05-28
1
-0
/
+22
*
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Richard Smith
2015-03-24
1
-0
/
+4
*
[modules] Don't clobber a destructor's operator delete when adding another one;
Richard Smith
2015-03-10
1
-0
/
+9
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-5
/
+5
*
Revert r167816 and replace it with a proper fix for the issue: do not
Richard Smith
2015-02-21
1
-3
/
+2
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-2
/
+2
*
DebugInfo: Correct the debug location of non-static data member initializers
David Blaikie
2015-01-18
1
-3
/
+3
*
If a non-template constructor instantiated to X(X),
John McCall
2014-12-14
1
-1
/
+0
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-2
/
+2
*
Factor code into CXXRecordDecl::getTemplateInstantiationPattern() helper
Reid Kleckner
2014-10-14
1
-0
/
+38
*
Fix an assertion failure trying to emit a trivial destructor in ObjC++
Ben Langmuir
2014-09-26
1
-20
/
+14
*
[modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes
Richard Smith
2014-09-03
1
-2
/
+13
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-1
/
+1
*
Add missing initialization found due to a valgrind false positive.
Richard Smith
2014-07-21
1
-1
/
+1
*
MS ABI: Fix inheritance model calculation in CRTP
David Majnemer
2014-06-13
1
-2
/
+7
*
Avoid allocating extra memory to handle the lazy definition data pointer for
Richard Smith
2014-05-22
1
-3
/
+3
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-41
/
+44
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-56
/
+65
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-1
/
+1
*
Stop all the Decl classes poking at Redeclarable's data member directly, and ...
Richard Smith
2014-05-10
1
-2
/
+2
*
Recognize simple cases of trivial explicitly defaulted public dtors as irrele...
Stephan Tolksdorf
2014-03-27
1
-3
/
+8
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-6
/
+4
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-20
/
+13
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-7
/
+3
*
PR18232: implement instantiation for class-scope explicit specializations of
Richard Smith
2013-12-14
1
-1
/
+1
*
Implement DR1460: fix handling of default initializers in unions; don't allow
Richard Smith
2013-12-10
1
-4
/
+19
*
Move these virtual methods out of line.
Rafael Espindola
2013-11-26
1
-2
/
+10
*
Take cv-qualifiers on fields of class type into account when determining
Richard Smith
2013-11-25
1
-0
/
+7
*
Add class-specific operator new to Decl hierarchy. This guarantees that Decls
Richard Smith
2013-11-22
1
-86
/
+83
*
Implement final resolution of DR1402: implicitly-declared move operators that
Richard Smith
2013-11-04
1
-1
/
+0
*
Refactor out the circular reference to LambdaExpr in CXXRecordDecl.
Faisal Vali
2013-10-23
1
-5
/
+9
*
Revert r193223 and r193216.
Rafael Espindola
2013-10-23
1
-9
/
+5
*
Remove the circular reference to LambdaExpr in CXXRecordDecl.
Faisal Vali
2013-10-23
1
-5
/
+9
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-1
/
+1
*
[ms-cxxabi] Fix the calling convention for operator new in records
Reid Kleckner
2013-10-08
1
-15
/
+2
*
Fix windows newlines :(
Faisal Vali
2013-09-29
1
-19
/
+19
*
Implement conversion to function pointer for generic lambdas without captures.
Faisal Vali
2013-09-29
1
-6
/
+15
*
Per latest drafting, switch to implementing init-captures as if by declaring
Richard Smith
2013-09-28
1
-0
/
+1
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-2
/
+44
*
Mark lambda closure classes as being implicitly-generated.
James Dennett
2013-09-05
1
-0
/
+1
[next]