summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic
Commit message (Expand)AuthorAgeFilesLines
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-044-5/+22
* Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber2019-05-031-3/+0
* SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-031-0/+1
* [Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder2019-05-021-0/+3
* [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABITom Tan2019-05-021-1/+3
* Consume unexpected "template" keywords after "using"Richard Trieu2019-05-011-0/+2
* Bump DIAG_SIZE_SEMA, as we've hit it.Scott Linder2019-05-011-1/+1
* Fix inconsistency in calculating DIAG_START_ values.Russell Gallop2019-04-301-2/+2
* Add __builtin_dcbf support for PPCAhsan Saghir2019-04-291-0/+3
* [Diagnostics] Support -Wtype-limits for GCC compatibilityDavid Bolvansky2019-04-291-0/+2
* [AArch64] Add support for MTE intrinsicsJaved Absar2019-04-262-0/+20
* [OPENMP]Added check for non-random access types for the dependent loopAlexey Bataev2019-04-261-1/+3
* [MinGW] Fix dllexport of explicit template instantiationMartin Storsjo2019-04-261-0/+3
* Add missing diagnostic for explicit instantiation declarations namingRichard Smith2019-04-261-0/+2
* [CUDA] Implemented _[bi]mma* builtins.Artem Belevich2019-04-251-3/+55
* [OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev2019-04-251-0/+2
* Fix typo in comment in r312851.Richard Smith2019-04-251-2/+2
* [OPENMP]Initial support for non-rectangular loop nest.Alexey Bataev2019-04-241-0/+2
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-241-2/+0
* [Builtins] Implement __builtin_is_constant_evaluated for use in C++2aEric Fiselier2019-04-241-0/+1
* Improve -Wuninitialized warning under ARC for block variables that areAkira Hatanaka2019-04-231-2/+2
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-231-0/+2
* Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-231-1/+5
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-222-0/+20
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-191-1/+1
* [c++2a] Add semantic support for private module fragments.Richard Smith2019-04-182-4/+23
* [OpenMP] Add checks for requires and target directives.Gheorghe-Teodor Bercea2019-04-181-0/+4
* Add '#pragma clang __debug module_map module.name' to dump the moduleRichard Smith2019-04-181-0/+2
* [c++2a] Improve diagnostic for use of declaration from another TU'sRichard Smith2019-04-181-0/+6
* [FileSystemStatCache] Return std::error_code from stat cache methodsHarlan Haskins2019-04-161-18/+12
* Revert "[clang] Aligned allocation is actually supported in macosx 10.13"Louis Dionne2019-04-151-2/+2
* [X86] Restore the pavg intrinsics.Craig Topper2019-04-151-0/+6
* [clang] Aligned allocation is actually supported in macosx 10.13Louis Dionne2019-04-151-2/+2
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-3/+4
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-142-4/+19
* [verify] Add support for location markers in directives.Richard Smith2019-04-131-0/+6
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+6
* [C++20] Implement context-sensitive header-name lexing and pp-import parsing ...Richard Smith2019-04-114-6/+22
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-112-9/+9
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-112-1/+5
* Revert "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-051-5/+1
* [Lexer] NFC: Fix an off-by-one bug in getAsCharRange().Artem Dergachev2019-04-051-1/+5
* [AMDGPU] rename vi-insts into gfx8-instsStanislav Mekhanoshin2019-04-051-1/+1
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-14/+17
* Whitespace and formatting changes; NFC.Aaron Ballman2019-04-031-6/+5
* Add a new attribute documentation category for declarations.Aaron Ballman2019-04-032-20/+22
* [OPENMP]Allocate clause allocator in target region.Alexey Bataev2019-04-011-0/+3
* [ASTImporter] Make ODR error handling configurableGabor Marton2019-04-012-5/+68
* [OPENMP] Check that allocated variables are used in private clauses.Alexey Bataev2019-04-011-0/+2
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+1