summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth2017-06-303-6/+0
* [WebAssembly] Add throw/rethrow builtins for exception handlingHeejin Ahn2017-06-301-0/+4
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-292-5/+17
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-1/+1
* [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen2017-06-292-0/+6
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-295-1/+15
* Initialize variable and silence potentially uninitialized warning.Vassil Vassilev2017-06-291-2/+1
* Fix NSAPI constants to reflect the current state ofAlex Lorenz2017-06-291-2/+2
* Factor out a functionality from isBeforeInTranslationUnitGabor Horvath2017-06-291-0/+11
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-293-20/+39
* [ASTReader] Treat multiple defns of ObjC protocols the same as interfaces.Graydon Hoare2017-06-281-0/+54
* Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.Ilya Biryukov2017-06-281-4/+5
* DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocument...NAKAMURA Takumi2017-06-281-2/+0
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-271-1/+68
* [Sema] Allow unmarked overloadable functions.George Burgess IV2017-06-272-10/+40
* [OPENMP] Use MapVector instead of DenseMap for stable codegen, NFC.Alexey Bataev2017-06-271-1/+2
* [analyzer] Move zero-size allocation checks to optin.portability.Artem Dergachev2017-06-271-1/+17
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-273-118/+128
* Reapply "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-273-0/+81
* Make sure TraverseInitListExpr visits InitListExpr exactly twiceStephan Bergmann2017-06-271-3/+15
* [CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.Akira Hatanaka2017-06-271-0/+5
* Revert r301742, which caused us to try to evaluate all full-expressions.Richard Smith2017-06-261-0/+1
* [Sema] Fix a crash-on-invalid when a template parameter list has a classAkira Hatanaka2017-06-262-1/+5
* Improve const-correctness.Axel Naumann2017-06-261-2/+2
* Add a warning to a groupVedant Kumar2017-06-231-1/+2
* [ubsan] Disable the object size check at -O0Vedant Kumar2017-06-231-0/+2
* Emit warning when throw exception in destruct or dealloc functions which has a Erich Keane2017-06-231-0/+9