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
/
literal-operators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve diagnostics for ill-formed literal operator declarations.
Richard Smith
2016-02-17
1
-3
/
+4
*
When pretty-printing a C++11 literal operator, don't insert whitespace between
Richard Smith
2015-10-08
1
-4
/
+8
*
Fix crash if a literal operator template's template parameter pack is not a n...
Richard Smith
2012-08-03
1
-0
/
+1
*
PR12225: The requirement that literal operators be namespace-scope functions
Richard Smith
2012-03-10
1
-1
/
+1
*
Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.
Richard Smith
2012-03-04
1
-3
/
+3
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Allow C99 hexfloats in C++0x mode. This change resolves the standards
Douglas Gregor
2011-08-30
1
-19
/
+19
*
Revert my user-defined literal commits - r1124{58,60,67} pending
Alexis Hunt
2010-08-30
1
-11
/
+32
*
Implement C++0x user-defined string literals.
Alexis Hunt
2010-08-29
1
-32
/
+11
*
Implement semantic checking for C++ literal operators.
Alexis Hunt
2010-01-13
1
-0
/
+43