llvm-project/clang/lib
Anders Carlsson 6b0d914ad0 Rework the way virtual primary bases are added when laying out classes. Instead of doing it as a separate step, we now use the BaseSubobjectInfo and use it when laying out the bases. This fixes a bug where we would either not add a primary virtual base at all, or add it at the wrong offset.
llvm-svn: 105110
2010-05-29 19:44:50 +00:00
..
AST Rework the way virtual primary bases are added when laying out classes. Instead of doing it as a separate step, we now use the BaseSubobjectInfo and use it when laying out the bases. This fixes a bug where we would either not add a primary virtual base at all, or add it at the wrong offset. 2010-05-29 19:44:50 +00:00
Analysis Fix crash in CFG construction for 'break' statements appearing in statement expressions 2010-05-21 20:30:15 +00:00
Basic Roll back r104941. 2010-05-28 18:25:28 +00:00
Checker Revert r105097. Thinking about a better fix. 2010-05-29 06:49:04 +00:00
CodeGen Fix personality function name when using SjLj exceptions. 2010-05-28 19:43:36 +00:00
Driver Driver: Spell -relax-all correctly when calling the cc1as tool. 2010-05-28 16:43:21 +00:00
Frontend More PowerPC paths on Darwin 2010-05-29 01:21:11 +00:00
Headers Implement remaining items in neon td file. Still need to modify emitter to generate a proper header. 2010-05-28 23:15:59 +00:00
Index Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +00:00
Lex Fix a miscompile of wchar pascal strings. 2010-05-28 19:40:48 +00:00
Parse Empty enum in c is now error to match gcc's behavior. 2010-05-28 22:23:22 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema Copy source information for the inner type of an elaborated type; fixes some 2010-05-28 23:32:21 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00