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
/
class.cpp
Age
Commit message (
Expand
)
Author
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-11
Move most of the checking from ActOnCXXMemberDeclarator to other, more genera...
Douglas Gregor
2009-03-11
Implement basic template instantiation for fields. Reshuffle checking
Douglas Gregor
2009-03-05
refactor C++ bitfield checking a bit (haha)
Chris Lattner
2009-03-05
fix PR3607 and a fixme, by checking bitfield constraints
Chris Lattner
2009-01-28
Complete semantic checking for typedef redeclarations in C++. The
Douglas Gregor
2009-01-08
Unify the code for defining tags in C and C++, so that we always
Douglas Gregor
2008-12-28
Diagnose declarations that don't declare anything, and fix PR3020.
Sebastian Redl
2008-11-17
Implement effects of 'mutable', and a few comments from Chris on its parsing.
Sebastian Redl
2008-11-14
Implement parsing and semantic checking of the 'mutable' keyword.
Sebastian Redl
2008-11-06
Sema-check virtual declarations. Complete dynamic_cast checking.
Sebastian Redl
2008-10-15
Fix this bug:
Argyrios Kyrtzidis
2008-10-08
Fix a bug that crashed clang when parsing this:
Argyrios Kyrtzidis
2008-08-16
Move the C++ Sema tests into a separate SemaCXX directory.
Argyrios Kyrtzidis