llvm-project/clang/utils
Douglas Gregor 70091b8f43 Some fixes for PCH (de-)serialization of Objective-C AST nodes:
- Deal with the Receiver/ClassInfo shared storage in ObjCMessageExpr
  - Implement PCH support for ImplicitParamDecl
  - Fix the handling of the body of an ObjCMethodDecl
  - Several cast -> cast_or_null fixes
  - Make Selector::getIdentifierInfoForSlot work for 1-argument, NULL
  selectors.
  - Make Selector::getAsString() work with NULL selectors.
  - Fix the names of VisitObjCAtCatchStmt and VisitObjCAtFinallyStmt
  in the PCH reader and writer; these were never getting called.

At this point, all of the pch-test tests pass for C and Objective-C.

llvm-svn: 70163
2009-04-26 22:20:50 +00:00
..
ABITest ABITestGen: Add v2i16 and v16f32 as default vector types to generate. 2009-03-02 06:14:33 +00:00
test Make this code a little more generic. 2009-04-26 01:28:51 +00:00
CaptureCmd Add a little utility for interposing between a command line program 2009-03-04 21:06:52 +00:00
CmpDriver ccc: Support -v; invent a version number for ccc for now, will be 2009-01-28 19:26:20 +00:00
FindSpecRefs Update FindSpecRefs to recognize named section references. 2008-10-29 05:58:09 +00:00
SummarizeErrors Handle use side of __objc_exception__ attribute; when using an 2009-04-07 06:43:45 +00:00
builtin-defines.c Update this (non-default) test case. 2009-04-20 23:53:56 +00:00
ccc-analyzer ccc-analyzer: Don't create preprocessed files about the ignored 'cdecl' attribute. We know Clang doesn't support it yet. 2009-04-22 13:42:27 +00:00
pch-test.pl Some fixes for PCH (de-)serialization of Objective-C AST nodes: 2009-04-26 22:20:50 +00:00
scan-build scan-build: Also look for clang-cc in ../libexec 2009-03-29 00:31:32 +00:00
scanview.css Reintegrate Daniel's changes. 2008-09-22 18:05:05 +00:00
sorttable.js Use stable sort. 2008-07-30 18:03:31 +00:00
token-delta.py Add a very primitive clang based multifile 'delta'. 2009-02-24 07:42:32 +00:00
ubiviz Enhance ubiviz to support vertex styles. 2008-08-28 05:01:37 +00:00