summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-112-1/+7
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-102-7/+1
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-102-1/+7
* [analyzer] NFC: Simplify bug report equivalence classes to not be ilists.Artem Dergachev2019-09-091-15/+8
* [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev2019-09-093-195/+289
* [Driver] Add -static-openmp driver optionPirama Arumuga Nainar2019-09-091-0/+2
* Merge note_ovl_builtin_candidate diagnostics; NFCSven van Haastregt2019-09-091-4/+1
* [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownershipAkira Hatanaka2019-09-071-0/+5
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-075-9/+130
* [analyzer] Add minimal support for fix-it hints.Artem Dergachev2019-09-064-16/+52
* [analyzer] pr43179: Make CallDescription defensive against C variadic functions.Artem Dergachev2019-09-061-3/+17
* [clang][Index][NFC] Put IndexingOptions to a separate headerJan Korous2019-09-062-20/+43
* [NFCI] Unbreak buildbotsDavid Bolvansky2019-09-061-4/+0
* [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...David Bolvansky2019-09-061-1/+5
* [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper2019-09-061-0/+6
* Implement Microsoft-compatible mangling for decomposition declarations.Nico Weber2019-09-051-4/+4
* [Diagnostics] Minor improvements for -Wxor-used-as-powDavid Bolvansky2019-09-051-1/+4
* [clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous2019-09-051-52/+0
* Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-09-051-1/+0
* [AST][NFC] Doc comments for ASTNameGeneratorJan Korous2019-09-051-0/+8
* [DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ...Alexandre Ganea2019-09-051-0/+1
* Add -m(no)-spe to clangJustin Hibbits2019-09-051-0/+2
* Revert r361885 "[Driver] Fix -working-directory issues"Hans Wennborg2019-09-051-2/+0
* AMDGPU: Add builtins for is_shared/is_privateMatt Arsenault2019-09-051-0/+2
* [c++20] Fix some ambiguities in our mangling of lambdas with explicitRichard Smith2019-09-051-0/+2
* [www] Fix hyperlink syntax in attribute reference.Richard Smith2019-09-041-1/+1
* [www] Update attribute reference for 'constinit'.Richard Smith2019-09-042-3/+11
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-047-21/+60
* [PowerPC][Altivec][Clang] Check compile-time constant for vec_dst*Jinsong Ji2019-09-041-4/+4
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-042-4/+3
* [PowerPC][Altivec] Fix constant argument for vec_dssJinsong Ji2019-09-041-1/+1
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-045-98/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-045-0/+98
* [analyzer] Add a checker option to detect nested dead storesKristof Umann2019-09-031-0/+8
* Rename -Wc++20-designator to -Wc++2a-designator for consistency and addRichard Smith2019-09-021-2/+2
* Split -Wreorder into different warnings for reordering a constructorRichard Smith2019-09-022-3/+5
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-025-98/+0
* [AST] AST structural equivalence to work internally with pairs.Balazs Keri2019-09-021-10/+9
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-025-0/+98
* [NFC] Fix for rL370594David Bolvansky2019-08-312-0/+6
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-315-98/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-315-0/+98
* Introduce a DirectoryEntryRef that stores both a reference and anAlex Lorenz2019-08-312-19/+62
* [c++20] Add support for designated direct-list-initialization syntax.Richard Smith2019-08-312-1/+5
* [WebAssembly] Add SIMD QFMA/QFMSThomas Lively2019-08-311-0/+5
* ASTReader: Bypass overridden files when reading PCHsDuncan P. N. Exon Smith2019-08-302-8/+27
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-303-10/+46
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-305-98/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-305-0/+98
* FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFCDuncan P. N. Exon Smith2019-08-301-2/+1