summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "clang support gnu asm goto."Erich Keane2019-05-3028-733/+148
* [OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.Anastasia Stulova2019-05-302-4/+12
* [analyzer] print() JSONify chain: Fix possible build-bot breaksCsaba Dabis2019-05-301-2/+2
* Follow up of r362096Sjoerd Meijer2019-05-302-35/+2
* [analyzer] print() JSONify chain: Fix build-bot breaksCsaba Dabis2019-05-301-1/+1
* [ARM] Add CLI support for Armv8.1-M and MVESjoerd Meijer2019-05-303-0/+101
* [OpenCL] Support logical vector operators in C++ modeSven van Haastregt2019-05-302-2/+4
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2019-05-301-1/+0
* Revert "asm goto: fix out-of-bounds read of Constraints after rC362045"Fangrui Song2019-05-301-1/+0
* Fix MSVC "not all control paths return a value" warning.Simon Pilgrim2019-05-301-0/+1
* asm goto: fix out-of-bounds read of Constraints after rC362045Fangrui Song2019-05-301-0/+1
* [AST] asm goto labels don't have constraints, don't try to copy them.Benjamin Kramer2019-05-301-4/+6
* Mark CodeGen/asm-goto.c as x86 specific after r362045Fangrui Song2019-05-301-1/+2
* Add the `objc_class_stub` attribute.John McCall2019-05-3012-47/+312
* [Driver] Render target options (e.g. -fuse-init-array) for -fembed-bitcodeFangrui Song2019-05-302-0/+11
* [PowerPC] Set the default PLT mode on musl to Secure PLTFangrui Song2019-05-301-1/+1
* [Driver] -static-pie: add -z textFangrui Song2019-05-302-0/+8
* clang support gnu asm goto.Jennifer Yu2019-05-3028-148/+732
* CodeView - add static data members to global variable debug info.Amy Huang2019-05-292-5/+26
* [ObjC] Fix encoding of ObjC pointer types that are pointers to typedefsAkira Hatanaka2019-05-295-43/+8
* [analyzer] Remove EndPath function as it is dead codeCsaba Dabis2019-05-293-7/+0
* Revert "LLVM IR: update Clang tests for byval being a typed attribute."Tim Northover2019-05-296-18/+18
* [analyzer] ConditionBRVisitor: Boolean supportCsaba Dabis2019-05-295-14/+21
* [analyzer] ConditionBRVisitor: MemberExpr supportCsaba Dabis2019-05-2911-33/+164
* [analyzer] ConditionBRVisitor: Remove duplicated codeCsaba Dabis2019-05-292-27/+44
* [analyzer] ConditionBRVisitor: Test 'add-pop-up-notes=false'Csaba Dabis2019-05-292-132/+114
* [analyzer] ConditionBRVisitor: Enhance to write out more informationCsaba Dabis2019-05-2920-243/+2144
* [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPieceCsaba Dabis2019-05-299-46/+243
* LLVM IR: update Clang tests for byval being a typed attribute.Tim Northover2019-05-296-18/+18
* [analyzer] print() JSONify chain: Generic stmt_idCsaba Dabis2019-05-292-3/+3
* [analyzer] SATestBuild.py: Use driver for analyzing single-file tests.Artem Dergachev2019-05-292-23/+6
* [analyzer] print() JSONify: SVal implementationCsaba Dabis2019-05-293-2/+17
* Fix an unused-variable error.Haojian Wu2019-05-291-0/+1
* [WebAssembly] Support VPtr sanitizer for EmscriptenThomas Lively2019-05-293-0/+29
* [analyzer] print() JSONify: CFG implementationCsaba Dabis2019-05-293-6/+25
* [analyzer] print() JSONify: Decl revisionCsaba Dabis2019-05-291-6/+4
* [analyzer][AST] print() JSONify: Stmt implementationCsaba Dabis2019-05-296-54/+79
* [analyzer] print() JSONify: getNodeLabel implementationCsaba Dabis2019-05-295-119/+157
* [Index] Compute correct symbol kind for variable templatesIlya Biryukov2019-05-291-0/+24
* [CUDA][HIP] Skip setting `externally_initialized` for static device variables.Michael Liao2019-05-292-1/+12
* Add curley brackets to case statement that declares a variable.Erich Keane2019-05-291-1/+2
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-297-8/+80
* [NFC] clang-format: Use LLVM style in NamespaceEndCommentsFixerTestFrancois Ferrand2019-05-291-148/+149
* [analyzer] print() JSONify: Program state implementationCsaba Dabis2019-05-294-29/+38
* [analyzer] print() JSONify: Checker messages implementationCsaba Dabis2019-05-295-15/+108
* [analyzer] print() JSONify: Constructing objects implementationCsaba Dabis2019-05-296-44/+110
* [analyzer] print() JSONify: Type information implementationCsaba Dabis2019-05-295-25/+37
* [analyzer] print() JSONify: Constraints implementationCsaba Dabis2019-05-295-30/+57
* [analyzer] print() JSONify: Environment implementationCsaba Dabis2019-05-2910-64/+177
* [CodeComplete] Add semicolon when completing patterns for 'static_assert' and...Ilya Biryukov2019-05-294-13/+15