aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprCXX.cpp
AgeCommit message (Expand)Author
2017-12-28-fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann
2017-12-21[ubsan] Diagnose noreturn functions which returnVedant Kumar
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl
2017-12-13IRGen: When performing CFI checks, load vtable pointer from vbase when necess...Peter Collingbourne
2017-10-13Support for destroying operator delete, per C++2a proposal P0722.Richard Smith
2017-08-15Extract IRGen's constant-emitter into its own helper class and clean upJohn McCall
2017-07-13[Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka
2017-05-20[Devirtualization] insert placement new barrier with -O0Piotr Padlewski
2017-05-18[CodeGen] Propagate LValueBaseInfo instead of AlignmentSourceKrzysztof Parzyszek
2017-04-14[ubsan] Reduce alignment checking of C++ object pointersVedant Kumar
2017-03-21Update Clang for LLVM rename AttributeSet -> AttributeListReid Kleckner
2017-03-06[ubsan] Extend the nonnull arg check to ObjCVedant Kumar
2017-02-23[CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen code.George Burgess IV
2017-02-23Rename a helper function, NFC.Vedant Kumar
2017-02-17Retry^2: [ubsan] Reduce null checking of C++ object pointers (PR27581)Vedant Kumar
2017-02-17Revert "Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)"Vedant Kumar
2017-02-17Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)Vedant Kumar
2017-02-17Revert "[ubsan] Reduce null checking of C++ object pointers (PR27581)"Vedant Kumar
2017-02-17[ubsan] Reduce null checking of C++ object pointers (PR27581)Vedant Kumar
2017-02-13When the new expr's array size is an ICE, emit it as a constant expression.Nick Lewycky
2016-12-14Remove custom handling of array copies in lambda by-value array capture andRichard Smith
2016-11-17Insert a type check before reading vtable.Ivan Krasin
2016-10-26Refactor call emission to package the function pointer together withJohn McCall
2016-10-19[ubsan] Use the object pointer's type info for devirtualized callsVedant Kumar
2016-10-10Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith
2016-10-10Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper
2016-10-10P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith
2016-10-05PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith
2016-09-29Switch to a different workaround for unimplementability of P0145R3 in MS ABIs.Richard Smith
2016-09-28Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom toRichard Smith
2016-09-28Revert r282556. This change made several bots unhappy.Richard Smith
2016-09-27P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side ofRichard Smith
2016-09-26P0145R3 (C++17 evaluation order tweaks): evaluate the base expression beforeRichard Smith
2016-09-07[MS] Fix 'this' type when calling virtual methods with inallocaReid Kleckner
2016-06-16[CodeGen] Fix a segfault caused by pass_object_size.George Burgess IV
2016-05-12[MS ABI] Don't crash when zero-initializing a vbase which contains a vbaseDavid Majnemer
2016-05-03[MS] Pass CalleeDecl to adjustThisArgumentForVirtualFunctionCallReid Kleckner
2016-04-29Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev.Alexey Bataev
2016-04-08revert SVN r265702, r265640Saleem Abdulrasool
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool
2016-03-10EmitCXXStructorCall -> EmitCXXDestructorCall. NFC.Alexey Samsonov
2016-03-10Remove unused function arguments. NFC.Alexey Samsonov
2016-03-08P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...Richard Smith
2016-02-24Add whole-program vtable optimization feature to Clang.Peter Collingbourne
2015-11-23[MS ABI] Tolerate invokes of __RTDynamicCastDavid Majnemer
2015-11-03Remove unused #includeDavid Majnemer
2015-11-02[MS ABI] Don't zero-initialize vbptrs in basesDavid Majnemer
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall
2015-10-20[DEBUG INFO] Emit debug info for type used in explicit cast only.Alexey Bataev
2015-09-29Don't crash when a reserved global placement operator new is pairedJohn McCall