.. |
APValue.h
|
Fix invalid evaluation of _Complex float (real & imaginary parts had
|
2009-01-24 19:08:01 +00:00 |
AST.h
|
Basic representation of C++ class templates, from Andrew Sutton.
|
2009-02-04 19:02:06 +00:00 |
ASTConsumer.h
|
Remove ScopedDecl, collapsing all of its functionality into Decl, so
|
2009-01-20 01:17:11 +00:00 |
ASTContext.h
|
Update comment.
|
2009-02-06 21:15:34 +00:00 |
ASTDiagnostic.h
|
next round of diagnostics cleanups, moving some
|
2009-01-29 17:46:13 +00:00 |
Attr.h
|
Add sema support for the cleanup attribute.
|
2009-01-31 01:16:18 +00:00 |
Builtins.def
|
memset takes an int, not a char.
|
2009-01-30 20:03:59 +00:00 |
Builtins.h
|
Fix for PR3350: add special-casing for "references" to va_lists in
|
2009-01-20 07:46:22 +00:00 |
CFG.h
|
ObjCForCollectionStmts are block-level expressions.
|
2008-11-12 21:11:49 +00:00 |
Decl.h
|
Improve the representation of template type parameters. We now
|
2009-02-05 23:33:38 +00:00 |
DeclBase.h
|
Improvements and fixes for name lookup with using directives, from Piotr Rak!
|
2009-02-05 19:25:20 +00:00 |
DeclCXX.h
|
Basic representation of C++ class templates, from Andrew Sutton.
|
2009-02-04 19:02:06 +00:00 |
DeclGroup.h
|
Add const_iterator to DeclGroup.
|
2008-10-07 23:06:01 +00:00 |
DeclNodes.def
|
Basic representation of C++ class templates, from Andrew Sutton.
|
2009-02-04 19:02:06 +00:00 |
DeclObjC.h
|
Split specific_decl_iterator, which had a run-time field for
|
2009-02-02 18:25:48 +00:00 |
DeclTemplate.h
|
Semantic checking for class template declarations and
|
2009-02-06 22:42:48 +00:00 |
DeclarationName.h
|
Semantic analysis, ASTs, and unqualified name lookup support for C++
|
2009-02-03 19:21:40 +00:00 |
Expr.h
|
Overhaul of Stmt allocation:
|
2009-02-07 01:47:29 +00:00 |
ExprCXX.h
|
Fix our semantic analysis of
|
2009-02-04 15:01:18 +00:00 |
ExprObjC.h
|
Removed a slot in ObjCMemRegExpr used in
|
2008-12-18 17:29:46 +00:00 |
PPCBuiltins.def
|
remove attributions from .def files.
|
2007-12-29 20:03:32 +00:00 |
ParentMap.h
|
Fix inverted logic in ParentMap::hasParent()
|
2009-01-30 19:06:38 +00:00 |
PrettyPrinter.h
|
Patch by Csaba Hruska!
|
2008-09-13 05:16:45 +00:00 |
RecordLayout.h
|
Implement #pragma pack use in structure packing. The general approach
|
2008-10-16 02:34:03 +00:00 |
Stmt.h
|
Add public placement-delete operators. These are automatically used if the allocation throws
|
2009-02-08 00:29:56 +00:00 |
StmtGraphTraits.h
|
Don't attribute in file headers anymore. See llvmdev for the
|
2007-12-29 19:59:25 +00:00 |
StmtIterator.h
|
Remove ScopedDecl, collapsing all of its functionality into Decl, so
|
2009-01-20 01:17:11 +00:00 |
StmtNodes.def
|
Fix our semantic analysis of
|
2009-02-04 15:01:18 +00:00 |
StmtVisitor.h
|
Implement dereferencing of pointers-to-member.
|
2009-02-07 00:15:38 +00:00 |
TargetBuiltins.h
|
Make clang work on 32 bit powerpc linux.
|
2008-06-26 08:39:30 +00:00 |
TranslationUnit.h
|
Remove the TopLevelDecls from TranslationUnit, since all of those decls are owned by the ASTContext's TranslationUnitDecl. There are definitely some leaking Decls now that I'll tackle tomorrow
|
2009-01-20 04:25:11 +00:00 |
Type.h
|
Improve the representation of template type parameters. We now
|
2009-02-05 23:33:38 +00:00 |
TypeOrdering.h
|
Some cleanup for the implementation of built-in operator
|
2008-11-13 20:12:29 +00:00 |
X86Builtins.def
|
Fix definition of __builtin_ia32_vec_set_v2di and de-XFAIL
|
2009-01-26 23:43:02 +00:00 |