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
/
CXX
/
over
/
over.oper
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a note that points to the linkage specifier for the C++ linkage errors
Alex Lorenz
2016-11-02
1
-1
/
+3
*
Improve diagnostics for ill-formed literal operator declarations.
Richard Smith
2016-02-17
2
-7
/
+7
*
When pretty-printing a C++11 literal operator, don't insert whitespace between
Richard Smith
2015-10-08
1
-1
/
+1
*
<rdar://problem/13605348> Don't consider invalid user-defined literal operato...
Douglas Gregor
2013-04-10
1
-0
/
+9
*
Handle universal character names and Unicode characters outside of literals.
Jordan Rose
2013-01-24
1
-2
/
+1
*
DR1473: Do not require a space between operator"" and the ud-suffix in a
Richard Smith
2012-10-20
1
-3
/
+2
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
1
-0
/
+1
*
PR12225: The requirement that literal operators be namespace-scope functions
Richard Smith
2012-03-10
1
-0
/
+2
*
Literal operator suffixes and regular names live in separate namespaces.
Richard Smith
2012-03-09
1
-0
/
+6
*
Literal operators can't have default arguments.
Richard Smith
2012-03-09
1
-0
/
+1
*
Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not
Richard Smith
2012-03-08
1
-3
/
+5
*
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-03-06
1
-1
/
+1
*
Lexing support for user-defined literals. Currently these lex as the same token
Richard Smith
2012-03-05
2
-2
/
+6
*
Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.
Richard Smith
2012-03-04
6
-0
/
+130