summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Add support for IncompleteArrayType in Obj-C ivars.Volodymyr Sapsai2017-10-272-0/+33
* [WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg2017-10-274-13/+11
* [X86] Add 'sse4' to X86TargetInfo::isValidFeatureNameCraig Topper2017-10-271-0/+1
* Use -fuse-init-array if no gcc installation is found.Nico Weber2017-10-263-1/+12
* [X86] Make -march=i686 an alias of -march=pentiumproCraig Topper2017-10-263-14/+5
* [X86][Driver] Move all of the X86 feature flags to one spot in the Options.td...Craig Topper2017-10-261-121/+125
* [CGBlocks] Improve line info in backtraces containing *_helper_blockVedant Kumar2017-10-262-14/+15
* [www] Regenerate diagnostics reference.Richard Smith2017-10-261-128/+668
* Fix C++ testcase I forgot to add to r316689.Adrian Prantl2017-10-261-1/+0
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-265-96/+33
* [Analyzer] [Tests] Write analyzers crashes to stdout, and not to a separate fileGeorge Karpenkov2017-10-261-20/+12
* Revert "Simplify codegen and debug info generation for block context paramete...Adrian Prantl2017-10-265-34/+94
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-265-94/+34
* [X86] Add a target attribute test for no-sse4.Craig Topper2017-10-261-6/+9
* Move MS inline asm parser methods out of line to reduce indentation, NFCReid Kleckner2017-10-261-98/+118
* Add objcCategoryImplDecl matcherDave Lee2017-10-264-1/+28
* [Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...Roman Lebedev2017-10-264-5/+81
* Try to fix warnings and windows test failures caused by r316653Eric Liu2017-10-262-10/+10
* Add a new attribute definition spelling, Clang<"attr">, that expands to two a...Aaron Ballman2017-10-262-73/+53
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-2613-10/+720
* Fix overloaded static functions in SemaCodeCompleteBenjamin Kramer2017-10-264-10/+86
* [LSan] Enable -fsanitize=leak for PPC64 Linux.Alex Shlyapnikov2017-10-262-1/+4
* [Analyzer] [Tests] Consistently use exit codes. Use code=42 to signify differ...George Karpenkov2017-10-262-10/+13
* Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz2017-10-263-18/+105
* Handle PragmaDebug in PPChainedCallbacksAlex Lorenz2017-10-251-0/+5
* [Analyzer] [Tests] Do not discard output from CmpRuns.py when running integra...George Karpenkov2017-10-252-15/+1
* [Analyzer] Give more descriptive name to BdyFrm field.George Karpenkov2017-10-252-4/+4
* [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar2017-10-2512-11/+37
* Enable -pie and --enable-new-dtags by default on Android.Evgeniy Stepanov2017-10-258-37/+134
* Ignore implicity casts for zero-as-null-pointer-constant warningErich Keane2017-10-252-1/+8
* CodeGen: fix PPC Darwin variadicsSaleem Abdulrasool2017-10-252-1/+65
* [X86] Add avx512vpopcntdq to Knights MillCraig Topper2017-10-252-0/+4
* [OPENMP] Improve debug info for taskgroup implicitly generatedAlexey Bataev2017-10-252-24/+24
* [OPENMP] Constify function parameters, NFC.Alexey Bataev2017-10-251-3/+4
* Add support of the next Debian (Debian buster - version 10)Sylvestre Ledru2017-10-252-1/+4
* Also update IsUbuntu() with Ubuntu BionicSylvestre Ledru2017-10-251-1/+1
* Add support of the next Ubuntu (Ubuntu 18.04 - Bionic Beaver)Sylvestre Ledru2017-10-252-0/+2
* [rename] support renaming class member.Haojian Wu2017-10-253-0/+279
* [clang-rename] Fix and enable the failing TemplatedClassFunction test.Haojian Wu2017-10-252-6/+31
* CodeGen: fix a case of incorrect checks for ivarsSaleem Abdulrasool2017-10-252-4/+18
* [CMake] Build host builtins in Fuchsia toolchain even on DarwinPetr Hosek2017-10-251-5/+1
* [CMake] Include clang-refactor in Fuchsia toolchainPetr Hosek2017-10-251-0/+1
* [clang-refactor] Use add_clang_tool CMake templatePetr Hosek2017-10-251-1/+1
* [Analyzer] Remove spaces inside comments mentioning the parameter name,George Karpenkov2017-10-251-34/+34
* [Analyzer] Remove unnecessary semicolon in analyzer tests.George Karpenkov2017-10-251-1/+1
* [Analyzer] Store BodyFarm in std::unique_ptrGeorge Karpenkov2017-10-242-10/+3
* [Analyzer] [Tests] Minor refactor of testing infrastructure:George Karpenkov2017-10-242-115/+122
* [Analyzer] [Tests] Remove temporary fields from generated reference results.George Karpenkov2017-10-241-0/+8
* [Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable whenAkira Hatanaka2017-10-243-6/+31
* Correct behavior of fastcall when default CC is set.Erich Keane2017-10-242-1/+8