hanchenye-llvm-project/clang/lib
Daniel Dunbar 74aa7e1eae Support constructor and destructor attributes in CodeGen
- There is an miscompilation issue remaining due to a poor
   interaction between the delayed emission of static functions and
   the emission of constructors, but that already existed prior to
   this change.

llvm-svn: 54258
2008-08-01 00:01:51 +00:00
..
AST Minor tweak plus a couple of FIXMEs. 2008-07-27 05:46:18 +00:00
Analysis Enhanced path-sensitive return-of-stack-address check to print out the name of the variable whose address was returned. 2008-07-31 20:31:27 +00:00
Basic Always define __SIZE_TYPE__ as long unsigned int. 2008-07-22 17:16:13 +00:00
CodeGen Support constructor and destructor attributes in CodeGen 2008-08-01 00:01:51 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex In c89 mode accept hex fp constants as an extension: 2008-07-25 18:18:34 +00:00
Parse Support __attribute__(({con,de}structor)) in Parse & Sema 2008-07-31 22:40:48 +00:00
Rewrite Add CSS for word wrapping of long message bubbles. 2008-07-11 23:13:22 +00:00
Sema Support __attribute__(({con,de}structor)) in Parse & Sema 2008-07-31 22:40:48 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00