summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [ASTDump] NFC: Move variable into if() statementStephen Kelly2019-01-181-2/+1
* [ASTDump] NFC: Remove redundant conditionStephen Kelly2019-01-181-4/+1
* [ASTDump] NFC: Remove non-needed bracesStephen Kelly2019-01-181-3/+2
* [ASTDump] Mark null params with a tag rather than a child nodeStephen Kelly2019-01-181-4/+9
* [ASTDump] Mark BlockDecls which capture this with a tagStephen Kelly2019-01-181-3/+3
* [ASTDump] Mark variadic declarations with a tag instead of child nodeStephen Kelly2019-01-182-8/+8
* [Sema] Suppress a warning about a forward-declared fixed enum in C modeErik Pilkington2019-01-181-2/+1
* [Fixed Point Arithmetic] Fixed Point Addition Constant Expression EvaluationLeonard Chan2019-01-183-58/+234
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-01-181-0/+2
* [mips] Add '-mrelax-pic-calls', '-mno-relax-pic-calls'Vladimir Stefanovic2019-01-181-0/+8
* [NFC] Fix wParentheses warning in ASTContext getFixedPointSemanticsErich Keane2019-01-181-3/+3
* Revert "Fix failing MSan bots"George Karpenkov2019-01-1812-204/+231
* [clang] Change to range-based invocation of llvm::sortMandeep Singh Grang2019-01-181-1/+1
* [X86] Only define _XCR_XFEATURE_ENABLED_MASK in xsaveintrin.h when _MSC_VER i...Craig Topper2019-01-182-2/+1
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-183-5/+39
* Revert "Clang side support for @cc assembly operands."Nirav Dave2019-01-181-52/+0
* Clang side support for @cc assembly operands.Nirav Dave2019-01-181-0/+52
* [OpenCL] Fix overloading ranking rules for addrspace conversions.Anastasia Stulova2019-01-181-1/+4
* [tooling] Add a new argument adjuster for deleting plugin related command lin...Kadir Cetinkaya2019-01-181-0/+22
* Fix failing MSan botsVlad Tsyrklevich2019-01-1812-231/+204
* [analyzer] Introduce proper diagnostic for freeing unowned objectGeorge Karpenkov2019-01-184-9/+32
* [analyzer] Extend the PathDiagnosticLocation constructor to handle CallExitEndGeorge Karpenkov2019-01-183-30/+18
* [analyzer] [NFC] Clean up messy handling of bug categories in RetainCountCheckerGeorge Karpenkov2019-01-184-150/+112
* [analyzer] const-ify reference to bug type used in BugReporterGeorge Karpenkov2019-01-182-5/+5
* [analyzer] Extend BugType constructor to accept "SuppressOnSink" as a parameterGeorge Karpenkov2019-01-186-20/+22
* [analyzer] [RetainCountChecker] Produce a correct message when OSTypeAlloc is...George Karpenkov2019-01-181-1/+27
* [analyzer] [RetainCountChecker] Smart pointer support.George Karpenkov2019-01-182-2/+28
* [analyzer] MoveChecker: Add one more common resetting method, "append".Artem Dergachev2019-01-181-3/+3
* [analyzer] Make sure base-region and its sub-regions are either all alive or ...Artem Dergachev2019-01-182-4/+10
* Fix cleanup registration for lambda captures.Richard Smith2019-01-174-31/+49
* Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined d...Eric Fiselier2019-01-171-0/+18
* Revert r351209 (which was a revert of r350891) with a fix.Aaron Ballman2019-01-172-118/+138
* [CodeGenObjC] Use a constant value for non-fragile ivar offsets when possibleErik Pilkington2019-01-171-11/+33
* [ObjC] Follow-up r350768 and allow the use of unavailable methods that areAlex Lorenz2019-01-171-5/+3
* TLS: Respect visibility for thread_local variables on Darwin (PR40327)Vlad Tsyrklevich2019-01-171-4/+6
* CodeGen: Cast llvm.flt.rounds result to match __builtin_flt_roundsAnton Korobeynikov2019-01-171-0/+11
* [NewPM] Add -fsanitize={memory,thread} handling to clangPhilip Pfaffe2019-01-171-0/+11
* [X86] Add custom emission for the avx512 scatter builtins to convert from sca...Craig Topper2019-01-171-0/+108
* [Frontend] Make WrapperFrontendAction call WrappedAction.PrepareToExecuteAction.Volodymyr Sapsai2019-01-171-0/+3
* [analyzer] Another RetainCountChecker cleanupGeorge Karpenkov2019-01-161-45/+33
* [analyzer] [NFC] Yet another minor cleanup of RetainCountCheckerGeorge Karpenkov2019-01-162-33/+18
* Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Craig Topper2019-01-164-12/+30
* [X86] Add versions of the avx512 gather intrinsics that take the mask as a vX...Craig Topper2019-01-161-0/+108
* PR40329: [adl] Fix determination of associated classes when searching aRichard Smith2019-01-161-18/+16
* [Fixed Point Arithmetic] Fixed Point SubtractionLeonard Chan2019-01-161-11/+64
* [Fixed Point Arithmetic] Add APFixedPoint to APValueLeonard Chan2019-01-166-21/+53
* [Fixed Point Arithmetic] Fixed Point AdditionLeonard Chan2019-01-164-8/+233
* [MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov2019-01-162-16/+33
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-161-3/+2
* Reapply [Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Sam McCall2019-01-161-4/+15
OpenPOWER on IntegriCloud