summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* [mips][mt][7/7] Add driver option for the MIPS MT ASE.Simon Dardis2017-07-121-0/+4
* [analyzer] Support generating and reasoning over more symbolic constraint typesDominic Chen2017-07-121-4/+12
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+5
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-5/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+5
* Expose some type-conversion functions as part of the IRGen ABI.John McCall2017-07-121-0/+8
* CFG: Add CFGElement for automatic variables that leave the scopeMatthias Gehre2017-07-123-2/+66
* [ODRHash] Revert r307720 to fix buildbot.Richard Trieu2017-07-121-46/+24
* [ODRHash] Support more method types.Richard Trieu2017-07-111-24/+46
* [OPENMP] Add restriction for reduction clause in taskloop directives.Alexey Bataev2017-07-111-0/+4
* [ASTMatchers][NFC] integerLiteral(): Mention negative integers inClement Courbet2017-07-111-0/+8
* RecursiveASTVisitor should visit the nested name qualifiers inAlex Lorenz2017-07-111-0/+1
* [analyzer] Start fixing modeling of bool based typesAlexander Shaposhnikov2017-07-111-1/+1
* clang-import-test had some dead code. I did the following to eliminate it:Sean Callanan2017-07-101-4/+0
* [analyzer] Make StmtDataCollector part of the CloneDetection APIRaphael Isemann2017-07-091-0/+188
* CodeGen: Fix address space of global variableYaxun Liu2017-07-081-0/+9
* [ODRHash] Support FriendDeclRichard Trieu2017-07-081-4/+10
* [modules ts] Basic for module linkage.Richard Smith2017-07-071-4/+20
* [ObjC] Avoid the -Wunguarded-availability warnings for protocolAlex Lorenz2017-07-071-2/+3
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-062-0/+4
* Allow CompilerInvocations to generate .d files.Sterling Augustine2017-07-062-1/+8
* This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer2017-07-061-185/+0
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-1/+2
* [clang-format] Add TextProto language name, NFCKrasimir Georgiev2017-07-061-0/+2
* Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor2017-07-053-0/+20
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-053-13/+19
* Address comments that escaped D33333Erich Keane2017-07-051-9/+7
* Add const to reference arguments of Diagnostic ctorAlexander Kornienko2017-07-051-3/+3
* Fix invalid warnings for header guards in preamblesErik Verbruggen2017-07-051-5/+4
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-1/+1
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-052-1/+3
* [OpenCL] Rename err_opencl_enqueue_kernel_expected_typeJoey Gouly2017-07-041-2/+3
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-1/+4
* Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz2017-07-032-3/+6
* Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger2017-07-012-0/+12
* Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi2017-07-011-1/+2
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-013-2/+9
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-013-9/+2
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-013-2/+9
* [Driver] Check that the iOS deployment target is iOS 10 or earlier ifAkira Hatanaka2017-07-011-0/+3
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-013-15/+34
* Change enumerator default linkage type for CBruno Cardoso Lopes2017-07-012-1/+4
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-1/+23
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-305-1/+259
* Driver: fix option declarationSaleem Abdulrasool2017-06-301-1/+1
* [OpenCL] Add function name to extension diagnosticJoey Gouly2017-06-302-2/+2
* [OPENMP] Initial support for taskloop reductions.Alexey Bataev2017-06-301-0/+2
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-302-2/+9
* Ambiguity might be also uninitialized. Use llvm::Optional.Vassil Vassilev2017-06-301-2/+5
* fix trivial typos, NFCHiroshi Inoue2017-06-302-2/+2