Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -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 that | Douglas Gregor | 2009-09-09 | 1 | -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 Kyrtzidis | 2009-07-31 | 1 | -1/+3 |
| | | | | | | subexpressions. llvm-svn: 77713 | ||||
* | Prep for new warning. | Mike Stump | 2009-07-21 | 1 | -2/+1 |
| | | | | llvm-svn: 76643 | ||||
* | Use temporary output to avoid running index-test with the same commands ↵ | Argyrios Kyrtzidis | 2009-07-21 | 1 | -6/+9 |
| | | | | | | multiple times. llvm-svn: 76513 | ||||
* | Add comments to indicate why RUN lines are below the source code. | Argyrios Kyrtzidis | 2009-07-15 | 1 | -6/+8 |
| | | | | llvm-svn: 75813 | ||||
* | Move the RUN lines on the same file but below the code, as suggested by ↵ | Argyrios Kyrtzidis | 2009-07-14 | 1 | -7/+20 |
| | | | | | | Sebastian. llvm-svn: 75608 | ||||
* | Add a C++ indexing test case, where we show the references of overloaded '+' ↵ | Argyrios Kyrtzidis | 2009-07-14 | 1 | -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 |