summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [Syntax] Use a hash table to search for tokens by their locationIlya Biryukov2019-12-181-9/+10
* [Syntax] Allow to mutate syntax treesIlya Biryukov2019-12-187-14/+358
* recommit: [ASTImporter] Friend class decl should not be visible in its contextGabor Marton2019-12-181-35/+47
* [OpenCL] Add builtin function extension handlingSven van Haastregt2019-12-182-13/+44
* [CFG] Add an option to expand CXXDefaultInitExpr into aggregate initializationGabor Horvath2019-12-172-3/+31
* [analysis] Discard type qualifiers when casting values retrieved from the Store.Artem Dergachev2019-12-171-4/+10
* [Driver] Avoid copies in range-based for loopsMark de Wever2019-12-172-2/+2
* [Sema] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-172-2/+2
* [Frontend] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-171-3/+3
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-179-7/+171
* [Clang FE, SystemZ] Recognize -mpacked-stack CL optionJonas Paulsson2019-12-173-0/+11
* [objc_direct] fix uniquing when re-declaring a readwrite-direct propertyPierre Habouzit2019-12-171-1/+9
* Revert "[ASTImporter] Friend class decl should not be visible in its context"Nico Weber2019-12-171-44/+35
* [driver][darwin] Pass -platform_version flag to the linker instead of the -<p...Alex Lorenz2019-12-172-1/+50
* Reland [NFC-I] Remove hack for fp-classification builtinsErich Keane2019-12-171-34/+24
* [ASTImporter] Friend class decl should not be visible in its contextGabor Marton2019-12-171-35/+44
* [OpenCL] Add ExtVectorElementExpr constant evaluation (PR42387)Sven van Haastregt2019-12-171-0/+25
* [ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute_...Raphael Isemann2019-12-171-0/+3
* [MinGW] Implicitly add .exe suffix if not providedMartin Storsjö2019-12-171-1/+13
* Check whether the destination is a complete type in a static_cast (orRichard Smith2019-12-162-8/+9
* [c++20] P1959R0: Remove support for std::*_equality.Richard Smith2019-12-166-130/+110
* If constant evaluation fails due to an unspecified pointer comparison,Richard Smith2019-12-161-2/+4
* [c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.Richard Smith2019-12-164-77/+107
* [WebAssembly] Setting export_name implies llvm.usedSam Clegg2019-12-161-2/+2
* [coroutines][PR41909] Generalize fix from D62550Brian Gesiak2019-12-161-14/+15
* Revert "[NFC-I] Remove hack for fp-classification builtins"Erich Keane2019-12-161-18/+34
* [NFC-I] Remove hack for fp-classification builtinsErich Keane2019-12-161-34/+18
* [WebAssembly] Replace SIMD int min/max builtins with patternsThomas Lively2019-12-161-43/+1
* [OPENMP50]Add if clause in target teams idistribute simd directive.Alexey Bataev2019-12-161-1/+3
* [TLI] Support for per-Function TLI that overrides available libfuncsTeresa Johnson2019-12-161-9/+0
* [OPENMP50]Add if clause in target teams distribute parallel for simd directive.Alexey Bataev2019-12-161-1/+9
* [clang][SystemZ] Add support for -march=nativeUlrich Weigand2019-12-163-5/+18
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-162-9/+8
* Mark the major papers for C++20 consistent comparisons as "done", andRichard Smith2019-12-151-0/+1
* [c++20] Compute exception specifications for defaulted comparisons.Richard Smith2019-12-152-56/+119
* Properly compute whether statement expressions can throw, rather thanRichard Smith2019-12-152-60/+275
* Resolve exception specifications after marking the correspondingRichard Smith2019-12-153-30/+50
* [AST] Use a reference in a range-based forMark de Wever2019-12-151-2/+2
* [clang] Improve LLVM-style RTTI support in ExternalASTSource/ExternalSemaSourceRaphael Isemann2019-12-153-0/+5
* [analyzer] Add support for namespaces to GenericTaintCheckerBorsik Gabor2019-12-151-58/+123
* Move ASTRecordWriter into its own header; NFC.John McCall2019-12-143-11/+27
* Move ASTRecordReader into its own header; NFC.John McCall2019-12-144-13/+34
* Abstract serialization: TableGen the (de)serialization code for Types.John McCall2019-12-142-1406/+57
* Standardize the reader methods in ASTReader; NFC.John McCall2019-12-143-1075/+976
* [Driver] Default to -momit-leaf-frame-pointer for AArch64Fangrui Song2019-12-131-3/+3
* PR44268: Fix crash if __builtin_object_size is applied to a heapRichard Smith2019-12-131-1/+1
* [c++20] Improve phrasing of diagnostic for missing #include <compare>.Richard Smith2019-12-132-6/+11
* [analyzer] CStringChecker: Fix a crash on unknown value passed to strlcat.Artem Dergachev2019-12-131-6/+5
* [Driver] Use .init_array for all gcc installations and simplify Generic_ELF -...Fangrui Song2019-12-133-17/+14
* [OPENMP]Fix skipping of functions body.Alexey Bataev2019-12-132-0/+6
OpenPOWER on IntegriCloud