summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix leak false positives on stuff put in C++/ObjC initializer lists.Artem Dergachev2017-10-053-1/+71
* Enabling new pass manager in LTO (and thinLTO) link step.Sean Fertile2017-10-051-0/+7
* Add testcase for r314956:Richard Smith2017-10-051-0/+43
* Fix 'section' warning behavior with tentatively-defined valuesErich Keane2017-10-041-0/+9
* [OpenCL] Clean up and add missing fields for block structYaxun Liu2017-10-043-49/+68
* [analyzer] Fix autodetection of binding types.Artem Dergachev2017-10-043-1/+32
* [OpenMP] Initial implementation of teams distribute code generationCarlo Bertolli2017-10-047-0/+1722
* [test] Pass in fixed triple for openmp-offload.cJonas Hahnfeld2017-10-041-2/+2
* [OpenMP] Fix passing of -m arguments correctlyJonas Hahnfeld2017-10-041-0/+8
* Fix assertion failure in thread safety analysis (PR34800).Alexander Kornienko2017-10-041-0/+15
* We allow implicit function declarations as an extension in all C dialects. Re...Richard Smith2017-10-042-2/+2
* PR34822: Fix a collection of related bugs with our handling of C89 implicit f...Richard Smith2017-10-043-6/+16
* [ExprConstant] Allow constexpr ctor to modify non static data membersErik Pilkington2017-10-041-0/+33
* [Analyzer] Re-apply r314820 with a fix for StringRef lifetime.George Karpenkov2017-10-031-0/+7
* Suppress -Wmissing-braces warning when aggregate-initializing a struct with a...Richard Smith2017-10-032-3/+36
* [OPENMP] Allow use of declare target directive inside structAlexey Bataev2017-10-032-2/+29
* Revert r314820 "[Analyzer] More granular special casing in RetainCountChecker"Tim Shen2017-10-031-7/+0
* [Analyzer] More granular special casing in RetainCountCheckerGeorge Karpenkov2017-10-031-0/+7
* [OpenCL] Fix checking of vector type castingYaxun Liu2017-10-031-1/+9
* R34811: Allow visibilities other than 'default' for VisibleNoLinkage entities.Richard Smith2017-10-031-0/+13
* [ubsan] Skip alignment checks which are folded awayVedant Kumar2017-10-031-0/+12
* [ubsan] Save a ptrtoint when emitting alignment checksVedant Kumar2017-10-031-2/+1
* [clang-cl] Claim ignored /O[12xd] argumentsReid Kleckner2017-10-031-0/+3
* PR33839: Fix -Wunused handling for structured binding declarations.Richard Smith2017-10-021-4/+46
* Add support for Myriad ma2x8x series of CPUsWalter Lee2017-10-021-5/+45
* Add a testcase to check that debug info is upgraded when compiling LLVM IRAdrian Prantl2017-10-021-0/+17
* Revert "[Sema] Warn on attribute nothrow conflicting with language specifiers"Reid Kleckner2017-10-021-24/+0
* Update IUnknown lit test to pass on Win32Erich Keane2017-10-021-3/+3
* [OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev2017-10-021-2/+5
* [OPENMP] Fix test, NFC.Alexey Bataev2017-10-021-2/+2
* [OPENMP] Simplify codegen for non-offloading code.Alexey Bataev2017-10-028-254/+128
* Dependent Address Space Support Test FixAndrew Gozillon2017-10-021-2/+2
* Dependent Address Space Support Test FileAndrew Gozillon2017-10-021-0/+119
* clang/test/SemaCXX/ms-iunknown-template-function.cpp: Appease for targeting *...NAKAMURA Takumi2017-09-301-1/+1
* [ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu2017-09-301-0/+120
* [Analyzer] Add dummy implementation to call_once to avoid linkage warnings in...George Karpenkov2017-09-301-3/+3
* [Analyzer] Synthesize function body for std::call_onceGeorge Karpenkov2017-09-301-0/+233
* Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith2017-09-295-2/+49
* [PS4] Tidy up some debug-tuning v. triple decision-making.Paul Robinson2017-09-292-10/+10
* [Sema] Correct IUnknown to support Unknwnbase.h Header.Erich Keane2017-09-292-4/+54
* [test] Disable leak checking on a clang crash test on DarwinFrancis Ricci2017-09-291-0/+1
* Fix Modules/{builtin-import.mm,umbrella-header-include-builtin.mm} to be able...Filipe Cabecinhas2017-09-292-6/+2
* [Sema] Suppress warnings for C's zero initializerDaniel Marjamaki2017-09-291-0/+38
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree2017-09-292-0/+90
* [Sema] Put nullability fix-it after the end of the pointer.Volodymyr Sapsai2017-09-283-1/+51
* [clang] Add getUnsignedPointerDiffType methodAlexander Shaposhnikov2017-09-282-0/+61
* Properly parse a postfix expression following a Boolean literal. Fixes PR34273.Aaron Ballman2017-09-281-1/+8
* [Sema] Correct nothrow inherited by noexceptErich Keane2017-09-281-0/+26
* [Sema] Warn on attribute nothrow conflicting with language specifiersErich Keane2017-09-281-0/+24
* Fix test change missed in r314456Erich Keane2017-09-281-1/+1