- 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 15 years ago
- d7e29e1 Properly instantiate and link in friend function templates. by John McCall · 15 years ago
- f16c76c Update test case since c-index-test now works on invalid sources. by Ted Kremenek · 15 years ago
- 83c5184 Return translation units from clang_createTranslationUnitFromSource() by Ted Kremenek · 15 years ago
- 50a2b42 More VTT builder cleanup. by Anders Carlsson · 15 years ago
- 054c276 This is just a simple v4si * v4si, make it so. by Eric Christopher · 15 years ago
- 9f17d41 More VTT cleanup. by Anders Carlsson · 15 years ago
- 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 15 years ago
- 3e1ae93 Mark virtual methods that are used in tables included in VTTs as used. by Rafael Espindola · 15 years ago
- c1246c8 Start cleaning up the VTT builder to make it work more like the VTable builder. by Anders Carlsson · 15 years ago
- 1822254 Remove some VTT builder arguments that were always zero. by Anders Carlsson · 15 years ago
- 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 15 years ago
- eab5d1e Teach the diagnostic engine to provide more detailed information about by Douglas Gregor · 15 years ago
- 90f9789 When finishing a function definition, leave the function definition *after* by John McCall · 15 years ago
- 1b23fe6 Fix a code gen. bug involving generation of getter method by Fariborz Jahanian · 15 years ago
- 014a358 Don't add address points for virtual primary bases that aren't primary bases in the complete class. by Anders Carlsson · 15 years ago
- e06c1a1 Fix a very minor oversight in privileges-elevation: we were only considering by John McCall · 15 years ago
- 9c86b51 Handle simple friend-class decls in class templates better by ensuring that by John McCall · 15 years ago
- 1e41336 Check for some code gen. for PR6641 test. by Fariborz Jahanian · 15 years ago
- 32f2fb5 Preserve type-source information in friend declarations. by John McCall · 15 years ago
- 7eff7c4 Remove support for nand atomic builtins. They are inconsistently implemented in by Daniel Dunbar · 15 years ago
- 6a5ab5d Use the new vtable layout code for construction vtables. by Anders Carlsson · 15 years ago
- 90d4efa Use Daniel's trick for XFAIL'd tests by Douglas Gregor · 15 years ago
- fb45797 PS3 needs __PPC__. Should this be in the PPC target? by John Thompson · 15 years ago
- 479be1a Add another test for weird substitutions into function types during template argument deduction by Douglas Gregor · 15 years ago
- 2b0749a4 Improve our handling of local instantiation scopes in two related ways: by Douglas Gregor · 15 years ago
- 0d1407e When -fdump-vtable-layouts is specified, construction vtable initializers will be generated using the new vtable layout code. (The code is still not completely in place but this is a huge step forward). by Anders Carlsson · 15 years ago
- d9ab76b add dump() method to CanQual for debugging purposes by Nuno Lopes · 15 years ago
- 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 15 years ago
- ef0df6a Add a utility method. by Zhongxing Xu · 15 years ago
- e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 15 years ago
- 6ee7653 Fix two bugs in format-string checking: by Ted Kremenek · 15 years ago
- fdb703a Fix '+=' accumulation error when parsing numeric amounts in a format string. by Ted Kremenek · 15 years ago
- a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 15 years ago
- f7b714d Add c-index-test support for printing USRs. by Ted Kremenek · 15 years ago
- 0c0fb41 Require that all Clang-based USRs start with the prefix 'c:' for the "USR space". by Ted Kremenek · 15 years ago
- 0541d10 Add methods to remove a GDM entry. by Zhongxing Xu · 15 years ago
- 66d567d More address point map shuffling. by Anders Carlsson · 15 years ago
- ff143f8 Shuffle some code around; this will make it easier to use the new layout code for address points. by Anders Carlsson · 15 years ago
- f0e0b17 Kill off two more uses of Sema::CheckReferenceInit in favor of the new by Douglas Gregor · 15 years ago
- c6e378e Switch static_cast from the old reference-initialization code (via by Douglas Gregor · 15 years ago
- f748845 Check for ret, so that we know we hit the end of the function by Douglas Gregor · 15 years ago
- 33fd1fc When returning from a function that has a reference return type, use by Douglas Gregor · 15 years ago
- f3eaf45 Discussing with dgregor we decided that we should not force the emission of by Rafael Espindola · 15 years ago
- 2c01676 Use llvm::SmallString instead of std::string. by Ted Kremenek · 15 years ago
- 431a2cb Improve static analyzer diagnostic concerning the use of 'mktemp' by Ted Kremenek · 15 years ago
- 49b9545 make the vtable tester a little friendlier, with a clean target and without requiring . to be in your path by Douglas Gregor · 15 years ago
- 28329e5 When pulling apart an initializer that involves a CXXConstructExpr, do by Douglas Gregor · 15 years ago
- f7353c0 Make sure that we have File IDs for all of the unsaved files before we by Douglas Gregor · 15 years ago
- 528adb1 Allow conversion of qualified Class type to unqualified by Fariborz Jahanian · 15 years ago
- e3e7d4e XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion of separate C and C++ paths there by Douglas Gregor · 15 years ago
- 0266898 Control warnings about GNU extensions with -Wgnu, which has a subgroup by Douglas Gregor · 15 years ago
- 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 15 years ago
- f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 15 years ago
- 036ada2 Silently drop dependent friend function template specializations, by Douglas Gregor · 15 years ago
- 9ff659b Change two class forward declarations to struct forward declarations, silencing a Clang warning by Douglas Gregor · 15 years ago
- ceb43b6 Code gen for multi-dimensional dynamic allocations. Fixes PR6641. by Fariborz Jahanian · 15 years ago
- ccd83d7 More vtable improvements. We now compute and keep track of all vtable related information which avoids computing the same vtable layout over and over. by Anders Carlsson · 15 years ago
- c1b621d Walk out of enums when determining effective context. by John McCall · 15 years ago
- 5fd378b Correct that last fixit: if the user wrote by John McCall · 15 years ago
- 7ad650f Support friend function specializations. by John McCall · 15 years ago
- 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
- 5eea876 Use getNamedGlobal instead of getGlobalVariable. (Fixes self-host). by Anders Carlsson · 15 years ago
- 1a37d0a Make the license header in smmintrin.h match the other SSE headers. by Anders Carlsson · 15 years ago
- 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 15 years ago
- b5b2ccb When performing name lookup for the allocation or deallocation by Douglas Gregor · 15 years ago
- 5c6c1d9 More vtable work; preparations for moving over to the new vtable layout code (finally). by Anders Carlsson · 15 years ago
- 05030bb Each non-local class instantiation is its own local instantiation by Douglas Gregor · 15 years ago
- f532f3b Remove old thunks code. by Anders Carlsson · 15 years ago
- a418147 Make sure to properly track the anonymous namespace that lives inside by Douglas Gregor · 15 years ago
- d63fed4 Flip the switch and use the new vtable layout code for thunks by default. Add a thunks.cpp test. by Anders Carlsson · 15 years ago
- 519c328 Add CodeGenFunction::GenerateThunk and implement it. by Anders Carlsson · 15 years ago
- 13d6898 Minor cleanup. by Anders Carlsson · 15 years ago
- 6c22c8e Remove parts of virt.cpp by Anders Carlsson · 15 years ago
- 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 15 years ago
- a2a87c9 Add some missing files to xcode project by Fariborz Jahanian · 15 years ago
- f075b22 revert 99311. Looks like it broke darwin bootstrap. by Rafael Espindola · 15 years ago
- f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 15 years ago
- 5fb12c6 Avoid producing implicit methods when we have a explicit template instantiation by Rafael Espindola · 15 years ago
- 707ea28 Code gen for compound assignment of complex by Fariborz Jahanian · 15 years ago
- 7986ad5 More work on thunks - don't assert if there's a variable with the same name as the thunk already. by Anders Carlsson · 15 years ago
- dfb1eb2 Patch to implement code gen. use of compound assignent on by Fariborz Jahanian · 15 years ago
- 19879c9 More thunks scaffolding. by Anders Carlsson · 15 years ago
- fbf6ed4 More work on thunks. by Anders Carlsson · 15 years ago
- 9de672f When recovering from a qualified typedef name, don't clear out the by Douglas Gregor · 15 years ago
- b4e4c96 Move ThunkInfo as well. by Anders Carlsson · 15 years ago
- 80d8d7d Move ReturnAdjustment and ThisAdjustment out into CGVtable.h by Anders Carlsson · 15 years ago
- bc52595 Ignore a more comprehensive set of gcc-special format attributes. by Duncan Sands · 15 years ago
- 8e18c1b Bind the constructed object value to CXXConstructExpr. by Zhongxing Xu · 15 years ago
- 13b7639 update CMakeLists.txt by Zhongxing Xu · 15 years ago
- bd2b208 Clear the return expr GDM after using it. by Zhongxing Xu · 15 years ago
- 7b71c19 Add a AggExprVisitor class. It contains lots of boiler by Zhongxing Xu · 15 years ago
- 02e2459 Use the canonical destructor, which fixes the self-host build. Thanks to Eli for noticing. by Anders Carlsson · 15 years ago
- 41ca134 merge line. by Zhongxing Xu · 15 years ago
- 42444fb Frontend: Don't free the CompilerInstance or FrontendActions when running under by Daniel Dunbar · 15 years ago
- dbd8209 PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. by Daniel Dunbar · 15 years ago
- d9e0c0f Since we now may have basicblocks with the same block is in different function, by Zhongxing Xu · 15 years ago
- ee5ab9f Baby steps towards making thunks be emitted from the new vtable layout code. by Anders Carlsson · 15 years ago
- 3a5df3f Some renames. by Anders Carlsson · 15 years ago
- 7270ee4 Always emit associated thunks when emitting the function itself. Remove getVtableAddressPoint, it's not used. by Anders Carlsson · 15 years ago