summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-format] Recognize percents as format specifiers in protosKrasimir Georgiev2018-02-143-0/+13
* Update for llvm change. NFC.Rafael Espindola2018-02-142-3/+3
* [Modules] Add more language features to be used with requires-declarationBruno Cardoso Lopes2018-02-144-1/+54
* [OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev2018-02-1467-150/+150
* [CUDA] Allow external variables in separate compilationJonas Hahnfeld2018-02-142-1/+7
* Revert r324991 "Fix for PR32992. Static const classes not exported."Hans Wennborg2018-02-142-32/+3
* [AST] Fix passing large-array-init.cpp on builds without assertsIvan A. Kosarev2018-02-141-0/+1
* [AST] Refine the condition for element-dependent array fillersIvan A. Kosarev2018-02-142-2/+32
* Quick fix for 325116 buildbots: move template specialization into namespaceAleksei Sidorin2018-02-141-27/+29
* [Sema] Fix decltype of static data membersMikhail Maltsev2018-02-142-3/+9
* [ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...Aleksei Sidorin2018-02-144-64/+161
* Test commit accessHenry Wong2018-02-141-1/+1
* Fix a couple of places where we assumed that non-type template parameters are...Richard Smith2018-02-146-8/+26
* Implement function attribute artificialErich Keane2018-02-146-1/+37
* [analyzer] [tests] Update CmpRuns to write to stdout correctly in multithread...George Karpenkov2018-02-132-14/+18
* Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...Nico Weber2018-02-138-6/+57
* Update StmtProfile.cpp to handle zero template arguments.Richard Trieu2018-02-132-2/+20
* [AMDGPU] Change constant addr space to 4Yaxun Liu2018-02-1314-69/+79
* An updated test to show the current warnings produced for implicit conversion...Andrew V. Tischenko2018-02-131-0/+14
* [clang-format] Support text proto extensionsKrasimir Georgiev2018-02-135-6/+113
* Fix for PR32992. Static const classes not exported.Hans Wennborg2018-02-132-3/+32
* [DebugInfo] Avoid name conflict of generated VLA expression variable.Sander de Smalen2018-02-1311-13/+14
* [Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo...Bruno Cardoso Lopes2018-02-122-33/+36
* [analyzer] Exploration strategy prioritizing unexplored coverage firstGeorge Karpenkov2018-02-125-12/+120
* [X86] Reverse the operand order of the implementation of the kunpack builtins.Craig Topper2018-02-123-4/+5
* [CFG] Provide construction contexts for return value constructors.Artem Dergachev2018-02-123-2/+98
* Look for 32-bit libraries in /usr/lib32 for MIPS O32 on FreeBSD.John Baldwin2018-02-122-0/+8
* [analyzer] [tests] Fix a typo in analyzer testing script.George Karpenkov2018-02-121-1/+1
* [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - clang portionAbderrazek Zaafrani2018-02-122-48/+145
* [DebugInfo] Update Checksum handling in CGDebugInfoScott Linder2018-02-122-12/+16
* Add a unit test for Driver::getDefaultModuleCachePath().Adrian Prantl2018-02-122-0/+29
* Further cleanup to Driver mode code, as suggested by dblaikie [NFC]Erich Keane2018-02-121-9/+7
* [libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfoFangrui Song2018-02-127-15/+85
* [Sema] Don't mark plain MS enums as fixedReid Kleckner2018-02-126-48/+92
* Update target-note-test to be current with the AMDGPU changesErich Keane2018-02-121-9/+9
* Make attribute-target on a Definition-after-use update the LLVM attributesErich Keane2018-02-124-40/+71
* Add Invalid-note test negllected in R324673,324674,324675,324676Erich Keane2018-02-121-0/+162
* Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-125-10/+112
* [clang-format] Fix comment indentation in text protosKrasimir Georgiev2018-02-122-0/+13
* Allow the NS, CF, and ObjC attributes to be used with -fdouble-square-bracket...Aaron Ballman2018-02-126-50/+134
* ASan+operator new[]: Add an option for more thorough operator new[] cookie po...Filipe Cabecinhas2018-02-125-1/+29
* [CUDA] Add option to generate relocatable device codeJonas Hahnfeld2018-02-126-11/+59
* [CUDA] Fix test cuda-external-tools.cuJonas Hahnfeld2018-02-121-51/+54
* [X86] Change the signature of the AVX512 packed fp compare intrinsics to retu...Craig Topper2018-02-103-33/+88
* Fix test clang-diff-json.cppAaron Smith2018-02-101-3/+3
* Add vector add/sub/mul/div by scalar tests (PR27085)Simon Pilgrim2018-02-101-0/+42
* Make a build bot happy.Gabor Horvath2018-02-102-7/+7
* [Templight] Template Instantiation ObserverGabor Horvath2018-02-1025-4/+1113
* [analyzer] NFC: Assert that our fix for noreturn destructors keeps working.Artem Dergachev2018-02-101-5/+15
* [analyzer] Fix a merge error in -analyzer-config tests.Artem Dergachev2018-02-102-2/+2
OpenPOWER on IntegriCloud