summaryrefslogtreecommitdiff
path: root/test/Index/cxx-operator-overload.cpp
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Improve handling of initialization by constructor, by ensuring thatDouglas Gregor
2009-07-31For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check s...Argyrios Kyrtzidis
2009-07-21Prep for new warning.Mike Stump
2009-07-21Use temporary output to avoid running index-test with the same commands multi...Argyrios Kyrtzidis
2009-07-15Add comments to indicate why RUN lines are below the source code.Argyrios Kyrtzidis
2009-07-14Move the RUN lines on the same file but below the code, as suggested by Sebas...Argyrios Kyrtzidis
2009-07-14Add a C++ indexing test case, where we show the references of overloaded '+' ...Argyrios Kyrtzidis