summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [AST][NFC] Pack DeclRefExprBruno Ricci2018-11-131-1/+2
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-1318-114/+126
* [clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev2018-11-131-2/+3
* [clang-cl] Do not allow using both /Zc:dllexportInlines- and /fallback flagTakuto Ikuta2018-11-132-7/+6
* Convert a condition into an assertion per post-review feedback; NFC intended.Aaron Ballman2018-11-121-20/+19
* [Sema] Make sure we substitute an instantiation-dependent default template ar...Erik Pilkington2018-11-121-1/+1
* Fix the 'fixit' for inline namespace replacement.Erich Keane2018-11-121-1/+4
* PR39628 Treat all non-zero values as 'true' in bool compound-assignmentRichard Smith2018-11-121-2/+3
* [clang-format] Support breaking consecutive string literals for TableGenJordan Rupprecht2018-11-121-0/+1
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-124-4/+4
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-121-41/+63
* Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere2018-11-123-12/+10
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-123-29/+0
* Make clang-based tools find libc++ on MacOSIlya Biryukov2018-11-123-10/+12
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-123-0/+29
* Fix compatibility with z3-4.8.1Jan Kratochvil2018-11-121-1/+1
* Support Swift in platform availability attributeMichael Wu2018-11-122-0/+24
* [CodeGen][CXX]: Fix no_destroy CG bug under specific circumstancesKristina Brooks2018-11-121-0/+9
* Pass the function type instead of the return type to FunctionDecl::CreateJonas Devlieghere2018-11-118-97/+114
* [clang]: Fix misapplied patch in 346582.Kristina Brooks2018-11-101-1/+1
* Correct naming conventions and 80 col rule violation in CGDeclCXX.cpp. NFC.Kristina Brooks2018-11-101-16/+17
* Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang2018-11-091-1/+2
* Revert "Revert rL346454: Fix a use-after-free introduced by r344915."Adrian Prantl2018-11-091-1/+1
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-1/+1
* [OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.Alexey Bataev2018-11-091-45/+65
* Revert rL346454: Fix a use-after-free introduced by r344915.Simon Pilgrim2018-11-091-1/+1
* Use the correct address space when bitcasting func pointer to int pointerDylan McKay2018-11-091-1/+5
* Allow a double-underscore spelling of Clang attributes using double square br...Aaron Ballman2018-11-091-5/+6
* Fix a nondeterminism in the debug info for VLA size expressions.Adrian Prantl2018-11-092-5/+14
* [HIP] Remove useless sections in linked filesYaxun Liu2018-11-091-0/+4
* Driver: Make -fsanitize=shadow-call-stack compatible with -fsanitize-minimal-...Peter Collingbourne2018-11-091-1/+1
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-093-27/+53
* Use the correct address space when emitting the ctor function listDylan McKay2018-11-091-2/+3
* [OPENMP][NVPTX]Allow to use shared memory for theAlexey Bataev2018-11-092-56/+100
* [clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /...Takuto Ikuta2018-11-091-0/+6
* [Tooling] Avoid diagnosing missing input files in an edge-case where it's inc...Sam McCall2018-11-091-0/+6
* [PowerPC] [Clang] [AltiVec] The second parameter of vec_sr function should be...Zi Xuan Wu2018-11-091-29/+31
* Compound literals, enums, et al require const exprBill Wendling2018-11-0917-27/+101
* Fix a use-after-free introduced by r344915.Adrian Prantl2018-11-091-1/+1
* [Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...David Blaikie2018-11-081-1/+3
* [Tooling] Produce diagnostics for missing input files.Sam McCall2018-11-082-3/+1
* Fix bitcast to address space cast for coerced load/stores Yaxun Liu2018-11-081-4/+4
* [OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.Alexey Bataev2018-11-081-17/+25
* clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg2018-11-081-13/+40
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-0822-5/+749
* [OPENMP]Fix handling of the globals during compilation for the device.Alexey Bataev2018-11-072-61/+90
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-0722-749/+5
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-0722-5/+749
* [mips][msa] Fix msa_[st/ld] offset checkAleksandar Beserminji2018-11-071-8/+8
* [CodeComplete] Do not complete self-initializationsIlya Biryukov2018-11-071-1/+6
OpenPOWER on IntegriCloud