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
/
SemaCXX
/
overloaded-operator-decl.cpp
Age
Commit message (
Expand
)
Author
2012-11-09
Don't crash on calling static member overloaded operator, PR14120
Nico Weber
2011-10-09
Diagnose attempts to declare a non-static data member with a
Douglas Gregor
2010-02-05
A function declarator with a non-identifier name in an anonymous class
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-19
Fix a long standard problem with clang retaining "too much" sugar
Chris Lattner
2008-11-21
Don't print canonical types in overloading-related diagnostics
Douglas Gregor
2008-11-18
Extend DeclarationName to support C++ overloaded operators, e.g.,
Douglas Gregor
2008-11-17
Eliminate all of the placeholder identifiers used for constructors,
Douglas Gregor
2008-11-17
Some cleanups for C++ operator overloading
Douglas Gregor
2008-11-17
Simplify error messages for two-parameter overloaded increment/decrement oper...
Douglas Gregor
2008-11-06
Parsing, ASTs, and semantic analysis for the declaration of overloaded
Douglas Gregor