User Details
- User Since
- Aug 11 2015, 1:37 AM (424 w, 6 d)
Feb 3 2016
The compiler complained about creating constant instances of classes
without a user provided constructor (which is the case for the ASTMatchers).
Nov 6 2015
The test revealed a (already existing) bug. If we called getName() on a CXXConversionDecl, we would get the following assertion:
No. There is a test for that just before the one I added.
Nov 5 2015
Update the method comment.
Nov 4 2015
Nov 3 2015
Merge with the latest revision.
Nov 2 2015
OK, is it better now?
Merge lines.
Sorry, I forgot. That case works just fine.
Use Lexer::makeFileCharRange (and a few changes due to clang-format).
Reading just this function, it is unclear what the 'container' is.
It should be clearer now.
Improve comments and add more tests.
Oct 30 2015
Oct 29 2015
Remove debugging code.
Put more logic into the matchers.
Add tests.
Oct 28 2015
You can initialize an indirect base if it's virtual.
In which cases can this be false? (I assume if not all are copied?)
Refactor most of the code to use AST matchers.
OK, thanks! I will try to refactor some of the parts into AST matchers
then. It will probably take some time, though.
Small tweak.
Oct 22 2015
Add a guard to check that ElemType is not null.
Oct 21 2015
Oct 20 2015
Put comments back.
Put comment back.
Remove the fixme.
Global variable -> static, and a few other additions.