2018-07-19 |
Erich Keane | Fix unused variable warning. |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Mikhail R.... | [analyzer] Memoize complexity of SymExpr |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Erik Pilkington | [Sema] Add a new warning, -Wmemset-transposed-args |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Alexey Bataev | The patch adds support for the new map interface betwee... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Reka Kovacs | [analyzer] Fix disappearing notes in DanglingInternalBu... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Reka Kovacs | [analyzer] Add support for more basic_string API in |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Pavel Labath | [CodeGen] Disable aggressive structor optimizations... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Erich Keane | Enable C++2a Chrono Literals |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Eric Liu | [CodeComplete] Fix accessibilty of protected members... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Nemanja Ivanovic | NFC: Remove extraneous semicolons as pointed out in... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Nemanja Ivanovic | [PowerPC] Handle __builtin_xxpermdi the same way as... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Bruno Cardoso... | [PCH+Modules] Load -fmodule-map-file content before... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Manoj Gupta | [clang]: Add support for "-fno-delete-null-pointer... |
commit | commitdiff | tree | snapshot |
2018-07-18 |
James Dennett | Documentation: fix a typo in the AST Matcher Reference... |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Bruno Cardoso... | Reapply r336660: [Modules] Autoload subdirectory module... |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Richard Smith | DR330: when determining whether a cast casts away const... |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Erich Keane | Add support for __declspec(code_seg("segname")) |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Artem Dergachev | [analyzer] Remove a debug print that was accidentally... |
commit | commitdiff | tree | snapshot |
2018-07-18 |
JF Bastien | Support implicit _Atomic struct load / store |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Eric Liu | [CodeComplete] Allow getDeclaration on RK_Pattern result. |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Erich Keane | Clear properties inadvertantly added to tests in R336379 |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Nico Weber | Mention clang-cl improvements from r335466 and r336379... |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Vassil Vassilev | [modules] Print input files when -module-file-info... |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Martin Storsjo | [AArch64] Define TARGET_HEADER_BUILTIN |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Peter Collingbourne | Re-land r337333, "Teach Clang to emit address-significa... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Peter Collingbourne | Revert r337333, "Teach Clang to emit address-significan... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Peter Collingbourne | Teach Clang to emit address-significance tables. |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Richard Smith | Replace LLVM_ALIGNAS with just alignas. |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Richard Smith | Restructure checking for, and warning on, lifetime... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Mandeep Singh... | [COFF] Add more missing MSVC ARM64 intrinsics |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Eric Christopher | Remove unnecessary trailing ; in macro intrinsic defini... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Mikhail R.... | [analyzer] Fix Z3 backend after D48205 |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Nico Weber | clang-cl: Postpone Wmsvc-not-found emission until link... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Leonard Chan | [Fixed Point Arithmetic] Fix for bug where integer... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Nico Weber | Remove superfluous ; to fix -Wpedantic warning from gcc |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Simon Marchi | [Tooling] Add operator== to CompileCommand |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Benjamin Kramer | Revert "[Sema] Reword warning for constant captures... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Joerg Sonnenberger | Always use __mcount on NetBSD. Some platforms don't... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Gabor Marton | [ASTImporter] Fix poisonous structural equivalence... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Joerg Sonnenberger | For NetBSD, unwind data is emitted by default, so also... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Joerg Sonnenberger | By popular demand, switch in64_t on NetBSD/AArch64... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Gabor Marton | [ASTImporter] Fix import of unnamed structs |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Balazs Keri | [ASTImporter] Import described template (if any) of... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Florian Hahn | Temporarily revert r337226 "Restructure checking for... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Roman Lebedev | Harden/relax clang/test/CodeGen/opt-record-MIR.c test |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Jacob Bandes... | [Driver] Add -fno-digraphs |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Artem Dergachev | [analyzer] Fix size_t in tests. |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Artem Dergachev | [CFG] [analyzer] Allow elidable copies to have more... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Artem Dergachev | [analyzer] pr37802: Fix symbolic-pointer-to-boolean... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Artem Dergachev | [analyzer] Assert that nonloc::SymbolVal always wraps... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Richard Smith | Restructure checking for, and warning on, lifetime... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Reka Kovacs | [analyzer] Make checkEndFunction() give access to the... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
George Karpenkov | [ASTMatchers] Quickfix for tests. |
commit | commitdiff | tree | snapshot |
2018-07-16 |
George Karpenkov | [analyzer] Bugfix for an overly eager suppression for... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
George Karpenkov | [analyzer] Fix GCDAntipatternChecker to only fire when... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
George Karpenkov | [analyzer] Provide a symmetric method for generating... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
George Karpenkov | [ASTMatchers] Introduce Objective-C matchers `hasReceiv... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Alexey Bataev | [OPENMP] Fix checks for declare target link entries. |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Alexey Bataev | [OPENMP] Fix syntactic errors in error messages. |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Alexey Bataev | [OPENMP, NVPTX] Globalize only captured variables. |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Teresa Johnson | Restore "[ThinLTO] Ensure we always select the same... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Balazs Keri | [ASTImporter] Changed constant int to unsigned int... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Mikhail R.... | [analyzer] Fix the Z3 backend always generating unsigne... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Mikhail R.... | [analyzer] Fix constraint being dropped when analyzing... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Balazs Keri | [ASTImporter] Import implicit methods of existing class. |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Benjamin Kramer | [Sema] Reword warning for constant captures that are... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Adam Balogh | [Analyzer] Mark `SymbolData` parts of iterator position... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Alexander Shaposhnikov | [Sema] Add fixit for unused lambda captures |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Martin Storsjo | [MinGW] Automatically mangle Windows-specific entry... |
commit | commitdiff | tree | snapshot |
2018-07-15 |
Aaron Ballman | Run thread safety tests with both lock and capability... |
commit | commitdiff | tree | snapshot |
2018-07-15 |
Petr Hosek | [CMake] Use libc++ and compiler-rt for sanitizers |
commit | commitdiff | tree | snapshot |
2018-07-14 |
Brian Gesiak | Add caching when looking up coroutine_traits |
commit | commitdiff | tree | snapshot |
2018-07-14 |
Teresa Johnson | Revert "[ThinLTO] Ensure we always select the same... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Teresa Johnson | [ThinLTO] Ensure we always select the same function... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Krzysztof Parzyszek | [Hexagon] Fix hvx-length feature name in testcases |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Richard Smith | Make BuiltinType constructor private, and befriend... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Richard Smith | Use external layout information to layout bit-fields... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
JF Bastien | CodeGen: specify alignment + inbounds for automatic... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Craig Topper | [X86] Change the rounding mode used when testing the... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Vlad Tsyrklevich | SafeStack: Add builtins to read unsafe stack top/bottom |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Erich Keane | PR15730/PR16986 Allow dependently typed vector_size... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Nicolas Lesser | Fix PR34668 - P0704R1 implementation is too permissive |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Gheorghe-Teodor... | [OpenMP] Initialize data sharing stack for SPMD case |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Erich Keane | [NFC] Rename clang::AttributeList to clang::ParsedAttr |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Adam Balogh | [Analyzer] alpha.unix.cstring.OutOfBounds checker enabl... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Kristof Umann | [analyzer][UninitializedObjectChecker] Fixed captured... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Kristof Umann | [analyzer][UninitializedObjectChecker] Support for... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Richard Smith | PR38136: improve handling of template argument deductio... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Joerg Sonnenberger | Support linking static PIE binaries on NetBSD |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Richard Smith | PR38141: check whether noexcept-specifications are... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Erich Keane | AttributeList de-listifying: |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Vedant Kumar | [Driver] Conform warn_drv_object_size_disabled_O0 to... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Krzysztof Parzyszek | [Hexagon] Fix testcases failing after r336933 |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Krzysztof Parzyszek | [Hexagon] Diagnose intrinsics not supported by selected... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Richard Smith | Add tests for function conversions in conversion functi... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Nicolas Lesser | [C++17] Disallow lambdas in template parameters (PR33696). |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Eric Liu | [Tooling] Make standalone executor support user-provide... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Nicolas Lesser | [C++11] Fix warning when dropping cv-qualifiers when... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Bruno Cardoso... | Revert "[modules] Fix 37878; Autoload subdirectory... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Eric Liu | [Tooling] Get working directory properly without assumi... |
commit | commitdiff | tree | snapshot |
next |