hanchenye-llvm-project/clang/lib
Daniel Dunbar 9a7a78b0ae Fix bug in computation of ivar offsets for (adjacent) bitfields.
- The confusing IRgen bitfield interface is partly to blame here;
   fixing the functional error for now, cleanups to the interface to
   follow.

llvm-svn: 69503
2009-04-19 02:03:42 +00:00
..
AST Add location info for indirect goto. 2009-04-19 01:04:21 +00:00
Analysis FunctionDecl::getBody() is getting an ASTContext argument for use in 2009-04-18 00:02:19 +00:00
Basic optimize and comment GetDiagInfo. 2009-04-16 06:13:46 +00:00
CodeGen Fix bug in computation of ivar offsets for (adjacent) bitfields. 2009-04-19 02:03:42 +00:00
Driver Preliminary PCH support in the driver 2009-04-18 00:34:01 +00:00
Frontend Add location info for indirect goto. 2009-04-19 01:04:21 +00:00
Headers glibc plays some weird games with multiple different definitions of 2009-04-18 19:11:11 +00:00
Lex Fix PR3917: the location of a #line directive is the location of the first _. 2009-04-18 22:29:33 +00:00
Parse fix two error paths out of ParseBlockLiteralExpression to 2009-04-18 20:05:34 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema rewrite an O(N^2) algorithm to be O(n). 2009-04-19 01:32:00 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00