| commit | 3ef6c9794a79271d00bfcd941974602fcd2f9c48 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <doug.gregor@gmail.com> | Fri Nov 07 20:08:42 2008 +0000 |
| committer | Douglas Gregor <doug.gregor@gmail.com> | Fri Nov 07 20:08:42 2008 +0000 |
| tree | 13b6547acb399a89753f742a0595aea613cecc36 | |
| parent | a9d57b6c3a2edee6d750e0a8d10c49be158ca20a [diff] |
Parsing, ASTs, and semantic analysis for the declaration of conversion
functions in C++, e.g.,
struct X {
operator bool() const;
};
Note that these conversions don't actually do anything, since we don't
yet have the ability to use them for implicit or explicit conversions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58860 91177308-0d34-0410-b5e6-96231b3b80d8