summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2017-02-24[Driver] Enable SafeStack for Fuchsia targetsPetr Hosek
2017-02-24[ODRHash] Add handling of TypedefType and DeclarationNameRichard Trieu
2017-02-24Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV
2017-02-24Factor out some common code between SpecialMemberExceptionSpecInfo and Specia...Richard Smith
2017-02-24Simplify and pass a more useful source location when computing an exceptionRichard Smith
2017-02-24Refactor computation of exception specification for special members to removeRichard Smith
2017-02-24Recently a change was made to this test in r294639 which fails when theDouglas Yung
2017-02-24Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match buil...Hans Wennborg
2017-02-24[profiling] PR31992: Don't skip interesting non-base constructorsVedant Kumar
2017-02-24[Driver] Move architecture-specific free helper functions to their own files.David L. Jones
2017-02-24NFC, Remove commented out block of code from CGBlocks.cppAlex Lorenz
2017-02-24NFC, Add a test that ensures that we don't emit helper code in copy/disposeAlex Lorenz
2017-02-23NFC, Add a test that ensure that we don't emit helper code in copy/disposeAlex Lorenz
2017-02-23[CodeGen] Silence unused variable warning in Release builds.Benjamin Kramer
2017-02-23PR32044: Fix some cases where we would confuse a transparent init-list expres...Richard Smith
2017-02-23Tighten up a regex in a testGeorge Burgess IV
2017-02-23[CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen code.George Burgess IV
2017-02-23Add context note to diagnostics that occur while declaring an implicit specia...Richard Smith
2017-02-23[ObjC][CodeGen] CodeGen support for @available.Erik Pilkington
2017-02-23Reverted r295975Serge Pavlov
2017-02-23Added regression testsSerge Pavlov
2017-02-23[CodeGen] Don't reemit expressions for pass_object_size params.George Burgess IV
2017-02-23[c-index-test] For the 'core' invocation, avoid running it under a new thread.Argyrios Kyrtzidis
2017-02-23[ODRHash] Handle types in ODR hashing.Richard Trieu
2017-02-23Fix tracking of whether the previous template instantiation stack matches the...Richard Smith
2017-02-23Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation forRichard Smith
2017-02-23Rename a helper function, NFC.Vedant Kumar
2017-02-23[ODRHash] Add IdentiferInfo and FieldDecl support.Richard Trieu
2017-02-22[ObjC][Modules] Don't perform property lookup in hidden class extensionsAlex Lorenz
2017-02-22[CodeGen] Add param info for ctors with ABI args.George Burgess IV
2017-02-22[ODRHash] static_cast and Stmt hashing.Richard Trieu
2017-02-22PR32034: Evaluate _Atomic(T) in-place when T is a class or array type.Richard Smith
2017-02-22AMDGPU: Add fmed3 half builtinMatt Arsenault
2017-02-22stop using associative comdats for SEH filter functionsBob Haarman
2017-02-22[CodeGen] Note where we add ABI-specific args in ctors. NFC.George Burgess IV
2017-02-22Improve support for 'decltype(auto)' in template template parameter matching.Richard Smith
2017-02-22[OpenCL] r600 needs OpenCL kernel calling conventionJan Vesely
2017-02-22Remove superfluous initializer.Yaron Keren
2017-02-22Fix 'control reaches end of non-void function' warningSimon Pilgrim
2017-02-22Fix -Wunused-private-field warning by removing unused ODRHash reference field...Simon Pilgrim
2017-02-22[ODRHash] Avoid dereferencing end() of a SmallVector.Benjamin Kramer
2017-02-22[OpenMP] Generate better diagnostics for cancel and cancellation pointJonas Hahnfeld
2017-02-22Call the correct @llvm.objectsize.George Burgess IV
2017-02-22Add more ODR checking.Richard Trieu
2017-02-22Fix assertion failure when generating debug information for a variableRichard Smith
2017-02-21[c++1z] Mark constexpr lambdas as done on status page and start advertisingRichard Smith
2017-02-21Fix deduction of type of pack-expanded non-type template parameter.Richard Smith
2017-02-21Hook up OpenBSD AArch64 supportBrad Smith
2017-02-21Declare lgamma library builtins as never being constJacob Gravelle
2017-02-21Fix for pr31836 - pp_nonportable_path on absolute paths: broken delimitersTaewook Oh