llvm-project/clang/lib
Fariborz Jahanian 616d3e71c2 Handling remaining rule for synthesize bitfields in
class extensions (nonfragile-abi2).For every class @interface and class
extension @interface, if the last ivar is a bitfield of any type,
then add an implicit `char :0` ivar to the end of that interface.

llvm-svn: 111857
2010-08-23 22:46:52 +00:00
..
AST Support for IRGen of synthesize bitfield ivars in 2010-08-23 18:51:39 +00:00
Analysis Several small changes to PseudoConstantAnalysis and the way IdempotentOperationChecker uses it. 2010-08-23 19:51:57 +00:00
Basic Detabify. 2010-08-22 01:00:03 +00:00
Checker Several small changes to PseudoConstantAnalysis and the way IdempotentOperationChecker uses it. 2010-08-23 19:51:57 +00:00
CodeGen Emit debug info for enum constants. 2010-08-23 22:07:25 +00:00
Driver Driver: Move Clang "triple" computation routines to method on the 2010-08-23 22:35:37 +00:00
Frontend Don't include macro results when we're completing a declarator. 2010-08-23 19:33:40 +00:00
Headers Add x86intrin.h which is generic x86 intrinsics for more than just Intel. Thus 2010-08-22 20:38:05 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Detabify. 2010-08-22 01:00:03 +00:00
Parse Handling remaining rule for synthesize bitfields in 2010-08-23 22:46:52 +00:00
Rewrite Fix crasher with IgnoringDiagClient 2010-08-18 23:03:13 +00:00
Sema Handling remaining rule for synthesize bitfields in 2010-08-23 22:46:52 +00:00
Serialization Support for IRGen of synthesize bitfield ivars in 2010-08-23 18:51:39 +00:00
CMakeLists.txt Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00