hanchenye-llvm-project/clang/lib/AST
Eli Friedman 629ffb9ad3 Fix bit-field promotion to be a bit closer to the behavior of gcc.
Patch by Enea Zaffanella, with some simplifications/corrections to
isPromotableBitField by me.

llvm-svn: 79510
2009-08-20 04:21:42 +00:00
..
APValue.cpp Remove some now-unneeded calls to llvm::errs().flush(). 2009-03-10 18:00:19 +00:00
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Fix bit-field promotion to be a bit closer to the behavior of gcc. 2009-08-20 04:21:42 +00:00
CMakeLists.txt Update CMakeLists. 2009-08-19 12:02:15 +00:00
Decl.cpp Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. 2009-08-19 01:27:57 +00:00
DeclBase.cpp Add a FriendClassDecl type for holding declarations of friend types in 2009-08-11 21:13:21 +00:00
DeclCXX.cpp Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. 2009-08-19 01:27:57 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. 2009-08-19 01:27:57 +00:00
DeclPrinter.cpp Change uses of: 2009-07-29 21:53:49 +00:00
DeclTemplate.cpp Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. 2009-08-19 01:27:57 +00:00
DeclarationName.cpp Introduce the canonical type smart pointers, and use them in a few places to 2009-08-05 05:36:45 +00:00
Expr.cpp Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. 2009-08-18 20:50:23 +00:00
ExprCXX.cpp Implement __is_empty. Patch by Sean Hunt. 2009-08-15 21:55:26 +00:00
ExprConstant.cpp Change uses of: 2009-07-29 21:53:49 +00:00
InheritViz.cpp Change uses of: 2009-07-29 21:53:49 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
NestedNameSpecifier.cpp Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. 2009-06-30 01:26:17 +00:00
ParentMap.cpp Add ParentMap:getParentIgnoreParens(). 2009-05-11 19:49:27 +00:00
RecordLayoutBuilder.cpp Refine vbase offset calculations. WIP. 2009-08-16 19:04:13 +00:00
RecordLayoutBuilder.h Refine vbase offset calculations. WIP. 2009-08-16 19:04:13 +00:00
Stmt.cpp Get rid of Stmt::Clone now that we can reference count statements instead. 2009-08-08 02:50:17 +00:00
StmtDumper.cpp Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. 2009-08-18 20:50:23 +00:00
StmtIterator.cpp When evaluating a VarDecl as a constant or determining whether it is 2009-05-26 18:54:04 +00:00
StmtPrinter.cpp Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. 2009-08-18 20:50:23 +00:00
StmtProfile.cpp Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr 2009-08-18 21:37:33 +00:00
StmtViz.cpp Update for LLVM API changes. 2009-06-24 17:37:55 +00:00
TemplateName.cpp [llvm up] 2009-07-29 18:26:50 +00:00
Type.cpp Canonicalize dependent extended vector types. 2009-07-31 03:54:25 +00:00
TypeLoc.cpp Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and reading source information for types. 2009-08-19 01:27:32 +00:00