llvm-project/clang/lib
Ted Kremenek a5e23f6b78 Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes.
Documentation and testing are pending.

llvm-svn: 56611
2008-09-25 17:13:40 +00:00
..
AST Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes. 2008-09-25 17:13:40 +00:00
Analysis Change casing of bug type. 2008-09-21 19:08:31 +00:00
Basic Add x86_64 Linux target. 2008-09-23 17:37:57 +00:00
CodeGen Implement Obj-C synthesized setters for copy / retain. 2008-09-24 06:32:09 +00:00
Driver Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view. 2008-09-22 17:33:32 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Fix <rdar://problem/6240065> clang: __BLOCKS__ should be defined. 2008-09-23 21:28:24 +00:00
Parse Fix http://llvm.org/bugs/show_bug.cgi?id=2816. 2008-09-22 10:28:57 +00:00
Rewrite Fixed an offset calculation error. 2008-09-16 07:58:21 +00:00
Sema Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general). 2008-09-24 23:31:10 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00