- e67dc30 Improve support for non-virtual 'this' pointer adjustments. With this, it should be possible to use the new vtable layout code for all class hierarchies that do not involve virtual bases. by Anders Carlsson · 15 years ago
- 49bac9a Add basic support for simple non-virtual 'this' pointer adjustments. by Anders Carlsson · 15 years ago
- 76f1aa7 Start laying out secondary vtables. by Anders Carlsson · 15 years ago
- 1d05be5 Don't make return adjustments for pure virtual member functions. by Anders Carlsson · 15 years ago
- 60db0ee Handle virtual bases in return adjustment types. by Anders Carlsson · 15 years ago
- 7dbf47a More work on covariant return types. We now handle non-virtual adjustments fine. by Anders Carlsson · 15 years ago
- 74f7293 Emit the 'alignstack' LLVM function attribute when we encounter a function by Charles Davis · 15 years ago
- 291b441 Skip implicit instantiation of templated variables where a more recent by Chandler Carruth · 15 years ago
- ae62889 Fix a fiendinshly fun little type-canonicalization bug, where we were by Douglas Gregor · 15 years ago
- fe33106 Permit the use of typedefs of class template specializations in by Douglas Gregor · 15 years ago
- 24c37ad Enhance RegionStore::InvalidateRegions() to correctly invalidate bindings by Ted Kremenek · 15 years ago
- c4a2638 Fix for PR6274: teach constant folding to evaluate __builtin_expect. by Eli Friedman · 15 years ago
- 5ce5dab Funnel changes to the ImportedDecls list in the ASTImporter through a by Douglas Gregor · 15 years ago
- 36ead2e Implement AST importing and merging for enumeration types and by Douglas Gregor · 15 years ago
- 9a66c30 Complain if block-literal expression's parameter name is by Fariborz Jahanian · 15 years ago
- a5c6c58 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 15 years ago
- 432a889 Patch to fix a warning which exposed a bug in building by Fariborz Jahanian · 15 years ago
- c1eec89 Fix a refacto that broke the clang-on-clang build. by Anders Carlsson · 15 years ago
- 52b2e1e Fixes a rewriter bug rewriting function decl. by Fariborz Jahanian · 15 years ago
- 13d283d Fix PR6282: the include guard optimization cannot happen if the by Chris Lattner · 15 years ago
- 28cbc8b Keep track of the address points for all primary bases, and add the ability to dump multiple address points for a single offset. by Anders Carlsson · 15 years ago
- e13ad83 Work around an annoying, non-standard optimization in the glibc by Douglas Gregor · 15 years ago
- 9605895 Fix a bug causing an assertion when a covariant return type differed from by John McCall · 15 years ago
- a301ac3 Improve a test slightly by Douglas Gregor · 15 years ago
- 8591098 In C++, allow builtins to be referred to via qualified name lookup, e.g., by Douglas Gregor · 15 years ago
- 57071e2 More work on vtable layout. We can now layout vtables with primary bases. by Anders Carlsson · 15 years ago
- 9824142 When dumping vtables, dump whether a virtual member function is pure or not. by Anders Carlsson · 15 years ago
- e72b5dc Handle AST merges of incomplete class types. by Douglas Gregor · 15 years ago
- e6bbc01 Implementing unused function warning. by Tanya Lattner · 15 years ago
- b84412f Warn about using the new force_align_arg_pointer attribute on a function by Charles Davis · 15 years ago
- 4dffad6 When we have a dependent direct initializer but not a dependent by Douglas Gregor · 15 years ago
- 05efad5 Make this test not rely on the system <limits.h>. Hopefully fixes the by John McCall · 15 years ago
- 4800d95 When AST merging for record declarations fails, warn about the by Douglas Gregor · 15 years ago
- fb6289a Test case for warnings with carets inside macro instantiations. by John McCall · 15 years ago
- bac7271 Add virtual operator= example. by Anders Carlsson · 15 years ago
- 848fa64 More vtable layout dumper improvements. Handle destructors, dump the complete function type of the member functions (using PredefinedExpr::ComputeName. by Anders Carlsson · 15 years ago
- b203c9e Add missing test cases for AST merging of structures. by Douglas Gregor · 15 years ago
- 822307b Keep track of, and dump, vtable address points. by Anders Carlsson · 15 years ago
- 5c41ee8 Patch by Cristian Draghici: by Ted Kremenek · 15 years ago
- 824d7ea Check in the beginnings of my new vtable layout builder idea. by Anders Carlsson · 15 years ago
- 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 15 years ago
- e9ff443 Diagnose when user provided getter is being used as lvalue by Fariborz Jahanian · 15 years ago
- 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 15 years ago
- 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 15 years ago
- e61a1d4 Patch to rewrite blocks into unique api names. Fixes radar 7630551 by Fariborz Jahanian · 15 years ago
- a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 15 years ago
- 4c863ef Provide rewriting suppport for use of __typeof__ by Fariborz Jahanian · 15 years ago
- b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
- 82fc4bf Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. by Douglas Gregor · 15 years ago
- 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 15 years ago
- 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
- ed6ae49 Add missing header file by Douglas Gregor · 15 years ago
- 13751e3 Comment out category's property decls. in rewrite. Fixes radar 7630636. by Fariborz Jahanian · 15 years ago
- d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 15 years ago
- 6de8b62 Reverse a partial fix patch for radar 7214820. It broke some code and by Fariborz Jahanian · 15 years ago
- 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 15 years ago
- e07c5b0 Add in the LIT magic to avoid running AST merge test inputs as by Douglas Gregor · 15 years ago
- d343ff6 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 15 years ago
- 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 15 years ago
- 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 15 years ago
- 8ec4aac Fix lookup of fields from lazy bindings to check if the region is by Ted Kremenek · 15 years ago
- e5712b1 Update tests in -Asserts mode. These tests really need to be rewritten... by Daniel Dunbar · 15 years ago
- 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
- 195337d IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing. by Daniel Dunbar · 15 years ago
- e180ed2 Fix PR number in test case by Douglas Gregor · 15 years ago
- ed814cc Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 15 years ago
- 2c79281 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 15 years ago
- de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 15 years ago
- dcee980 When substituting a declaration non-type template argument for a by Douglas Gregor · 15 years ago
- ba915af Warn when cases are missing from a switch on a value of enumeration by Douglas Gregor · 15 years ago
- 8878686 Emit global references with constant initializers as constants. Fixes PR5585. by John McCall · 15 years ago
- 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 15 years ago
- 35911ce Add a test case for r95555. by Sebastian Redl · 15 years ago
- 4c72d3e Fix the crash-on-invalid from PR6259. by John McCall · 15 years ago
- e228ba9 Ensure that a operator delete overload is rocognized regardless of cv-quals. by Chandler Carruth · 15 years ago
- 36d02e0 Add support for binding and retrieving VarRegions in flat store. by Zhongxing Xu · 15 years ago
- a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 15 years ago
- 1851a12 Make sure to set vtable pointers in the destructors as well. by Anders Carlsson · 15 years ago
- 585fa68 Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258. by Anders Carlsson · 15 years ago
- 63644fa Workaround for friend template instantiation crash in PR5848, from Keir Mierle! by Douglas Gregor · 15 years ago
- 63a0113 Fix assertion failure when parsing linkage specifications (PR5921), by Douglas Gregor · 15 years ago
- eb7f961 Roll r95513 back in. by Sam Weinig · 15 years ago
- a8ad5d4 Roll out r95513, it seems to have broken self hosting. by Sam Weinig · 15 years ago
- 1eb1113 Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. by Sam Weinig · 15 years ago
- f6b89a1 Use the right linkage for static variables inside C++ inline functions. by Anders Carlsson · 15 years ago
- 39de84d Improved handling of the visibility attribute. Declarations now inherit their parent's visibility. by Anders Carlsson · 15 years ago
- a994ee4 Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled. by Anders Carlsson · 15 years ago
- a508b7d Add support for threadsafe statics, and make them the default (matching gcc). by Anders Carlsson · 15 years ago
- 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 15 years ago
- 4855a52 Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247. by Anders Carlsson · 15 years ago
- a9a55c0 Switch CodeGen's "is this variable declaration a definition?" logic by Douglas Gregor · 15 years ago
- aec2523 Only append 'L' for internal variable declarations, not all declarations. (Found by the mangle checker, yay) by Anders Carlsson · 15 years ago
- 81861ab Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are implicitly initialized to NULL. by Ted Kremenek · 15 years ago
- 4dc1566 Fix regression in RegionStore (from BasicStore) where static variables were not treated as being implicitly initialized to 0 (and instead were getting symbolicated). by Ted Kremenek · 15 years ago
- b2bcf1c Use the correct function info for constructors when applying function attributes. Fixes PR6245. by Anders Carlsson · 15 years ago
- 1610b81 Implement a warning diagnostic for weak vtables. Fixes PR6116. by Anders Carlsson · 15 years ago
- 68b6b87 Teach Sema how to instantiate a local function declaration properly. Fixes by John McCall · 15 years ago
- 1f1b3b3 Per discussion, remove the explicit restriction on static const data members with by John McCall · 15 years ago
- 8524873 Teach RegionStore::InvalidateRegions() to also invalidate static variables referenced by blocks. by Ted Kremenek · 15 years ago
- e41ac7b Fix a bogus assertion after adjusting the type of a substituted by Douglas Gregor · 15 years ago