summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Clang][Sema]Choose a better candidate in overload function call if there is ...Zi Xuan Wu2018-11-161-0/+25
* [analyzer] ConversionChecker: handle floating pointKristof Umann2018-11-161-10/+45
* Fix parens warning in assert in ASTMatchFinderErich Keane2018-11-151-7/+7
* [AST] Store the string data in StringLiteral in a trailing array of charsBruno Ricci2018-11-153-87/+111
* [AST][NFC] Various NFCs in StringLiteralBruno Ricci2018-11-151-21/+21
* [AST] Pack MemberExprBruno Ricci2018-11-152-4/+5
* Fix warning about unused variable [NFC]Mikael Holmen2018-11-151-2/+2
* NFC cleanup: Prefer make_unique over reset(new T())David Blaikie2018-11-151-40/+43
* Fix combining pragma __debug dump & parser_crash with -EDavid Blaikie2018-11-152-4/+5
* Rewrite-imports on crash: Simplify handlingDavid Blaikie2018-11-151-1/+1
* CGDecl::emitStoresForConstant fix synthesized constant's nameJF Bastien2018-11-151-19/+47
* [codeview] Make "clang -g" emit codeview by default when targetting MSVCReid Kleckner2018-11-142-15/+31
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-145-8/+37
* [AST] Fix typo in MicrosoftMangleShoaib Meenai2018-11-141-29/+29
* Reverted D52835 to fix review commentsDavid Bolvansky2018-11-141-40/+8
* [Diagnostics] Check integer to floating point number implicit conversionsDavid Bolvansky2018-11-141-8/+40
* [AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall2018-11-142-167/+185
* [OpenCL] Fix invalid address space generation for clk_event_tAlexey Sotkin2018-11-141-1/+3
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-148-24/+80
* [HIP] Fix device only compilationYaxun Liu2018-11-141-8/+12
* [HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directoryAlex Lorenz2018-11-141-1/+3
* OpenCL: Don't warn on v printf modifierMatt Arsenault2018-11-132-0/+12
* [Driver] Support g++ headers in include/g++David Greene2018-11-131-0/+3
* [AST] Revert r346793 and r346781Bruno Ricci2018-11-131-2/+2
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-133-1/+8
* [AST][NFC] Style fixes for UnaryOperatorBruno Ricci2018-11-131-2/+2
* [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