summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [CrossTU] Fix handling of Cross Translation Unit directory pathGabor Horvath2017-10-271-4/+1
* Test commitIvan Donchevskii2017-10-271-1/+1
* [CodeGen] Add support for IncompleteArrayType in Obj-C ivars.Volodymyr Sapsai2017-10-271-0/+5
* [WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg2017-10-273-11/+9
* [X86] Add 'sse4' to X86TargetInfo::isValidFeatureNameCraig Topper2017-10-271-0/+1
* Use -fuse-init-array if no gcc installation is found.Nico Weber2017-10-261-1/+2
* [X86] Make -march=i686 an alias of -march=pentiumproCraig Topper2017-10-262-14/+3
* [CGBlocks] Improve line info in backtraces containing *_helper_blockVedant Kumar2017-10-261-6/+2
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-263-24/+13
* Revert "Simplify codegen and debug info generation for block context paramete...Adrian Prantl2017-10-263-14/+22
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-263-22/+14
* Move MS inline asm parser methods out of line to reduce indentation, NFCReid Kleckner2017-10-261-98/+118
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-0/+1
* [Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...Roman Lebedev2017-10-261-2/+14
* Try to fix warnings and windows test failures caused by r316653Eric Liu2017-10-261-1/+1
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-266-8/+193
* Fix overloaded static functions in SemaCodeCompleteBenjamin Kramer2017-10-262-9/+23
* [LSan] Enable -fsanitize=leak for PPC64 Linux.Alex Shlyapnikov2017-10-261-1/+1
* Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz2017-10-261-9/+33
* [Analyzer] Give more descriptive name to BdyFrm field.George Karpenkov2017-10-251-3/+3
* [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar2017-10-253-8/+22
* Enable -pie and --enable-new-dtags by default on Android.Evgeniy Stepanov2017-10-253-6/+18
* Ignore implicity casts for zero-as-null-pointer-constant warningErich Keane2017-10-251-1/+1
* CodeGen: fix PPC Darwin variadicsSaleem Abdulrasool2017-10-251-1/+37
* [X86] Add avx512vpopcntdq to Knights MillCraig Topper2017-10-251-0/+2
* [OPENMP] Improve debug info for taskgroup implicitly generatedAlexey Bataev2017-10-251-15/+13
* [OPENMP] Constify function parameters, NFC.Alexey Bataev2017-10-251-3/+4
* Add support of the next Debian (Debian buster - version 10)Sylvestre Ledru2017-10-251-0/+2
* Add support of the next Ubuntu (Ubuntu 18.04 - Bionic Beaver)Sylvestre Ledru2017-10-251-0/+1
* [rename] support renaming class member.Haojian Wu2017-10-251-0/+49
* [clang-rename] Fix and enable the failing TemplatedClassFunction test.Haojian Wu2017-10-251-0/+20
* CodeGen: fix a case of incorrect checks for ivarsSaleem Abdulrasool2017-10-251-4/+8
* [Analyzer] Remove spaces inside comments mentioning the parameter name,George Karpenkov2017-10-251-34/+34
* [Analyzer] Store BodyFarm in std::unique_ptrGeorge Karpenkov2017-10-241-7/+2
* [Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable whenAkira Hatanaka2017-10-241-6/+13
* Correct behavior of fastcall when default CC is set.Erich Keane2017-10-241-1/+1
* Replaced unicode characters with ASCII, as introduced in r316518.Erich Keane2017-10-241-5/+4
* mplement __has_unique_object_representationsErich Keane2017-10-243-0/+150
* [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev2017-10-241-1/+7
* CodeGen: Fix missing debug loc due to allocaYaxun Liu2017-10-241-2/+1
* Add missing clangRewrite lib dependency for clangToolingRefactorAlex Lorenz2017-10-241-0/+1
* [refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz2017-10-244-0/+319
* [code completion] Complete ObjC methods in @implementation without leadingAlex Lorenz2017-10-242-13/+26
* Do not add a colon chunk to the code completion of class inheritance access m...Erik Verbruggen2017-10-242-3/+8
* [Tooling] Add a factory method for CommonOptionsParserEric Liu2017-10-241-6/+39
* [AArch64] Fix PR34625 -mtune without -mcpu should not set -target-cpuPeter Smith2017-10-241-6/+10
* Unnamed bitfields don't block constant evaluation of constexpr ctorsJordan Rose2017-10-241-0/+3
* Fix template parameter default args missed if redecledErich Keane2017-10-241-1/+6
* [Analyzer] Fix for the memory leak: fix typo in if-statement.George Karpenkov2017-10-241-1/+1
* [Analyzer] Handle implicit function reference in bodyfarming std::call_onceGeorge Karpenkov2017-10-241-8/+20