aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-07-09[analyzer] Make StmtDataCollector part of the CloneDetection APIRaphael Isemann
2017-07-08CodeGen: Fix address space of global variableYaxun Liu
2017-07-08[ODRHash] Support FriendDeclRichard Trieu
2017-07-07[modules ts] Basic for module linkage.Richard Smith
2017-07-07[ObjC] Avoid the -Wunguarded-availability warnings for protocolAlex Lorenz
2017-07-06Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith
2017-07-06Allow CompilerInvocations to generate .d files.Sterling Augustine
2017-07-06This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer
2017-07-06[OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea
2017-07-06[clang-format] Add TextProto language name, NFCKrasimir Georgiev
2017-07-05Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor
2017-07-05[Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington
2017-07-05Address comments that escaped D33333Erich Keane
2017-07-05Add const to reference arguments of Diagnostic ctorAlexander Kornienko
2017-07-05Fix invalid warnings for header guards in preamblesErik Verbruggen
2017-07-05[modules ts] Improve merging of module-private declarations.Richard Smith
2017-07-05[modules ts] Declarations from a module interface unit are only visible outsideRichard Smith
2017-07-04[OpenCL] Rename err_opencl_enqueue_kernel_expected_typeJoey Gouly
2017-07-03[clang-format] Support text proto messagesKrasimir Georgiev
2017-07-03Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz
2017-07-01Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger
2017-07-01Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi
2017-07-01Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak
2017-07-01Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak
2017-07-01[Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak
2017-07-01[Driver] Check that the iOS deployment target is iOS 10 or earlier ifAkira Hatanaka
2017-07-01[Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes
2017-07-01Change enumerator default linkage type for CBruno Cardoso Lopes
2017-06-30clang-format: add options to merge empty record bodyFrancois Ferrand
2017-06-30[refactor] Move clang-rename into the clang repositoryAlex Lorenz
2017-06-30Driver: fix option declarationSaleem Abdulrasool
2017-06-30[OpenCL] Add function name to extension diagnosticJoey Gouly
2017-06-30[OPENMP] Initial support for taskloop reductions.Alexey Bataev
2017-06-30[Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer
2017-06-30Ambiguity might be also uninitialized. Use llvm::Optional.Vassil Vassilev
2017-06-30fix trivial typos, NFCHiroshi Inoue
2017-06-30Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth
2017-06-30[WebAssembly] Add throw/rethrow builtins for exception handlingHeejin Ahn
2017-06-29Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith
2017-06-29[clang-format] Switch to case-insensitive header matching and use it toChandler Carruth
2017-06-29[NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen
2017-06-29[Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka
2017-06-29Initialize variable and silence potentially uninitialized warning.Vassil Vassilev
2017-06-29Fix NSAPI constants to reflect the current state ofAlex Lorenz
2017-06-29Factor out a functionality from isBeforeInTranslationUnitGabor Horvath
2017-06-29Track the set of module maps read while building a .pcm file and reload those...Richard Smith
2017-06-28[ASTReader] Treat multiple defns of ObjC protocols the same as interfaces.Graydon Hoare
2017-06-28Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.Ilya Biryukov
2017-06-28DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocument...NAKAMURA Takumi
2017-06-27[libclang] Support for querying the exception specification type through libc...Jonathan Coe