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
/
test
/
SemaCXX
/
cxx98-compat.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement C++1y digit separator proposal (' as a digit separator). This is not
Richard Smith
2013-09-26
1
-5
/
+4
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-0
/
+77
*
Undisable a test for a c++98-compat warning for inheriting constructors now t...
Richard Smith
2013-07-20
1
-5
/
+1
*
Fix handling of braced-init-list as reference initializer within aggregate
Richard Smith
2013-05-31
1
-1
/
+1
*
Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a
Richard Smith
2013-01-26
1
-0
/
+2
*
Only produce one -Wc++98-compat warning when initializing a reference from an...
Richard Smith
2013-01-12
1
-0
/
+7
*
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-08
1
-10
/
+10
*
Teach Clang parser to reject C++11 attributes that appertain to declaration s...
Michael Han
2012-11-06
1
-1
/
+1
*
The presence of a user-*declared* constructor makes the default
Douglas Gregor
2012-08-30
1
-0
/
+11
*
Use the location of the copy assignment when diagnosing classes that are nont...
Benjamin Kramer
2012-07-30
1
-0
/
+16
*
Fix ambiguity detection in GetBestOverloadCandidateSimple.
Benjamin Kramer
2012-07-30
1
-0
/
+11
*
Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this'
Richard Smith
2012-04-30
1
-10
/
+0
*
PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode.
Richard Smith
2012-04-27
1
-1
/
+5
*
Two missing -Wc++98-compat warnings, for null pointers as non-type template
Richard Smith
2012-04-26
1
-0
/
+18
*
Add missing -Wc++98-compat warnings for initializer list initializations which
Richard Smith
2012-04-19
1
-1
/
+25
*
Implement C++11 [temp.arg.nontype]'s permission to use the address of an object
Richard Smith
2012-04-04
1
-0
/
+8
*
PR10217: Provide diagnostics explaining why an implicitly-deleted special
Richard Smith
2012-03-30
1
-4
/
+2
*
Fix the other place where C++98 work for initializer lists was necessary.
Sebastian Redl
2012-03-20
1
-0
/
+4
*
Add the missing compatibility warning for braced initializers as default argu...
Sebastian Redl
2012-03-18
1
-1
/
+2
*
Improve diagnostics for UCNs referring to control characters and members of the
Richard Smith
2012-03-09
1
-0
/
+7
*
Lexing support for user-defined literals. Currently these lex as the same token
Richard Smith
2012-03-05
1
-1
/
+1
*
Tests for r151508.
Richard Smith
2012-02-26
1
-0
/
+2
*
Fix r151443 to only apply C++11's exception for non-static data member access
Richard Smith
2012-02-25
1
-0
/
+11
*
__decltype is a GNU extension, not a C++11 extension.
Richard Smith
2012-02-24
1
-0
/
+1
*
C++11 allows unions to have static data members. Remove the corresponding
Richard Smith
2012-02-16
1
-2
/
+6
*
Proper initializer list support for new expressions and type construct expres...
Sebastian Redl
2012-02-12
1
-1
/
+2
*
Fix parsing new expressions using init lists. Probably still do the wrong thi...
Sebastian Redl
2012-02-11
1
-1
/
+2
*
Stub out the Sema interface for lambda expressions, and change the parser to ...
Eli Friedman
2012-01-04
1
-1
/
+2
*
Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD
Richard Smith
2011-10-20
1
-0
/
+17
*
Add -Wc++98-compat warning for enumerations in nested name specifiers.
Richard Smith
2011-10-20
1
-0
/
+6
*
-Wc++98-compat: warn on nontrivial types used in unions and anonymous structs.
Richard Smith
2011-10-19
1
-0
/
+24
*
-Wc++98-compat: diagnose if a reference is bound to a prvalue which does not
Richard Smith
2011-10-19
1
-0
/
+27
*
Add a -Wc++98-compat warning for friend functions of class templates which would
Richard Smith
2011-10-19
1
-0
/
+7
*
-Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an access
Richard Smith
2011-10-19
1
-0
/
+9
*
-Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2.
Richard Smith
2011-10-18
1
-2
/
+12
*
-Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.
Richard Smith
2011-10-18
1
-1
/
+61
*
Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t',
Richard Smith
2011-10-17
1
-0
/
+10
*
Add -Wc++98-compat warning for deduced 'auto' type specifier.
Richard Smith
2011-10-15
1
-0
/
+3
*
Implement -Wc++98-compat warnings for the parser.
Richard Smith
2011-10-15
1
-1
/
+60
*
-Wc++98-compat warnings for the lexer.
Richard Smith
2011-10-15
1
-0
/
+17
*
-Wc++98-compat: warn on C++11 attributes and alignas.
Richard Smith
2011-10-14
1
-1
/
+4
*
Test for r141985.
Richard Smith
2011-10-14
1
-0
/
+10
*
Revert the -Wc++98-compat flag because dgregor doesn't like it.
Jeffrey Yasskin
2011-10-14
1
-10
/
+0
*
Convert newly-added test from -std=c++0x to -std=c++11.
Richard Smith
2011-10-13
1
-1
/
+1
*
Implement the first piece of a -Wc++98-compat flag so that people can build in
Jeffrey Yasskin
2011-10-13
1
-0
/
+10