summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-141-8/+3
* Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz2017-07-131-0/+3
* NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz2017-07-131-2/+2
* Remove another 'using namespace llvm' from theAlex Lorenz2017-07-131-2/+0
* Remove 'using namespace llvm' from the USRFinder.h headerAlex Lorenz2017-07-131-2/+0
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-132-7/+11
* [refactor][rename] Use a single base class for class that findsAlex Lorenz2017-07-133-33/+124
* fix typos in comments; NFCHiroshi Inoue2017-07-131-1/+1
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-132-1/+14
* Revert "[analyzer] Support generating and reasoning over more symbolic constr...Dominic Chen2017-07-121-12/+4
* [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