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
/
Sema
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-17
/
+11
*
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
1
-1
/
+25
*
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-19
1
-0
/
+17
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-10
/
+11
*
Make helper functions static.
Benjamin Kramer
2013-02-15
1
-1
/
+1
*
Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
2013-02-06
1
-33
/
+35
*
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-05
1
-2
/
+4
*
Don't do delayed exception-specification checking on an invalid
Douglas Gregor
2013-02-01
1
-0
/
+8
*
Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
2013-01-31
1
-3
/
+4
*
Fix unused variable warnings in -asserts build
Matt Beaumont-Gay
2013-01-31
1
-2
/
+2
*
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-30
1
-1
/
+30
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-1
/
+1
*
Remove windows line endings.
David Blaikie
2013-01-18
1
-6
/
+6
*
Improve -Wreorder to handle cases of anonymous class member ordering
David Blaikie
2013-01-17
1
-26
/
+11
*
ArrayRef-ize some ctor initializer related APIs
David Blaikie
2013-01-17
1
-31
/
+23
*
Remove some unnecessary casts
David Blaikie
2013-01-17
1
-4
/
+4
*
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-17
1
-1
/
+1
*
Fixes crash when illegal function definitions are deleted or defaulted. Fixe...
Aaron Ballman
2013-01-16
1
-2
/
+2
*
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
1
-21
/
+13
*
ArrayRef'ize Sema APIs related to format string checking
Dmitri Gribenko
2013-01-13
1
-1
/
+3
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-4
/
+4
*
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-08
1
-4
/
+4
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-19
/
+19
*
ArrayRefize a CompoundStmt constructor.
Nico Weber
2012-12-29
1
-2
/
+2
*
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-19
1
-44
/
+14
*
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-19
1
-21
/
+22
*
PR14558: Compute triviality of special members (etc) at the end of the class
Richard Smith
2012-12-11
1
-85
/
+109
*
Virtual method overrides can no longer have mismatched calling conventions. ...
Aaron Ballman
2012-12-09
1
-0
/
+35
*
PR14550: If a system header contains a bogus constexpr function definition,
Richard Smith
2012-12-09
1
-2
/
+3
*
Finish implementing 'selected constructor' rules for triviality in C++11. In
Richard Smith
2012-12-08
1
-49
/
+81
*
Remove some remnants of the assumption that there is at most one of each
Richard Smith
2012-12-08
1
-2
/
+18
*
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-08
1
-104
/
+478
*
Per [dcl.fct.def.default]p1, don't allow variadic special members to be defau...
Richard Smith
2012-12-07
1
-0
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-9
/
+9
*
Consistently use 'needsImplicit<special member>' to determine whether we need
Richard Smith
2012-12-01
1
-5
/
+9
*
The declaration of a special member can require overload resolution to be
Richard Smith
2012-11-29
1
-0
/
+54
*
Store on the CXXRecordDecl whether the class has, or would have, a copy
Richard Smith
2012-11-28
1
-141
/
+4
*
C++ core issue 1344, PR10618: promote "addition of default argument makes this
Richard Smith
2012-11-28
1
-9
/
+16
*
Simplify checking for whether we should implicitly declare special members and
Richard Smith
2012-11-27
1
-1
/
+4
*
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-16
1
-4
/
+1
*
Teach the uninitialized field warning about anonymous structs and union members.
Nick Lewycky
2012-11-15
1
-9
/
+23
*
Remove another questionable use of hasTrivial*. The relevant thing for this
Richard Smith
2012-11-14
1
-93
/
+114
*
Fix some wrong-code bugs in implicitly-defined assignment operators:
Richard Smith
2012-11-13
1
-35
/
+43
*
Factor duplicated implicit memcpy call generation code out of copy/move
Richard Smith
2012-11-12
1
-200
/
+69
*
Rework my implementation of circular-reference finding to not use
Douglas Gregor
2012-11-10
1
-7
/
+34
*
Diagnostic circular inheritance involving dependent base classes. We
Douglas Gregor
2012-11-10
1
-4
/
+31
*
Put the usage-directive inside the nearest namespace or TU decl. We don't want
Nick Lewycky
2012-11-04
1
-3
/
+3
*
Rework implementation of DR1492: Apply the resolution to operator delete too,
Richard Smith
2012-10-20
1
-1
/
+1
*
Handle diamond inheritance in -Woverloaded-virtual.
David Blaikie
2012-10-19
1
-13
/
+29
*
Fix Objective-C implicit property synthesis for C++ classes so we use valid
Eli Friedman
2012-10-18
1
-30
/
+8
[next]