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
*
Issue a diagnostic if an implicitly-defined move assignment operator would move
Richard Smith
2013-11-04
1
-10
/
+99
*
Update a comment to match current core issues list.
Richard Smith
2013-11-04
1
-8
/
+3
*
Implement final resolution of DR1402: implicitly-declared move operators that
Richard Smith
2013-11-04
1
-154
/
+15
*
Sema: Disallow inheriting from classes with flexible array members
David Majnemer
2013-11-02
1
-0
/
+12
*
Sema: Remove stray whitespace around Sema::CheckBaseSpecifier
David Majnemer
2013-11-02
1
-3
/
+3
*
Simplify and refactor the uninitialized field warning.
Richard Trieu
2013-10-25
1
-190
/
+90
*
Make UsingShadowDecls redeclarable. This fixes some visibility problems with
Richard Smith
2013-10-23
1
-19
/
+25
*
Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.
Kaelyn Uhrain
2013-10-19
1
-3
/
+10
*
Fix missed exception spec checks and crashes
Alp Toker
2013-10-18
1
-23
/
+24
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-10
/
+19
*
Revert "Fix missed exception spec checks and crashes"
Alp Toker
2013-10-17
1
-23
/
+23
*
Fix missed exception spec checks and crashes
Alp Toker
2013-10-17
1
-23
/
+23
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-1
/
+1
*
PR17567: Improve diagnostic for a mistyped constructor name. If we see something
Richard Smith
2013-10-15
1
-0
/
+26
*
Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
2013-10-11
1
-0
/
+7
*
Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...
Ted Kremenek
2013-10-08
1
-1
/
+1
*
Add support for WG21 N3599 (literal operator template for strings) as a GNU
Richard Smith
2013-10-07
1
-3
/
+25
*
Fix windows newlines :(
Faisal Vali
2013-09-29
1
-1
/
+1
*
Implement conversion to function pointer for generic lambdas without captures.
Faisal Vali
2013-09-29
1
-38
/
+73
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-8
/
+8
*
Simplify code to equivalent code. No need to test for null after cast<>, use
Nick Lewycky
2013-09-22
1
-9
/
+5
*
Modify the uninitialized field visitor to detect uninitialized use across the
Richard Trieu
2013-09-20
1
-32
/
+180
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-5
/
+15
*
Move the uninitialized field check to after all the field initializers are added
Richard Trieu
2013-09-16
1
-17
/
+39
*
Pass additional information around the uninitialized field visitor.
Richard Trieu
2013-09-16
1
-7
/
+12
*
Refactor the uninitialized field visitor. Also moved the calls to the visitor
Richard Trieu
2013-09-13
1
-54
/
+69
*
Fix constructor-related typos.
Benjamin Kramer
2013-09-09
1
-1
/
+1
*
Improve error for "override" + non-virtual func.
Eli Friedman
2013-09-05
1
-34
/
+77
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-11
/
+11
*
Sema: avoid reuse of Exprs when synthesizing operator=
Pavel Labath
2013-08-30
1
-94
/
+197
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
1
-40
/
+33
*
Simplify a bit.
Rafael Espindola
2013-08-26
1
-13
/
+8
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-7
/
+8
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-8
/
+7
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-1
/
+1
*
const'ify Sema::ActOnCompoundStmt by
Robert Wilhelm
2013-08-19
1
-11
/
+7
*
Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
2013-08-17
1
-38
/
+23
*
Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive ...
Robert Wilhelm
2013-08-10
1
-3
/
+3
*
Implement [class.friend]p11's special name lookup rules for friend declarations
Richard Smith
2013-08-09
1
-28
/
+51
*
Eliminate CXXConstructorDecl::IsImplicitlyDefined.
Jordan Rose
2013-08-07
1
-3
/
+0
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-2
/
+4
*
Sema: Minor const fixups and control flow tidying.
Benjamin Kramer
2013-07-24
1
-93
/
+67
*
C++1y literal suffix support:
Richard Smith
2013-07-23
1
-1
/
+3
*
Update comment to refer to core issue number.
Richard Smith
2013-07-22
1
-4
/
+2
*
Improve clarity/consistency of a few UsingDecl methods and related helpers.
Enea Zaffanella
2013-07-22
1
-19
/
+21
*
Remove superfluous cast.
Robert Wilhelm
2013-07-22
1
-2
/
+1
*
Implement DR257 / fix PR16659:
Richard Smith
2013-07-22
1
-7
/
+36
*
Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef.
Robert Wilhelm
2013-07-21
1
-7
/
+4
*
Clean up diagnostics for inheriting constructors.
Eli Friedman
2013-07-18
1
-3
/
+1
[next]