hanchenye-llvm-project/clang/test
Douglas Gregor 91cea0ad1e Support for calling overloaded function call operators (operator())
with function call syntax, e.g.,

  Functor f;
  f(x, y);

This is the easy part of handling calls to objects of class type 
(C++ [over.call.object]). The hard part (coping with conversions from
f to function pointer or reference types) will come later. Nobody uses
that stuff anyway, right? :)

llvm-svn: 59663
2008-11-19 21:05:33 +00:00
..
Analysis Add test for path-sensitive uninit-val detection involving struct field. 2008-11-19 11:10:42 +00:00
CodeGen fix folding of '*doubleArray' 2008-11-19 17:44:31 +00:00
CodeGenObjC Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target 2008-11-17 20:45:14 +00:00
Coverage disable these two tests, they crash and take a long time to run crashreporter etc. 2008-11-13 18:45:47 +00:00
Driver Add -rewrite-macros test case. 2008-10-05 01:39:04 +00:00
Lexer Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. 2008-11-08 16:45:02 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser Implement parsing and semantic checking of the 'mutable' keyword. 2008-11-14 23:42:31 +00:00
Preprocessor remove this testcase, it fails with -verify still 2008-11-18 18:48:14 +00:00
Rewriter Tighten up blocks rewriter to handle casts and some other interesting cases. 2008-10-15 18:38:58 +00:00
Sema Switch several more Sema Diag methods over. This simplifies the 2008-11-19 05:08:23 +00:00
SemaCXX Support for calling overloaded function call operators (operator()) 2008-11-19 21:05:33 +00:00
SemaObjC Fix <rdar://problem/6150376> [sema] crash on invalid message send. 2008-11-19 15:54:23 +00:00
SemaObjCXX Make it an error if an Objective-C declaration is not in the global scope. 2008-11-04 16:57:32 +00:00
Serialization
Makefile Ignore Output directories when searching for tests. 2008-11-19 19:06:57 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00