llvm-project/clang/Driver
Steve Naroff cac26f4f5f This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() about private methods (r43989).
While the diff is large, the idea is very simple. When we parse method definitions (in an @implementation), we need to add them incrementally (rather than wait until the @end).

Other details...

- Renamed Sema::ActOnAddMethodsToObjcDecl() to Sema::ActOnAtEnd(). The methods are now optional arguments.
- Removed Parser::AllImplMethods (a nice cleanup).
- Added location info to ObjcImplementationDecl (since we will need it very soon:-)
- Modified message.m test to no longer allow the bogus diagnostic.

llvm-svn: 43995
2007-11-11 17:19:15 +00:00
..
ASTConsumers.cpp pretty priting for method definitions. 2007-11-10 20:59:13 +00:00
ASTConsumers.h Started work on clang object serialization. Experimental 2007-10-16 23:37:27 +00:00
DiagChecker.cpp Fix ownership model of ParseAST to allow the dtor of 2007-11-03 06:24:16 +00:00
Makefile Take 2. 2007-10-31 20:01:01 +00:00
PPCBuiltins.def Add support for target-specific builtins, including detecting nonportability 2007-01-29 05:24:35 +00:00
PrintParserCallbacks.cpp Implement ObjC built-in types in MinimalAction. 2007-10-31 20:55:39 +00:00
PrintPreprocessedOutput.cpp fix a bunch of regressions I introduced :( 2007-10-10 23:31:03 +00:00
RewriteTest.cpp This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() about private methods (r43989). 2007-11-11 17:19:15 +00:00
SerializationTest.cpp Modifed the test serialization driver to... 2007-11-10 02:07:12 +00:00
Targets.cpp fix problems with test/sema/Cocoa.m etc on non-apple machines. 2007-10-17 06:04:46 +00:00
TextDiagnosticBuffer.cpp Submitted by: Bill Wendling 2007-06-27 03:19:45 +00:00
TextDiagnosticBuffer.h Clients should only get read-only access to diagnostic info. 2007-06-28 05:18:35 +00:00
TextDiagnosticPrinter.cpp Move token length calculation out of the diagnostics machinery into 2007-10-17 21:18:47 +00:00
TextDiagnosticPrinter.h Move token length calculation out of the diagnostics machinery into 2007-10-17 21:18:47 +00:00
TextDiagnostics.cpp Reimplement SourceLocation. Instead of having a 2007-07-20 16:37:10 +00:00
TextDiagnostics.h wean the diagnostics machinery off the preprocessor. 2007-10-17 20:53:57 +00:00
X86Builtins.def Bug #: 2007-03-16 00:33:25 +00:00
clang.cpp Fix ownership model of ParseAST to allow the dtor of 2007-11-03 06:24:16 +00:00
clang.h Implement ObjC built-in types in MinimalAction. 2007-10-31 20:55:39 +00:00