summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Update noexcept reference qualifiers detectionKrasimir Georgiev2019-10-091-14/+8
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-094-9/+17
* [DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica2019-10-092-4/+7
* [Sema] Emit diagnostics for uncorrected delayed typos at the end of TUIlya Biryukov2019-10-091-2/+10
* Revert r374006: Reland 'Add VFS support for sanitizers' blacklist'Ilya Biryukov2019-10-091-18/+1
* Unify the two CRC implementationsHans Wennborg2019-10-091-2/+2
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-092-15/+76
* [c++20] Implement most of P1152R4.Richard Smith2019-10-093-0/+50
* Factor out some duplication. NFC.Richard Smith2019-10-081-5/+3
* [clang-scan-deps] Improve string/character literal skippingAlex Lorenz2019-10-081-11/+29
* [IRGen] Emit lifetime markers for temporary struct allocasFrancis Visoiu Mistrih2019-10-081-0/+22
* Fix crash or wrong code bug if a lifetime-extended temporary contains aRichard Smith2019-10-082-9/+10
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-084-12/+21
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-086-4/+102
* [driver][hip] Skip bundler if host action is nothing.Michael Liao2019-10-081-1/+2
* [OPENMP50]Do not allow multiple same context traits in the same contextAlexey Bataev2019-10-081-12/+29
* [OPENMP50]Prohibit multiple context selector sets in context selectors.Alexey Bataev2019-10-081-0/+11
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-0810-40/+153
* [OPENMP50]Allow functions in declare variant directive to have differentAlexey Bataev2019-10-082-4/+6
* [SVE][IR] Scalable Vector size queries and IR instruction supportGraham Hunter2019-10-083-14/+14
* [Diagnostics] Silence -Wsizeof-array-div for character buffersJames Clarke2019-10-081-0/+1
* Remove an useless allocation (from by clang-analyzer/scan-build)Sylvestre Ledru2019-10-081-1/+1
* [ItaniumMangle] Fix mangling of GNU __null in an expression to match GCCJames Clarke2019-10-081-2/+5
* Reland 'Add VFS support for sanitizers' blacklist'Jan Korous2019-10-081-1/+18
* Revert "Add VFS support for sanitizers' blacklist"Jan Korous2019-10-081-18/+1
* Add VFS support for sanitizers' blacklistJan Korous2019-10-071-1/+18
* [Diagnostics] Emit better -Wbool-operation's warning message if we known that...David Bolvansky2019-10-072-4/+7
* [OPENMP]Fix caonical->canonical, NFC.Alexey Bataev2019-10-071-2/+2
* Fix for expanding __pragmas in macro argumentsAmy Huang2019-10-071-32/+47
* [OPENMP50]Treat range-based for as canonical loop.Alexey Bataev2019-10-074-11/+78
* Fix Calling Convention through aliasesErich Keane2019-10-071-2/+2
* [clang-format] [PR27004] omits leading space for noexcept when formatting ope...Paul Hoad2019-10-071-0/+7
* Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-078-12/+12
* [libTooling] Add `toString` method to the Stencil classYitzhak Mandelbaum2019-10-071-0/+51
* Sema - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-074-11/+11
* RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-071-7/+7
* AST - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-076-14/+11
* [c++20] Check for a class-specific operator delete when deleting anRichard Smith2019-10-071-0/+19
* Fix behavior of __builtin_bit_cast when the From and To types are theRichard Smith2019-10-071-5/+0
* Implements CWG 1601 in [over.ics.rank/4.2]Richard Smith2019-10-061-0/+42
* [Sema] Avoids an assertion failure when an invalid conversion declaration is ...Richard Smith2019-10-061-0/+3
* RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-7/+8
* [Diagnostics] Highlight expr's source range for -Wbool-operationDavid Bolvansky2019-10-051-0/+1
* SemaTemplate - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-4/+4
* TreeTransform - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-4/+4
* Remove redundant !HasDependentValue check. NFCI.Simon Pilgrim2019-10-051-1/+1
* SemaStmt - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-5/+5
* [clang-format] SpacesInSquareBrackets should affect lambdas with parameters tooPaul Hoad2019-10-051-3/+4
* [Diagnostics] Use Expr::isKnownToHaveBooleanValue() to check bitwise negation...David Bolvansky2019-10-051-1/+1
* [clang] fix a typo from r372531Yuanfang Chen2019-10-041-1/+1