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
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-35
/
+35
*
PR12225: The requirement that literal operators be namespace-scope functions
Richard Smith
2012-03-10
1
-4
/
+1
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-2
/
+2
*
Only make a call to a copy constructor elidable if in fact we are
Douglas Gregor
2012-03-10
1
-1
/
+20
*
[AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart().
Daniel Dunbar
2012-03-09
1
-15
/
+15
*
Literal operators can't have default arguments.
Richard Smith
2012-03-09
1
-0
/
+13
*
Support for raw and template forms of numeric user-defined literals,
Richard Smith
2012-03-09
1
-1
/
+7
*
Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not
Richard Smith
2012-03-08
1
-21
/
+6
*
static_assert: Allow any string-literal as the message, not just a character
Richard Smith
2012-03-05
1
-2
/
+6
*
Avoid double lookup.
Benjamin Kramer
2012-03-05
1
-3
/
+5
*
Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.
Richard Smith
2012-03-04
1
-5
/
+10
*
Implement "optimization" for lambda-to-block conversion which inlines the gen...
Eli Friedman
2012-03-01
1
-74
/
+15
*
Ensure that we delete default constructors in the right cases. Don't delete the
Richard Smith
2012-02-27
1
-11
/
+9
*
Ensure that we delete destructors in the right cases. Specifically:
Richard Smith
2012-02-26
1
-101
/
+86
*
Make sure we don't try to produce a definition of an implicitly-deleted function
Richard Smith
2012-02-26
1
-5
/
+10
*
Special members which are defaulted or deleted on their first declaration are
Richard Smith
2012-02-26
1
-0
/
+53
*
Work-in-progress for lambda conversion-to-block operator. Still need to impl...
Eli Friedman
2012-02-25
1
-5
/
+11
*
Implement C++11 [over.match.copy]p1b2, which allows the use of
Douglas Gregor
2012-02-24
1
-2
/
+3
*
C++11 [class.ctor]p5 says that
Douglas Gregor
2012-02-24
1
-2
/
+6
*
Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization...
Benjamin Kramer
2012-02-23
1
-2
/
+1
*
Fix parsing and processing initializer lists in return statements and as dire...
Sebastian Redl
2012-02-22
1
-4
/
+9
*
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-22
1
-10
/
+79
*
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-21
1
-0
/
+17
*
Fix a constexpr FIXME: When implicitly instantiating the primary template for an
Richard Smith
2012-02-20
1
-6
/
+2
*
Emit a warning when list-initializing a std::initializer_list member.
Sebastian Redl
2012-02-19
1
-0
/
+9
*
Add a bunch of missing calls to DiagnoseSentinelCalls. <rdar://problem/10885...
Eli Friedman
2012-02-18
1
-0
/
+5
*
Diagnose uses of deleted destructors and inaccessible defaulted destructors.
Richard Smith
2012-02-18
1
-6
/
+8
*
Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing
Richard Smith
2012-02-18
1
-611
/
+306
*
Rework the Sema/AST/IRgen dance for the lambda closure type's
Douglas Gregor
2012-02-17
1
-2
/
+35
*
Implicitly define a lambda's conversion functions (to function
Douglas Gregor
2012-02-16
1
-1
/
+54
*
When overload resolution picks an implicitly-deleted special member
Douglas Gregor
2012-02-15
1
-0
/
+6
*
Implement C++ core issue 974, which permits default arguments for
Douglas Gregor
2012-02-14
1
-1
/
+15
*
Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)
Dmitri Gribenko
2012-02-14
1
-10
/
+20
*
Use a simpler (and more efficient) pattern to pad vectors.
Benjamin Kramer
2012-02-14
1
-2
/
+1
*
Fix another issue introduced by the proposed wording for core issue 1358: since
Richard Smith
2012-02-14
1
-3
/
+12
*
Update constexpr implementation to match CWG's chosen approach for core issues
Richard Smith
2012-02-13
1
-79
/
+37
*
Lambdas have a deleted default constructor and a deleted copy
Douglas Gregor
2012-02-12
1
-0
/
+13
*
Change the way we store initialization kinds so that all direct inits can dis...
Sebastian Redl
2012-02-12
1
-20
/
+30
*
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-11
1
-252
/
+93
*
Implement C++11 [expr.lambda.prim]p13, which prohibits lambdas in
Douglas Gregor
2012-02-10
1
-0
/
+12
*
Make sure a variable with a C++ direct initializer triggers jump scope checki...
Eli Friedman
2012-02-09
1
-0
/
+4
*
DR1359: A constexpr constructor does not need to initialize an empty struct or
Richard Smith
2012-02-09
1
-5
/
+12
*
Don't complain about the lack of a constructor for a lambda expression. They ...
Douglas Gregor
2012-02-09
1
-1
/
+2
*
Implement the agreed resolution to DR1457: a signed left shift of a 1 bit into
Richard Smith
2012-02-08
1
-6
/
+1
*
Canonicalize the base class used in the nested-name-specifier of a generated
Manuel Klimek
2012-02-06
1
-1
/
+2
*
Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...
Abramo Bagnara
2012-02-06
1
-3
/
+3
*
constexpr: Implement DR1358: An instantiation of a constexpr function which
Richard Smith
2012-02-05
1
-2
/
+3
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
A useful approximation of initializer list constructors.
Sebastian Redl
2012-02-04
1
-3
/
+0
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
[next]