summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2018-10-02[CodeComplete] Re-fix accessibilty of protected members from base class.Eric Liu
2018-10-02Revert untintentionally commited changesEric Liu
2018-10-02[Lex] TokenConcatenation now takes const PreprocessorEric Liu
2018-10-02[clang] Implement Override Suggestions in Sema.Kadir Cetinkaya
2018-10-02[AArch64][v8.5A] Test clang option for the Memory Tagging ExtensionOliver Stannard
2018-10-02Added warning for unary minus used with unsigned typeDavid Bolvansky
2018-10-02[CodeGen] Before entering the loop that copies a non-trivial array fieldAkira Hatanaka
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-10-01[MinGW] Allow using ASanMartin Storsjo
2018-10-01Revert r343518.Akira Hatanaka
2018-10-01Update CMakeLists.txt snippet so that example compilesStephen Kelly
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-10-01[clang-format] Update comment, NFCIKrasimir Georgiev
2018-10-01[clang-format] Fix typo in comment, NFCIKrasimir Georgiev
2018-10-01[analyzer][NFC] Refactor functions in PlistDiagnostics to take Preproc as par...Kristof Umann
2018-10-01[OPENMP][NVPTX] Handle `requires datasharing` flag correctly withAlexey Bataev
2018-10-01[Basic] Update clang tests (really testing sys::fs) that broke with r343460Sam McCall
2018-10-01[OPENMP] Simplify code, NFC.Alexey Bataev
2018-10-01[Preprocessor] Fix a crash when handling non-alpha include header.Haojian Wu
2018-10-01[OPENMP] Fix enum identifier, NFC.Alexey Bataev
2018-10-01Add support for unified_shared_memory clause on requires directivePatrick Lyster
2018-10-01Build clang-headers when building clang tools.Haojian Wu
2018-10-01[CodeComplete] #include completion treats -I as non-system (require header-li...Sam McCall
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song
2018-09-30Fix linkage error on ProgramPoint's dump method.Eric Fiselier
2018-09-30Update ifunc attribute support documentationEd Maste
2018-09-29[X86] Add more of the icc unaligned load/store to/from 128 bit vector intrinsicsCraig Topper
2018-09-29Attempt to fix a -Wdocumentation-html warning. NFCI.Simon Pilgrim
2018-09-29[clang][www] Fix typo. NFCKristina Brooks
2018-09-29[cxx2a] Fix warning triggered by r343285Vitaly Buka
2018-09-28Support enums with a fixed underlying type in all language modes.Erik Pilkington
2018-09-28[OPENMP]Fix PR39084: Check datasharing attributes of reduction variables only.Alexey Bataev
2018-09-28[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov
2018-09-28[analyzer] Provide an option to dump generated exploded graphs to a given file.George Karpenkov
2018-09-28[cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith
2018-09-28[X86] Add the movbe instruction intrinsics from icc.Craig Topper
2018-09-28AST: add missing ObjC extensions to MS style name decorationSaleem Abdulrasool
2018-09-28[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.Alexey Bataev
2018-09-28[ARM] Prevent DSP and SIM32 being set for v6mSam Parker
2018-09-28[ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan
2018-09-28[ARM] Alter test to account for change to armv6k default CPUPeter Smith
2018-09-28Handle dependent class template names in class template argumentRichard Smith
2018-09-28[cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith
2018-09-27[cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith
2018-09-27[analyzer] Hotfix for the bug in exploded graph printingGeorge Karpenkov
2018-09-27NFC: Fix some darwin linker warnings introduced in r338385Erik Pilkington
2018-09-27[OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m...Gheorghe-Teodor Bercea
2018-09-27Test commit. NFCPatrick Lyster
2018-09-27[OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo...Gheorghe-Teodor Bercea
2018-09-27[clang][ubsan][NFC] Slight test cleanup in preparation for D50901Roman Lebedev