summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-02-164-46/+49
* [ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka2018-02-161-5/+17
* [ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is setVitaly Buka2018-02-162-10/+25
* [OPENMP] Do not emit messages for templates in declare targetAlexey Bataev2018-02-161-19/+38
* [MS] Make constexpr static data members implicitly inlineReid Kleckner2018-02-161-1/+1
* [OPENMP] Fix PR35873: Fix data-sharing attributes for const variables.Alexey Bataev2018-02-161-1/+1
* [OPENMP] Fix parsing of the directives with inner directives.Alexey Bataev2018-02-162-3/+15
* Clean up 'target' attribute diagnosticsErich Keane2018-02-161-2/+3
* [clang-format] Enable google text proto formatting in R"proto('sKrasimir Georgiev2018-02-161-0/+2
* Revert r325321 "[Sema] Take into account the current context when checking the"Hans Wennborg2018-02-161-5/+0
* [Sema] Take into account the current context when checking theAkira Hatanaka2018-02-161-0/+5
* [Coverage] Handle break/continue outside of loop bodiesVedant Kumar2018-02-161-8/+16
* [DOXYGEN] There was a request in the review D41507 to change the notation for...Ekaterina Romanova2018-02-162-65/+67
* [Modules] Extend -fmodule-name semantic for frameworks with private modulesBruno Cardoso Lopes2018-02-161-4/+22
* [OPENMP] Fix PR36399: Crash on C code with ordered doacross construct.Alexey Bataev2018-02-151-0/+2
* [OPENMP] Fix PR38398: compiler crash on standalone pragma ordered with depend...Alexey Bataev2018-02-151-119/+116
* Silence a -Wparentheses warning; NFC.Aaron Ballman2018-02-151-1/+1
* Silence some -Wunused-variable warnings; NFC.Aaron Ballman2018-02-151-2/+2
* [Coroutines] Use allocator overload when availableBrian Gesiak2018-02-151-36/+89
* [Sema] Toggle diags when finding allocators (NFCI)Brian Gesiak2018-02-151-42/+48
* [analyzer] Suppress temporary destructors for temporary arrays.Artem Dergachev2018-02-151-3/+16
* [analyzer] Implement path notes for temporary destructors.Artem Dergachev2018-02-151-2/+8
* [analyzer] Compute the correct this-region for temporary destructors.Artem Dergachev2018-02-155-88/+147
* [analyzer] NFC: Eliminate ParentMap lookup in mayInlineCallKind().Artem Dergachev2018-02-152-9/+3
* [OpenCL] Fix __enqueue_block for block with capturesYaxun Liu2018-02-154-39/+56
* Amend r325256. This change was not properly merged locally before the commit ...Aaron Ballman2018-02-151-1/+1
* NFC; clean up this file based on our coding standards. The impetus was consid...Aaron Ballman2018-02-151-1500/+1467
* [clang-format] Support repeated field lists in protosKrasimir Georgiev2018-02-151-7/+24
* Adding msan support for FreeBSDKamil Rytarowski2018-02-151-0/+2
* Add Xray instrumentation compile-time/link-time support to FreeBSDKamil Rytarowski2018-02-151-0/+27
* [clang-format] Improve ObjC headers detectionJacek Olesiak2018-02-151-2/+7
* [analyzer] Inline constructors for destroyable temporaries.Artem Dergachev2018-02-151-0/+3
* [CFG] Provide construction contexts for temproary objects.Artem Dergachev2018-02-151-1/+3
* [analyzer] Decide on inlining destructors via EvalCallOptions.Artem Dergachev2018-02-153-55/+59
* Reapply r325193Konstantin Zhuravlyov2018-02-152-91/+101
* [analyzer] Allow inlining constructors into return values.Artem Dergachev2018-02-152-4/+23
* [analyzer] NFC: Remove dead checks when computing DeclStmt construction region.Artem Dergachev2018-02-151-9/+6
* Revert r325193 as it breaks buildbotsKonstantin Zhuravlyov2018-02-152-101/+91
* AMDGPU: Enable PIC by default for amdgcnKonstantin Zhuravlyov2018-02-151-0/+4
* Add missing definition for class static after r325193.Richard Smith2018-02-151-1/+1
* AMDGPU: Cleanup most of the macrosKonstantin Zhuravlyov2018-02-152-91/+101
* [Debug] Annotate compiler generated range-for loop variables.Matt Davis2018-02-141-4/+8
* Clean up -fdiscard-value-name handlingEric Fiselier2018-02-141-5/+2
* [clang-format] Recognize percents as format specifiers in protosKrasimir Georgiev2018-02-141-0/+3
* Update for llvm change. NFC.Rafael Espindola2018-02-141-2/+2
* [Modules] Add more language features to be used with requires-declarationBruno Cardoso Lopes2018-02-141-0/+5
* [OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev2018-02-141-42/+41
* [CUDA] Allow external variables in separate compilationJonas Hahnfeld2018-02-141-1/+2
* Revert r324991 "Fix for PR32992. Static const classes not exported."Hans Wennborg2018-02-141-13/+3
* [AST] Refine the condition for element-dependent array fillersIvan A. Kosarev2018-02-141-2/+23
OpenPOWER on IntegriCloud