Age | Commit message (Expand) | Author |
2010-02-08 | ASTContext is now a reference member of StoreManager. | Zhongxing Xu |
2010-02-08 | Add support for binding and retrieving VarRegions in flat store. | Zhongxing Xu |
2010-02-07 | Require a complete type before examining base classes during template argument | Chandler Carruth |
2010-02-07 | Make sure to set vtable pointers in the destructors as well. | Anders Carlsson |
2010-02-07 | Use the right type when taking the address of a non-virtual member function p... | Anders Carlsson |
2010-02-07 | Workaround for friend template instantiation crash in PR5848, from Keir Mierle! | Douglas Gregor |
2010-02-07 | Fix assertion failure when parsing linkage specifications (PR5921), | Douglas Gregor |
2010-02-07 | Roll r95513 back in. | Sam Weinig |
2010-02-07 | Roll out r95513, it seems to have broken self hosting. | Sam Weinig |
2010-02-07 | Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. | Sam Weinig |
2010-02-07 | Use the right linkage for static variables inside C++ inline functions. | Anders Carlsson |
2010-02-07 | Improved handling of the visibility attribute. Declarations now inherit their... | Anders Carlsson |
2010-02-07 | Add attributes to namespace decls. | Anders Carlsson |
2010-02-06 | Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disab... | Anders Carlsson |
2010-02-06 | Add support for threadsafe statics, and make them the default (matching gcc). | Anders Carlsson |
2010-02-06 | Call destructors for constructed bases as well. | Anders Carlsson |
2010-02-06 | If a constructor throws an exception we need to execute the destructors for a... | Anders Carlsson |
2010-02-06 | Use a substituted type when determining how to substitute in non-type template | John McCall |
2010-02-06 | Silence GCC warning and stay in 80 cols. | Benjamin Kramer |
2010-02-06 | Extract a function to instantiate references to value template parameters. | John McCall |
2010-02-06 | Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247. | Anders Carlsson |
2010-02-06 | Switch CodeGen's "is this variable declaration a definition?" logic | Douglas Gregor |
2010-02-06 | Only append 'L' for internal variable declarations, not all declarations. (Fo... | Anders Carlsson |
2010-02-06 | Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are im... | Ted Kremenek |
2010-02-06 | Fix regression in RegionStore (from BasicStore) where static variables were n... | Ted Kremenek |
2010-02-06 | Remove unused variable. | Ted Kremenek |
2010-02-06 | Use the correct function info for constructors when applying function attribu... | Anders Carlsson |
2010-02-06 | Implement a warning diagnostic for weak vtables. Fixes PR6116. | Anders Carlsson |
2010-02-06 | Teach Sema how to instantiate a local function declaration properly. Fixes | John McCall |
2010-02-06 | Assert when we try to mangle a dependent template name, rather than | Douglas Gregor |
2010-02-06 | Per discussion, remove the explicit restriction on static const data members ... | John McCall |
2010-02-06 | Teach RegionStore::InvalidateRegions() to also invalidate static variables re... | Ted Kremenek |
2010-02-06 | Rearrange some checks to avoid call to isCopyConstructor() and clarify path | John McCall |
2010-02-05 | Fix a bogus assertion after adjusting the type of a substituted | Douglas Gregor |
2010-02-05 | Cope with finding the "instantiated" declaration when we are | Douglas Gregor |
2010-02-05 | Standardize the parsing of function type attributes in a way that | John McCall |
2010-02-05 | Add guard in RewriteObjC::HandleTopLevelSingleDecl() to not do | Ted Kremenek |
2010-02-05 | Revert r95393, which broke Clang's self-host. | Douglas Gregor |
2010-02-05 | Implement name mangling for template template parameters | Douglas Gregor |
2010-02-05 | IRgen: A few more ConvertType cleanups. | Daniel Dunbar |
2010-02-05 | Fix two issues with the substitution of template template parameters | Douglas Gregor |
2010-02-05 | IRgen: Factor out EmitAggExprToLValue. | Daniel Dunbar |
2010-02-05 | Fix a code gen bug accessing 'isa' field via a message call | Fariborz Jahanian |
2010-02-05 | When we're parsing an expression that may have looked like a | Douglas Gregor |
2010-02-05 | IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is | Daniel Dunbar |
2010-02-05 | Fix the bug that was breaking self-host, and re-land the static ctor fixes. | Anders Carlsson |
2010-02-05 | Now that we store calling conventions in the types, use them instead of | Charles Davis |
2010-02-05 | Initial skeleton of an AST "importer", which will take AST elements from | Douglas Gregor |
2010-02-05 | Testing, 1, 2, 3... | Charles Davis |
2010-02-05 | IRgen: Use hasAggregateLLVMType instead of isSingleValueType() for cases that | Daniel Dunbar |