llvm-project/clang/lib
Anders Carlsson 28a5fa29f3 Take #pragma pack into account when laying out structs. Fixes rdar://problem/7095436.
llvm-svn: 78490
2009-08-08 19:38:24 +00:00
..
AST Take #pragma pack into account when laying out structs. Fixes rdar://problem/7095436. 2009-08-08 19:38:24 +00:00
Analysis Fix: <rdar://problem/7075531> static analyzer wrongly detects unused ivars used in blocks 2009-08-07 21:13:23 +00:00
Basic Add armv7 support. 2009-08-04 19:48:52 +00:00
CodeGen Take #pragma pack into account when laying out structs. Fixes rdar://problem/7095436. 2009-08-08 19:38:24 +00:00
Driver Add additional library paths for Linux distros on mixed 32/64-bit systems. 2009-08-06 01:47:11 +00:00
Frontend Introduce a new PragmaPack attribute, and use it for #pragma pack. The PackedAttr now only represents __attribute__((packed)). 2009-08-08 18:23:56 +00:00
Headers Switch some functions from using x86 builtins to using vector 2009-07-22 17:08:01 +00:00
Index For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. 2009-07-31 19:02:11 +00:00
Lex CharLiteralParser::IsMultiChar was sometimes uninitialized. 2009-07-29 01:46:05 +00:00
Parse Patch should implement packed enums - PR4098. Credit to Anders Johnsen. 2009-08-08 14:36:57 +00:00
Rewrite Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in the HTMLRewriter. 2009-07-21 21:16:46 +00:00
Sema PR4700 - remove shift by 0 warning 2009-08-08 19:18:23 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00