summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/cxx-operator-overload.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Improve handling of initialization by constructor, by ensuring thatDouglas Gregor2009-09-091-11/+11
| | | | | | | | such initializations properly convert constructor arguments and fill in default arguments where necessary. This also makes the ownership model more clear. llvm-svn: 81394
* For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check ↵Argyrios Kyrtzidis2009-07-311-1/+3
| | | | | | subexpressions. llvm-svn: 77713
* Prep for new warning.Mike Stump2009-07-211-2/+1
| | | | llvm-svn: 76643
* Use temporary output to avoid running index-test with the same commands ↵Argyrios Kyrtzidis2009-07-211-6/+9
| | | | | | multiple times. llvm-svn: 76513
* Add comments to indicate why RUN lines are below the source code.Argyrios Kyrtzidis2009-07-151-6/+8
| | | | llvm-svn: 75813
* Move the RUN lines on the same file but below the code, as suggested by ↵Argyrios Kyrtzidis2009-07-141-7/+20
| | | | | | Sebastian. llvm-svn: 75608
* Add a C++ indexing test case, where we show the references of overloaded '+' ↵Argyrios Kyrtzidis2009-07-141-0/+9
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
OpenPOWER on IntegriCloud