summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Raise an error if a wrong-side call is codegen'ed.Justin Lebar2016-08-151-0/+12
* [ADT] Change PostOrderIterator to use NodeRef. NFC.Tim Shen2016-08-152-0/+6
* Add the notion of deferred diagnostics.Justin Lebar2016-08-152-0/+19
* Disable lambda-capture of decomposition declaration bindings for now, until CWGRichard Smith2016-08-151-8/+3
* Explicitly generate a reference variable to hold the initializer for aRichard Smith2016-08-142-10/+8
* [Driver] Set the default driver mode based on the executable.Zachary Turner2016-08-121-1/+8
* BugReporter: Use ilist_half_embedded_sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-121-16/+3
* Prune unused diagnostics. NFC.Benjamin Kramer2016-08-122-4/+0
* [C++1z] Fix crash when decomposing structs with anonymous members.Benjamin Kramer2016-08-121-2/+2
* This patch implements PR#22821.Roger Ferrer Ibanez2016-08-122-0/+52
* P0217R3: serialization/deserialization support for c++17 decomposition declar...Richard Smith2016-08-122-0/+7
* P0217R3: template instantiation support for decomposition declarations.Richard Smith2016-08-124-10/+14
* [VFS] Add 'ignore-non-existent-contents' field to YAML filesBruno Cardoso Lopes2016-08-121-0/+4
* Remove unused and undesirable reference from BindingDecl to DecompositionDecl.Richard Smith2016-08-121-11/+3
* P0217R3: Constant expression evaluation for decomposition declarations.Richard Smith2016-08-121-3/+11
* [Basic] Add const qualifier to SM.isInSystemMacro (NFC)Vedant Kumar2016-08-121-1/+1
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-117-11/+81
* [ASTMatchers] Extend documentation for match()Martin Bohme2016-08-101-0/+4
* [CUDA] Reject calls to __device__ functions from host variable global initial...Justin Lebar2016-08-101-0/+3
* [CUDA] Rename CheckCUDATarget to IsAllowedCUDACall. NFCJustin Lebar2016-08-101-3/+7
* [CUDA] Fix out-of-date comment.Justin Lebar2016-08-101-2/+1
* [ADT] Change iterator_adaptor_base's default template arguments to forward mo...Tim Shen2016-08-091-2/+3
* [OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrtYaxun Liu2016-08-092-0/+3
* [OpenCL][AMDGPU] Add support for -cl-denorms-are-zeroYaxun Liu2016-08-092-0/+6
* [ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()Martin Bohme2016-08-091-0/+40
* clang-format: Add SpaceAfterTemplateSylvestre Ledru2016-08-091-0/+4
* Revert "[Attr] Add support for the `ms_hook_prologue` attribute."Charles Davis2016-08-082-23/+0
* [Attr] Add support for the `ms_hook_prologue` attribute.Charles Davis2016-08-082-0/+23
* [ARM] Command-line options for embedded position-independent codeOliver Stannard2016-08-082-0/+9
* [analyzer] Command line option to show enabled checker list.Gabor Horvath2016-08-084-1/+11
* [analyzer] Model base to derived casts more precisely.Gabor Horvath2016-08-081-2/+5
* Pass information in a record instead of stack. NFCSerge Pavlov2016-08-081-23/+36
* [StaticAnalyzer] Remove dead code.Benjamin Kramer2016-08-061-6/+0
* [NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDeclErik Pilkington2016-08-052-7/+15
* AMDGPU : Add Clang builtin intrinsics for compare with the fullWei Ding2016-08-051-0/+6
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-058-2/+110
* Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn2016-08-052-5/+0
* [ADT] Migrate DepthFirstIterator to use NodeRefTim Shen2016-08-043-0/+5
* Make isExternC work on VarDecls too.Benjamin Kramer2016-08-041-1/+2
* [Concepts] remove default argument for RequiresClause; NFCHubert Tong2016-08-031-2/+1
* [OpenCL] Fix size of image typeYaxun Liu2016-08-031-0/+5
* [CUDA] Fix libdevice selection.Artem Belevich2016-08-021-0/+3
* [CUDA] Do not allow using NVPTX target for host compilation.Artem Belevich2016-08-021-0/+1
* [analyzer] Respect statement-specific data in CloneDetection.Artem Dergachev2016-08-021-1/+3
* Make RecursiveASTVisitor visit lambda capture initialization expressionsMartin Bohme2016-08-011-0/+3
* Implement tooling::Replacements as a class.Eric Liu2016-08-012-62/+80
* Reapply r276069 with workaround for MSVC 2013Hubert Tong2016-07-301-27/+54
* Correcting some sphinx formatting issues so that the attribute documentation ...Aaron Ballman2016-07-301-103/+103
* Improve documentation of the type safety attributes.Yunzhong Gao2016-07-291-25/+94
* [OpenCL] Add extension cl_khr_mipmap_image to clangYaxun Liu2016-07-291-0/+1