summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz2017-07-031-0/+25
* Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz2017-07-034-4/+18
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-021-1/+1
* Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger2017-07-011-0/+4
* [modules] Teach clang how to merge typedef over anonymous structs in C mode.Vassil Vassilev2017-07-011-1/+1
* [OpenMP] Fix mapping of scalars for combined directivesJonas Hahnfeld2017-07-011-0/+26
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-012-5/+17
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-012-17/+5
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-012-5/+17
* Update clang support for -mexecute-only/-mpure-code for backend change to use...Eric Christopher2017-07-012-72/+78
* [ODRHash] Revert r305104 - Skip inline namespaces when hashing.Richard Trieu2017-07-011-0/+18
* [Driver] Check that the iOS deployment target is iOS 10 or earlier ifAkira Hatanaka2017-07-011-0/+35
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-017-13/+86
* Change enumerator default linkage type for CBruno Cardoso Lopes2017-07-011-1/+1
* Fix PR 33189: Clang assertion on template destructor declarationHubert Tong2017-06-301-0/+6
* [ODRHash] Support Type TemplateArgumentRichard Trieu2017-06-301-0/+34
* [Parse] Use normalized attr name for late-parsing checks.George Burgess IV2017-06-301-0/+4
* [Profile] Do not assign counters to functions without bodiesVedant Kumar2017-06-302-0/+30
* Fix a typo. NFC.Vedant Kumar2017-06-301-1/+1
* [X86] Add RDRND feature to Goldmont. Add MOVBE to all Atom CPUs.Craig Topper2017-06-301-0/+2
* Move ClassReplacements.cpp test from clang-rename tests to theAlex Lorenz2017-06-301-11/+0
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-3033-0/+556
* [objc] Don't require null-check and don't emit memset when result is ignored ...Kuba Mracek2017-06-302-1/+44
* [MS] Test that deleting destructor thunks are not exportedReid Kleckner2017-06-301-0/+10
* Revert "[CodeGen] Propagate dllexport to thunks"Reid Kleckner2017-06-301-9/+0
* Driver: honor -nostdinc and -isystem-after on CrossWindowsSaleem Abdulrasool2017-06-301-0/+5
* [OpenCL] Add function name to extension diagnosticJoey Gouly2017-06-301-1/+1
* [OPENMP] Initial support for taskloop reductions.Alexey Bataev2017-06-302-16/+16
* ARMV8-A archkind and target defines helper functionsSjoerd Meijer2017-06-302-2/+4
* Fold exception-warnings.cpp into warn-throw-out-noexcept-func.cppStephan Bergmann2017-06-302-36/+37
* Add -no-canonical-prefixes to the test line so that we can handle different b...Eric Christopher2017-06-301-1/+1
* Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth2017-06-301-7/+0
* [WebAssembly] Add throw/rethrow builtins for exception handlingHeejin Ahn2017-06-301-0/+12
* [CodeGen] Propagate dllexport to thunksShoaib Meenai2017-06-301-0/+9
* Unified logic for computing target ABI in backend and front end by moving thi...Eric Christopher2017-06-304-4/+4
* [PM] Add support for sample PGO in the new pass manager (clang-side)Dehao Chen2017-06-291-1/+7
* [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen2017-06-291-0/+53
* [ODRHash] Improve typedef handling.Richard Trieu2017-06-291-0/+16
* Fix openmp-offload.c test on WindowsReid Kleckner2017-06-291-2/+2
* [libFuzzer] Add Fuzzer to the list of sanitizers which support coverage.George Karpenkov2017-06-291-0/+4
* [libFuzzer] Do not link in libFuzzer with -fsanitize=fuzzer when producing a ...George Karpenkov2017-06-291-0/+4
* [ASTReader] Add test for previous change r306583 / 145692e.Graydon Hoare2017-06-295-0/+29
* [OpenMP] Fix test for revision D29645. NFCGheorghe-Teodor Bercea2017-06-291-5/+3
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-292-0/+163
* CodeGen: Fix invalid bitcast for coerced function argumentYaxun Liu2017-06-291-5/+47
* Fixed -Wexceptions derived-to-base false positivesStephan Bergmann2017-06-291-0/+36
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-2913-1452/+1541
* [OpenMP] Pass -fopenmp-is-device to preprocessing and machine specific code g...Gheorghe-Teodor Bercea2017-06-291-0/+10
* [OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea2017-06-291-28/+28
* [Clang][X86][Goldmont]Adding new target-cpu: Goldmont Michael Zuckerman2017-06-291-0/+73