index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
expr
/
expr.prim
/
expr.prim.general
Age
Commit message (
Expand
)
Author
2013-03-26
<rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...
Douglas Gregor
2013-03-15
PR15290: 'this' is not permitted in the declaration of a friend function,
Richard Smith
2012-10-19
Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...
Andy Gibbs
2012-05-02
Disable our non-standard delayed parsing of exception specifications. Delaying
Richard Smith
2012-04-16
Implement the last part of C++ [class.mem]p2, delaying the parsing of
Douglas Gregor
2012-04-16
Implement C++11 [expr.prim.general]p3, which permits the use of 'this'
Douglas Gregor
2012-04-05
Improve diagnostics for invalid use of non-static members / this:
Richard Smith
2012-02-25
PR11956: C++11's special exception for accessing non-static data members from
Richard Smith
2012-02-21
In the conflict between C++11 [expr.prim.general]p4, which declares
Douglas Gregor
2012-01-20
Remove PotentiallyPotentiallyEvaluated, and replace it with a much simpler an...
Eli Friedman
2012-01-18
Make PotentiallyPotentiallyEvaluated contexts work correctly when referencing...
Eli Friedman
2011-12-20
Unlike in C++03, a constant-expression is not an unevaluated operand in C++11.
Richard Smith
2011-12-13
Disallow decltype in qualified declarator-ids.
David Blaikie
2011-12-04
Support decltype in nested-name-specifiers.
David Blaikie
2011-11-07
Move tests to the appropriate directory to match the spec hierarchy.
David Blaikie