summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Re-enable 32-bit SEH after the alignment fixReid Kleckner2015-07-102-5/+3
* [Static Analyzer] Basic per checker command line option validation.Gabor Horvath2015-07-091-0/+12
* CFI: Emit correct bit set information if RTTI is disabled under MS ABI.Peter Collingbourne2015-07-091-0/+12
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-093-5/+87
* [CodeCompletion] Don't crash on member inits of templated constructors.Benjamin Kramer2015-07-091-0/+16
* Driver: Include the driver arguments in crash reportsJustin Bogner2015-07-092-1/+7
* Disable 32-bit SEH, againReid Kleckner2015-07-082-3/+5
* [modules] Fix merging support for forward-declared enums with fixed underlyin...Richard Smith2015-07-082-0/+8
* [modules] Fix crash when writing an update record for a redeclaration of an e...Richard Smith2015-07-083-0/+6
* CodeGen: Fix off-by-one error in CFI class identification function for MS ABI.Peter Collingbourne2015-07-081-0/+23
* Driver: enable support for -fsanitize=cfi on Windows.Peter Collingbourne2015-07-081-0/+4
* [SEH] Re-enable SEH on x86 Windows after r241699Reid Kleckner2015-07-082-5/+3
* [MIPS] Add support for direct-to-nacl in ClangPetar Jovanovic2015-07-081-0/+35
* [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in...Alexey Bataev2015-07-081-0/+37
* Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty att...David Majnemer2015-07-082-2/+7
* [CodeGen] Correctly handle base classes which are passed in memoryDavid Majnemer2015-07-081-0/+16
* [CodeGen] Don't crash classifying a union of an AVX vector and an intDavid Majnemer2015-07-081-0/+9
* [modules] When determining the visible module set during templateRichard Smith2015-07-084-0/+22
* Change the expectation for test/Tooling/ms-asm-no-target.cpp sinceAdrian Prantl2015-07-081-6/+6
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-0883-41/+99
* [SEH] Switch from frameaddress(0) to localaddressReid Kleckner2015-07-074-20/+20
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-0783-99/+41
* Update clang for intrinsic rename of framerecover to localrecoverReid Kleckner2015-07-072-14/+14
* Add target requirements to testcases that emit PCH.Adrian Prantl2015-07-0711-6/+11
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-0720-13/+20
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-0752-22/+68
* [ARM] Pass subtarget feature "+long-calls" instead of passing backend optionAkira Hatanaka2015-07-073-4/+11
* s/__nonnull/_Nonnull in a test for Objective-C __kindof.Douglas Gregor2015-07-071-1/+1
* [libclang] Implement proper code-completion in an ObjC type parameter position.Douglas Gregor2015-07-071-0/+13
* [libclang] When inferring nonnull use the contextual keyword for the code-com...Douglas Gregor2015-07-071-1/+16
* [libclang] Replace ObjC generic parameters when code-completing method implem...Douglas Gregor2015-07-071-1/+11
* [libclang] Fix code-completion of block parameters that are marked with nulla...Douglas Gregor2015-07-072-6/+21
* [libclang] Replace ObjC generic parameters in code-completion results.Douglas Gregor2015-07-071-0/+53
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-075-4/+115
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-075-2/+366
* Warn when an intended Objective-C specialization was actually a useless proto...Douglas Gregor2015-07-071-1/+9
* Warn when an Objective-C collection literal element is converted to an incomp...Douglas Gregor2015-07-071-0/+52
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-076-17/+434
* Improve the Objective-C common-type computation used by the ternary operator.Douglas Gregor2015-07-075-5/+61
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-076-16/+475
* Handle Objective-C type arguments.Douglas Gregor2015-07-077-16/+215
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-074-1/+242
* Debug info: Emit distinct __block_literal_generic types for blocks withAdrian Prantl2015-07-071-5/+22
* Revert "Revert 241171, 241187, 241199 (32-bit SEH)."Reid Kleckner2015-07-073-82/+129
* [Driver] Use llvm::Triple methods to handle -EL and -EB.Benjamin Kramer2015-07-061-0/+9
* Handle arbitrary whitespace in the target attribute support.Eric Christopher2015-07-061-0/+3
* Debug info: Don't emit a bogus location for the global block pointer typeAdrian Prantl2015-07-061-1/+3
* [Sema] Warn when shifting a negative value.Davide Italiano2015-07-062-3/+4
* Update testcase to reflect new behavior in DIBuilder.Adrian Prantl2015-07-061-2/+1
* Resubmit "Pass down the -flto option to the -cc1 job" (r239481)Teresa Johnson2015-07-062-0/+42
OpenPOWER on IntegriCloud