summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-28408-755/+632
* clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, r...Nico Weber2017-02-271-0/+263
* PR32042: Create inlined debug info for EmitInlinedInheritingCXXConstructorCall.Adrian Prantl2017-02-271-0/+25
* enable -flto=thin in clang-clBob Haarman2017-02-271-0/+9
* [analyzer] clarify 'result is garbage value' when it is out of boundsDaniel Marjamaki2017-02-271-0/+6
* [GeneratePCHAction] If preprocessor option 'AllowPCHWithCompilerErrors' is en...Argyrios Kyrtzidis2017-02-271-2/+5
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-27408-626/+555
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-27408-555/+626
* Add a cc1 flag for setting the existing Preprocessor option 'AllowPCHWithComp...Argyrios Kyrtzidis2017-02-271-3/+5
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-6/+37
* C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith2017-02-255-1/+277
* [test] Disable test/Index/pch-from-libclang.c for non-darwin systems.Argyrios Kyrtzidis2017-02-251-0/+4
* [test] Use cc1 -triple for test/Index/pch-from-libclang.c.Argyrios Kyrtzidis2017-02-251-2/+2
* [test] Add target to test/Index/pch-from-libclang.c.Argyrios Kyrtzidis2017-02-251-2/+2
* [driver] Pass a resource dir without the '/../' part.Argyrios Kyrtzidis2017-02-251-0/+18
* [modules] For -module-file-info, print out the resource dir path, since it is...Argyrios Kyrtzidis2017-02-251-0/+1
* Also test OpenBSD/powerpc here for the various types expected to be the same ...Brad Smith2017-02-251-0/+1
* Weaken test/Profile/c-ternary.cVedant Kumar2017-02-251-1/+1
* Suppress uninteresting warnings in test/CoverageMapping, NFC.Vedant Kumar2017-02-253-3/+3
* Retry: [profiling] Fix profile counter increment when emitting selects (PR32019)Vedant Kumar2017-02-251-0/+15
* AMDGPU: export s_sendmsg{halt} instrinsicsJan Vesely2017-02-252-0/+48
* AMDGPU: export l1 cache invalidation intrinsicsJan Vesely2017-02-251-0/+14
* AMDGPU: export s_waitcnt builtinJan Vesely2017-02-252-0/+12
* Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Wi...NAKAMURA Takumi2017-02-251-263/+0
* Revert "[profiling] Fix profile counter increment when emitting selects (PR32...Vedant Kumar2017-02-251-15/+0
* [profiling] Fix profile counter increment when emitting selects (PR32019)Vedant Kumar2017-02-251-0/+15
* [ubsan] Detect signed overflow UB in remainder operationsVedant Kumar2017-02-251-3/+10
* [ubsan] Omit superflous overflow checks for promoted arithmetic (PR20193)Vedant Kumar2017-02-253-116/+125
* [ODRHash] Finish FieldDecl support by handling mutable and initializers.Richard Trieu2017-02-241-0/+50
* [Test] Make Lit tests C++11 compatible #10Charles Li2017-02-246-44/+216
* [Test] Make Lit tests C++11 compatible #9Charles Li2017-02-2411-42/+273
* Try to unbreak tests after r296166Nico Weber2017-02-241-1/+1
* [ODRHash] Add handling of bitfieldsRichard Trieu2017-02-241-0/+53
* clang-format: Don't leave behind temp files in -i mode on Windows, PR26125Nico Weber2017-02-241-0/+263
* [Preprocessor] Fix incorrect token caching that occurs when lexing _PragmaAlex Lorenz2017-02-241-0/+18
* Made test more target agnosticSerge Pavlov2017-02-241-0/+27
* Fix crash when an incorrect redeclaration only differs in __unaligned type-qu...Roger Ferrer Ibanez2017-02-241-0/+4
* [Driver] Enable SafeStack for Fuchsia targetsPetr Hosek2017-02-241-0/+5
* [ODRHash] Add handling of TypedefType and DeclarationNameRichard Trieu2017-02-241-0/+42
* Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV2017-02-243-2/+18
* Recently a change was made to this test in r294639 which fails when theDouglas Yung2017-02-241-1/+6
* Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match buil...Hans Wennborg2017-02-241-0/+4
* [profiling] PR31992: Don't skip interesting non-base constructorsVedant Kumar2017-02-243-1/+62
* NFC, Add a test that ensures that we don't emit helper code in copy/disposeAlex Lorenz2017-02-241-0/+35
* NFC, Add a test that ensure that we don't emit helper code in copy/disposeAlex Lorenz2017-02-231-0/+34
* PR32044: Fix some cases where we would confuse a transparent init-list expres...Richard Smith2017-02-232-4/+24
* Tighten up a regex in a testGeorge Burgess IV2017-02-231-1/+1
* [CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen code.George Burgess IV2017-02-231-4/+26
* Add context note to diagnostics that occur while declaring an implicit specia...Richard Smith2017-02-233-6/+10
* [ObjC][CodeGen] CodeGen support for @available.Erik Pilkington2017-02-231-0/+31
OpenPOWER on IntegriCloud