clang-1/lib
Daniel Dunbar 4ff36847f4 First cut at zero-cost EH support.
- Still manually generates the EH code; the parts related to cleanup
   need to be integrated into the cleanup stack (for proper
   interaction with VLAs, etc.).

 - Some differences vs gcc in corner cases; I believe our behavior is
   correct but need to verify/file bugs vs gcc.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65809 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-02 06:08:11 +00:00
..
AST Rework the way we find locally-scoped external declarations when we 2009-03-02 00:19:53 +00:00
Analysis Rename AnonTypedRegion to TypedViewRegion. 2009-03-01 05:44:08 +00:00
Basic TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). 2009-02-28 17:11:49 +00:00
CodeGen First cut at zero-cost EH support. 2009-03-02 06:08:11 +00:00
Driver Introduce code modification hints into the diagnostics system. When we 2009-02-26 21:00:50 +00:00
Headers fix inverted conditional, rdar://6633188 2009-02-28 18:53:33 +00:00
Lex Clean up and document code modification hints. 2009-02-27 17:53:17 +00:00
Parse Minor name change (move the ObjC prefix to a more appropriate place). 2009-02-28 16:59:13 +00:00
Rewrite Introduce code modification hints into the diagnostics system. When we 2009-02-26 21:00:50 +00:00
Sema Rework the way we find locally-scoped external declarations when we 2009-03-02 00:19:53 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile