summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ODRHash] Revert r305104 - Skip inline namespaces when hashing.Richard Trieu2017-07-012-19/+13
* [Driver] Check that the iOS deployment target is iOS 10 or earlier ifAkira Hatanaka2017-07-011-2/+26
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-015-25/+164
* Change enumerator default linkage type for CBruno Cardoso Lopes2017-07-011-1/+3
* Fix PR 33189: Clang assertion on template destructor declarationHubert Tong2017-06-301-4/+1
* [ODRHash] Support Type TemplateArgumentRichard Trieu2017-06-301-0/+3
* Reinstate "Load lazily the template specialization in multi-module setups."Vassil Vassilev2017-06-301-38/+47
* [Parse] Use normalized attr name for late-parsing checks.George Burgess IV2017-06-301-8/+8
* [Profile] Do not assign counters to functions without bodiesVedant Kumar2017-06-301-0/+3
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-302-2/+0
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-303-10/+47
* clang-format: Do not binpack initialization listsFrancois Ferrand2017-06-301-2/+2
* [ORE] Use LLVM's "diagnostics hotness" spellingBrian Gesiak2017-06-301-2/+2
* [X86] Add RDRND feature to Goldmont. Add MOVBE to all Atom CPUs.Craig Topper2017-06-301-0/+2
* [X86] Add a break to the last case of a few switches to prevent accidents in ...Craig Topper2017-06-301-0/+4
* [X86] Move all atom CPUs to the same section of the switch and use fallthroug...Craig Topper2017-06-301-3/+6
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-305-0/+1100
* [objc] Don't require null-check and don't emit memset when result is ignored ...Kuba Mracek2017-06-301-11/+22