summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Change type of wake count to unsigned intHeejin Ahn2018-11-161-1/+1
* [AST] Store the string data in StringLiteral in a trailing array of charsBruno Ricci2018-11-152-67/+126
* [AST][NFC] Various NFCs in StringLiteralBruno Ricci2018-11-151-20/+14
* [AST][NFC] Re-add comment in BinaryOperator which was removed by r346954Bruno Ricci2018-11-151-0/+3
* [AST] Pack BinaryOperatorBruno Ricci2018-11-152-32/+49
* [AST] Pack MemberExprBruno Ricci2018-11-152-43/+66
* [AST][NFC] Move the friend decls to the top of MemberExprBruno Ricci2018-11-151-4/+4
* [AST] Pack UnaryOperatorBruno Ricci2018-11-152-18/+33
* Stmt bits: Make ExprBits relative to StmtBitsDavid Blaikie2018-11-151-1/+1
* [codeview] Make "clang -g" emit codeview by default when targetting MSVCReid Kleckner2018-11-142-0/+11
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-142-3/+9
* Reverted D52835 to fix review commentsDavid Bolvansky2018-11-141-4/+0
* [Diagnostics] Check integer to floating point number implicit conversionsDavid Bolvansky2018-11-141-0/+4
* [AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.tdBruno Ricci2018-11-141-63/+80
* [AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall2018-11-142-24/+24
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-144-2/+11
* OpenCL: Don't warn on v printf modifierMatt Arsenault2018-11-131-0/+2
* [AST] Revert r346793 and r346781Bruno Ricci2018-11-132-113/+100
* [AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.tdBruno Ricci2018-11-131-63/+80
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-132-0/+7
* [AST][NFC] Style fixes for UnaryOperatorBruno Ricci2018-11-131-37/+33
* [AST][NFC] Pack DeclRefExprBruno Ricci2018-11-132-37/+35
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-132-6/+28
* UserManual: Tweak the /Zc:dllexportInlines- docs someHans Wennborg2018-11-131-2/+2
* [clang-cl] Do not allow using both /Zc:dllexportInlines- and /fallback flagTakuto Ikuta2018-11-131-3/+2
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-123-353/+283
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-122-3/+15
* Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere2018-11-121-7/+0
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-122-12/+0
* Make clang-based tools find libc++ on MacOSIlya Biryukov2018-11-121-0/+7
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-122-0/+12
* clang-cl: Add documentation for /Zc:dllexportInlines-Hans Wennborg2018-11-121-2/+4
* Support Swift in platform availability attributeMichael Wu2018-11-123-0/+5
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-2/+19
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-091-0/+3
* [clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /...Takuto Ikuta2018-11-091-0/+4
* Use correct parameter name in comment.Bill Wendling2018-11-091-1/+1
* Compound literals, enums, et al require const exprBill Wendling2018-11-092-4/+20
* clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg2018-11-082-1/+4
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-088-2/+101
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-078-101/+2
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-078-2/+101
* [OpenCL] Fix diagnostic message about overload candidatesAndrew Savonichev2018-11-071-1/+1
* os_log: Allow specifying mask type in format string.Akira Hatanaka2018-11-063-6/+24
* os_log: Add a new privacy annotation "sensitive".Akira Hatanaka2018-11-062-3/+13
* os_log: Minor code cleanups. NFC.Akira Hatanaka2018-11-061-12/+5
* [COFF, ARM64] Implement InterlockedDecrement*_* builtinsMandeep Singh Grang2018-11-062-0/+20
* [COFF, ARM64] Implement InterlockedIncrement*_* builtinsMandeep Singh Grang2018-11-062-0/+20
* [COFF, ARM64] Implement InterlockedAnd*_* builtinsMandeep Singh Grang2018-11-062-0/+26
* [COFF, ARM64] Implement InterlockedXor*_* builtinsMandeep Singh Grang2018-11-062-0/+26