Douglas Gregor
5d3507d39c
Improve handling of initialization by constructor, by ensuring that
...
such initializations properly convert constructor arguments and fill
in default arguments where necessary. This also makes the ownership
model more clear.
llvm-svn: 81394
2009-09-09 23:08:42 +00:00
Argyrios Kyrtzidis
260a4703a9
For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions.
...
llvm-svn: 77713
2009-07-31 19:02:11 +00:00
Mike Stump
e303c9e468
Prep for new warning.
...
llvm-svn: 76643
2009-07-21 21:06:08 +00:00
Argyrios Kyrtzidis
851b208a20
Use temporary output to avoid running index-test with the same commands multiple times.
...
llvm-svn: 76513
2009-07-21 00:06:46 +00:00
Argyrios Kyrtzidis
ed53caebda
Add comments to indicate why RUN lines are below the source code.
...
llvm-svn: 75813
2009-07-15 18:59:40 +00:00
Argyrios Kyrtzidis
9cbe886cff
Move the RUN lines on the same file but below the code, as suggested by Sebastian.
...
llvm-svn: 75608
2009-07-14 05:34:59 +00:00
Argyrios Kyrtzidis
d49e8dd759
Add a C++ indexing test case, where we show the references of overloaded '+' plus signs.
...
Ok, this is a bit out of place since C++ support is way way off, but it was just too cool to not show it off :-)
llvm-svn: 75601
2009-07-14 03:19:46 +00:00