summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][UninitializedObjectChecker] Reports Loc fields pointing to themselvesKristof Umann2018-10-111-19/+49
* clang-cl: Add /showFilenames option (PR31957)Hans Wennborg2018-10-112-0/+13
* [clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ...Roman Lebedev2018-10-111-7/+27
* [WebAssembly] Saturating float-to-int builtinsThomas Lively2018-10-111-0/+24
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-104-6/+19
* [AST] Use -fvisibility value when ignoring -fv-i-h* inline static localsReid Kleckner2018-10-101-7/+17
* [Sema] Fix a multiple definition bug with friends and templatesErik Pilkington2018-10-102-2/+44
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-0/+16
* [OpenCL] Fixed address space cast in C style cast of C++ parsingAnastasia Stulova2018-10-101-14/+29
* [Hexagon] Use GetLinkerPath instead of hard-coded string.Sid Manning2018-10-102-3/+5
* [clang] Properly apply attributes on explicit instantiations of static data m...Louis Dionne2018-10-101-4/+2
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-1035-2286/+156
* [CodeComplete] Fix crash when completing params function declarations.Sam McCall2018-10-101-1/+2
* [MinGW] Fix passing a sanitizer lib name as dependent libMartin Storsjo2018-10-101-1/+1
* [X86] Remove FeatureRTM from Skylake processor listCraig Topper2018-10-101-1/+0
* ExprConstant: Make __builtin_object_size use EM_IgnoreSideEffects.James Y Knight2018-10-101-24/+7
* clang: Allow ifunc resolvers to accept argumentsEd Maste2018-10-101-2/+0
* [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song2018-10-102-2/+4
* PR39231: fix null dereference when diagnosing deduction failure due toRichard Smith2018-10-091-1/+1
* [CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructorsYaxun Liu2018-10-091-2/+11
* [OPENMP][NVPTX] Support memory coalescing for globalized variables.Alexey Bataev2018-10-092-39/+109
* [ASTMatcher] Add missing imaginaryLiteralStephen Kelly2018-10-091-0/+1
* [analyzer] Support Reinitializes attribute in MisusedMovedObject checkGabor Horvath2018-10-091-14/+10
* [Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song2018-10-091-0/+7
* Introduce code_model macrosAli Tamur2018-10-082-1/+7
* [coro]Pass rvalue reference for named local variable to return_valueBrian Gesiak2018-10-081-0/+13
* Thread safety analysis: Handle conditional expression in getTrylockCallExprAaron Puchert2018-10-061-1/+13
* [COFF, ARM64] Add _InterlockedAdd intrinsicMandeep Singh Grang2018-10-052-0/+10
* Emit CK_NoOp casts in C mode, not just C++.James Y Knight2018-10-052-6/+9
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-052-1/+28
* [COFF, ARM64] Add _InterlockedCompareExchangePointer_nf intrinsicMandeep Singh Grang2018-10-051-5/+8
* [CUDA] Use all 64 bits of GUID in __nv_module_idArtem Belevich2018-10-051-1/+1
* clang-format: Don't insert spaces in front of :: for Java 8 Method References.Nico Weber2018-10-051-1/+7
* Emit diagnostic note when calling an invalid function declaration.James Y Knight2018-10-051-3/+6
* [clang-format] Java import sorting in clang-formatKrasimir Georgiev2018-10-051-4/+173
* [OPENMP][NVPTX] Fix emission of __kmpc_global_thread_num() for non-SPMDAlexey Bataev2018-10-051-4/+7
* [OPENMP] Fix emission of the __kmpc_global_thread_num.Alexey Bataev2018-10-053-4/+44
* Fix llvm-clang-x86_64-expensive-checks-win build by setting bigobj flag.Simon Pilgrim2018-10-051-0/+1
* [WebAssembly] abs and sqrt builtinsThomas Lively2018-10-051-0/+12
* [WebAssembly] any_true and all_true builtinsThomas Lively2018-10-051-0/+29
* [WebAssembly] saturating arithmetic builtinsThomas Lively2018-10-051-0/+34
* [WebAssembly] __builtin_wasm_replace_lane_* builtinsThomas Lively2018-10-051-0/+28
* [WebAssembly] __builtin_wasm_extract_lane_* builtinsThomas Lively2018-10-051-0/+30
* Thread safety analysis: Examine constructor argumentsAaron Puchert2018-10-041-51/+49
* [COFF, ARM64] Add __getReg intrinsicMandeep Singh Grang2018-10-043-0/+27
* [AST] Revert mangling changes from r339428Shoaib Meenai2018-10-041-10/+9
* [NestedNameSpecifier] Add missing stream-specific dump methodsStephen Kelly2018-10-041-4/+11
* [clang] Add the exclude_from_explicit_instantiation attributeLouis Dionne2018-10-043-6/+21
* [Index] Respect "IndexFunctionLocals" option for type loc.Haojian Wu2018-10-041-1/+2
* [constexpr] Fix ICE when memcpy() is given a pointer to an incomplete arrayPetr Pavlu2018-10-041-0/+4