summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-022-0/+4
* CodeGen: simplify EH personality selection (NFC)Saleem Abdulrasool2017-11-021-8/+9
* Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith2017-11-011-0/+8
* [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-11-014-83/+162
* [clang-format] Make parseUnaryOperator non-recursive, NFCIKrasimir Georgiev2017-11-011-10/+8
* Fix -Wunused-private-field to fire regardless of which implicit special membe...Richard Smith2017-11-012-2/+5
* clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]NAKAMURA Takumi2017-11-011-2/+2
* Change assertion to quick exit from checking function.Richard Trieu2017-11-011-3/+2
* [analyzer] Removing unused stored field.George Karpenkov2017-11-011-1/+1
* [X86] Define i586 and pentium preprocessor defines for -march=lakemont to mat...Craig Topper2017-11-011-0/+2
* [c++17] Refine resolution of constructor / conversion function disambiguation.Richard Smith2017-11-011-14/+12
* [Analyzer] Use value storage for BodyFarmGeorge Karpenkov2017-11-011-8/+5
* [refactor][extract] code extracted from inline method should be placedAlex Lorenz2017-11-011-2/+7
* [refactor][extract] prohibit extraction of ObjC property settersAlex Lorenz2017-11-011-5/+14
* [refactor][selection] code ranges can be selected in objc methodsAlex Lorenz2017-11-011-4/+7
* Make helper function static. NFC.Benjamin Kramer2017-10-311-1/+1
* Fix for PR33930. Short-circuit metadata mapping when cloning a varargs thunk.Wolfgang Pieb2017-10-311-1/+33
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-315-2/+81
* Fix usage of right shift operator in fold expressionsRichard Smith2017-10-311-3/+4
* [CodeGen] map sqrt libcalls to llvm.sqrt when errno is not setSanjay Patel2017-10-311-16/+13
* [CodeGen] Propagate may-alias'ness of lvalues with TBAA infoIvan A. Kosarev2017-10-3110-112/+173
* [refactor] select the entire DeclStmt if one ifs decls is selectedAlex Lorenz2017-10-311-5/+17
* Typo correct the condition of 'do-while' before exiting its scopeAlex Lorenz2017-10-301-0/+3
* [modules] Retain multiple using-directives in the same scope even if they nam...Richard Smith2017-10-302-11/+3
* [analyzer] Use the same filename for the header and the implementation of Bug...George Karpenkov2017-10-301-1/+1
* [analyzer] Left shifting a negative value is undefinedGabor Horvath2017-10-302-0/+6
* [clang-format] Handle CRLF correctly when formatting escaped newlinesKrasimir Georgiev2017-10-301-5/+13
* CodeGen: Fix insertion position of addrspace cast for allocaYaxun Liu2017-10-301-1/+5
* Keep MSVC2015 happy after r316903Krasimir Georgiev2017-10-301-2/+2
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-3021-107/+482
* [analyzer] Use the signature of the primary template for issue hash calculationGabor Horvath2017-10-301-0/+7
* [analyzer] Make issue hash related tests more conciseGabor Horvath2017-10-302-35/+16
* [CodeGen] Generate TBAA info for reference loadsIvan A. Kosarev2017-10-305-58/+62
* [refactor] Fix a clang-tidy warning.Haojian Wu2017-10-301-1/+2
* [analyzer] lock_guard and unique_lock extension for BlockInCriticalSection ch...Gabor Horvath2017-10-301-11/+43
* [analyzer] Handle ObjC messages conservatively in CallDescriptionGabor Horvath2017-10-301-1/+3
* Driver: default to `unsigned int` `wchar_t` for ARMSaleem Abdulrasool2017-10-291-1/+6
* [analyzer] MisusedMovedObjectChecker: More precise warning messagePeter Szecsi2017-10-281-9/+23
* [analyzer] MisusedMovedObjectChecker: Fix false positive on state-resetting, ...Peter Szecsi2017-10-281-12/+15
* PR35039: Materialize temporary objects before wrapping them in anRichard Smith2017-10-281-0/+10
* [analyzer] LoopUnrolling: check the bitwidth of the used numbers (pr34943)Peter Szecsi2017-10-281-2/+9
* Basic: improve coverage for Darwin targets and fix ABISaleem Abdulrasool2017-10-281-4/+9
* Never try to instantiate a deduction guide's "definition". Fixes bogus warnin...Richard Smith2017-10-281-1/+2
* ARM: centralise SizeType, PtrDiffType, and IntPtrTypeSaleem Abdulrasool2017-10-271-31/+13
* [MS] Allow access to ambiguous, inaccessible direct basesReid Kleckner2017-10-271-17/+38
* Replace a few usages of llvm::join with range-version[NFC]Erich Keane2017-10-271-3/+3
* Filter out invalid 'target' items from being passed to LLVMErich Keane2017-10-273-4/+15
* Remove x86,x86_32/64 from isValidFeatureNameErich Keane2017-10-271-3/+0
* [refactor] Describe refactorings in the operation classesAlex Lorenz2017-10-273-146/+126
* [Sema] Fix an assert-on-invalid by avoiding function template specialisationAlex Lorenz2017-10-271-4/+4