summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Switch SmallSetVector to use DenseSet when it overflows its inline space.Justin Lebar2016-10-211-1/+2
* [Sema] Store a SourceRange for multi-token builtin typesMalcolm Parsons2016-10-212-6/+17
* [CUDA] Use FunctionDeclAndLoc for the Sema::LocsWithCUDACallDiags hashtable.Justin Lebar2016-10-211-7/+34
* Remove move constructors that are identical to the generated default move ctor.Benjamin Kramer2016-10-215-48/+2
* Removed unused function argument. NFC.Artem Belevich2016-10-211-1/+1
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-212-4/+10
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-212-10/+4
* [Driver][Darwin] Pass -no_deduplicate to ld64Bruno Cardoso Lopes2016-10-211-0/+1
* [Modules] Add 'no_undeclared_includes' module map attributeBruno Cardoso Lopes2016-10-213-4/+20
* Re-commit r284753, reverted in r284778, with a fix for PR30749.Richard Smith2016-10-202-5/+8
* [clang] Remove FileEntry copy-constructorAlexander Shaposhnikov2016-10-201-9/+1
* Revert r284753 "[c++1z] Teach composite pointer type computation how to compu...Hans Wennborg2016-10-202-8/+5
* [c++1z] Teach composite pointer type computation how to compute the compositeRichard Smith2016-10-202-5/+8
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-208-23/+22
* Clean up alignment hacks now that MSVC 2013 and GCC 4.7 are gone.Benjamin Kramer2016-10-204-13/+7
* PR26276: Fix detection of non-cast-expressions as operands of fold-expressions.Richard Smith2016-10-201-0/+3
* Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner2016-10-197-31/+30
* Add optimization to sizeof...(X) handling: if none of parameter pack X'sRichard Smith2016-10-191-0/+8
* [CUDA] When we emit an error that might have been deferred, also print a call...Justin Lebar2016-10-192-34/+48
* [AST] Add CanonicalDeclPtr<T>.Justin Lebar2016-10-191-1/+63
* [CUDA] Emit errors for wrong-side calls made on the same line as non-wrong-si...Justin Lebar2016-10-191-4/+4
* New clang option -mpie-copy-relocations to use copy relocations for PIE builds.Sriraman Tallam2016-10-192-0/+7
* [mips][msa] Range check MSA intrinsics with immediatesSimon Dardis2016-10-192-0/+4
* Remove unused diagnostics. NFC.Benjamin Kramer2016-10-191-5/+0
* [Sema] Gcc compatibility of vector shiftAndrey Bokhanko2016-10-191-0/+3
* Add missing warning for use of C++1z init-statements in C++14 and before.Richard Smith2016-10-181-0/+6
* [c++1z] Fix corner case where we could create a function type whose canonical...Richard Smith2016-10-181-1/+10
* Revert r284265 "[Sema] Refactor context checking for availability diagnostics"Erik Pilkington2016-10-181-4/+11
* [analyzer] Add NumberObjectConversion checker.Artem Dergachev2016-10-181-0/+5
* [CodeCompletion] Add a block property setter completion resultAlex Lorenz2016-10-183-3/+12
* [c++1z] Use canonical expression equivalence to determine whether two differentRichard Smith2016-10-181-1/+2
* [Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap (NFC)Vedant Kumar2016-10-181-2/+3
* Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandlin...Benjamin Kramer2016-10-171-13/+2
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-164-7/+17
* Reinstate r284008 reverted in r284081, with two fixes:Richard Smith2016-10-142-1/+27
* __builtin_fpclassify missing one int parameterDavid Sheinkman2016-10-141-1/+1
* Implement no_sanitize_address for global varsDouglas Katzman2016-10-143-2/+6
* [Sema] Refactor context checking for availability diagnosticsErik Pilkington2016-10-141-11/+4
* Implement __stosb intrinsic as a volatile memsetAlbert Gutowski2016-10-141-0/+2
* Deduplicate sets of replacements by file names.Eric Liu2016-10-142-6/+11
* Reinstate r281429, reverted in r281452, with a fix for its mishandling ofRichard Smith2016-10-131-2/+13
* Add 64-bit MS _Interlocked functions as builtins againAlbert Gutowski2016-10-132-0/+18
* fix _BitScan intrinsics missing header warnings; fix some line endingsAlbert Gutowski2016-10-134-90/+90
* Add and use isDiscardableGVALinkage function.Justin Lebar2016-10-131-0/+4
* [CUDA] Emit deferred diagnostics during Sema rather than during codegen.Justin Lebar2016-10-133-30/+32
* [CUDA] Allow static variables in __host__ __device__ functions, so long as th...Justin Lebar2016-10-131-2/+2
* [CUDA] Disallow __shared__ variables in host functions.Justin Lebar2016-10-131-0/+3
* [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device,Host}Code().Justin Lebar2016-10-132-19/+108
* Implement MS _ReturnAddress and _AddressOfReturnAddress intrinsicsAlbert Gutowski2016-10-132-0/+3
* Revert r284008. This is us to fail to instantiate static data members in someRichard Smith2016-10-121-26/+1
OpenPOWER on IntegriCloud