summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] Avoid the -Wunguarded-availability warnings for protocolAlex Lorenz2017-07-072-4/+12
* This call-site should have been updated as part of D34304.Sterling Augustine2017-07-061-3/+5
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-061-0/+10
* Allow CompilerInvocations to generate .d files.Sterling Augustine2017-07-062-6/+27
* [Objective-C] Fix non-determinism in clangMandeep Singh Grang2017-07-061-4/+5
* This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer2017-07-064-182/+7
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-0618-32/+73
* [OpenMP] Customize CUDA-based tool chain selectionGheorghe-Teodor Bercea2017-07-061-2/+16
* [clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev2017-07-061-0/+2
* [modules ts] Do not emit strong function definitions from the module interfac...Richard Smith2017-07-061-2/+12
* Fix test case in pre-C++11 mode; address Aaron Ballman's code review.Douglas Gregor2017-07-051-2/+2
* Cope with Range-v3's CONCEPT_REQUIRES idiomDouglas Gregor2017-07-051-0/+34
* Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor2017-07-052-7/+140
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-053-104/+114
* Address comments that escaped D33333Erich Keane2017-07-051-7/+12
* [SystemZ] Simplify handling of ISA revisionsUlrich Weigand2017-07-051-26/+22
* [driver][mips] Use AddTargetFeature to check arguments and add feature flags....Simon Atanasyan2017-07-051-7/+2
* [driver][mips] Remove redundant curly brackets. NFCSimon Atanasyan2017-07-051-3/+2
* [clang-format] Fix an uninitialized memory accessKrasimir Georgiev2017-07-051-7/+9
* Add const to reference arguments of Diagnostic ctorAlexander Kornienko2017-07-051-3/+3
* Fix invalid warnings for header guards in preamblesErik Verbruggen2017-07-054-7/+5
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-054-35/+67
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-052-3/+3
* [AMDGPU] Fix size and alignment of size_t and pointer typesYaxun Liu2017-07-051-6/+14
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-055-19/+60
* [AMDGPU] Fix regressions on mesa/clover with libclc due to address spaceYaxun Liu2017-07-041-10/+18
* Enable LLVM asan support for NetBSD/amd64Kamil Rytarowski2017-07-043-0/+15
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-042-1/+25
* [index] Index nested name qualifiers in a forward declaration of aAlex Lorenz2017-07-041-0/+2
* [OpenCL] Rename err_opencl_enqueue_kernel_expected_typeJoey Gouly2017-07-041-15/+18
* [CodeGen] Check key function for typeinfo importShoaib Meenai2017-07-041-3/+7
* [Sema] Make BreakContinueFinder handle nested loops.Eli Friedman2017-07-041-6/+61
* [clang] Implement -Wcast-qual for C++Roman Lebedev2017-07-031-24/+70
* Revert "clang-format: [JS] space between pseudo keywords and template literals."Martin Probst2017-07-031-5/+1
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-035-29/+85
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-031-1/+5
* [index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz2017-07-031-1/+25
* Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz2017-07-032-5/+11
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-034-4/+4
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-022-3/+3
* Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger2017-07-011-0/+6
* [modules] Teach clang how to merge typedef over anonymous structs in C mode.Vassil Vassilev2017-07-012-5/+3
* [OpenMP] Fix mapping of scalars for combined directivesJonas Hahnfeld2017-07-011-3/+26
* fix trivial typos; NFCHiroshi Inoue2017-07-015-5/+5
* Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi2017-07-013-8/+4
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-013-6/+21
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-013-21/+6
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-013-6/+21
* Fix indentation.Akira Hatanaka2017-07-011-7/+7
* Update clang support for -mexecute-only/-mpure-code for backend change to use...Eric Christopher2017-07-011-3/+1
OpenPOWER on IntegriCloud