summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "Avoid forcing emission of delayed dllexported classes on template ins...Reid Kleckner2016-02-091-11/+0
* [OPENMP] Fix test incompatibility with arm buildbots.Alexey Bataev2016-02-091-2/+3
* [OPENMP] Allow to reference threadprivate variable in same directive.Alexey Bataev2016-02-091-1/+1
* Fixed preprocessed output of the first token for pragmas.Alexey Bataev2016-02-091-0/+6
* Avoid forcing emission of delayed dllexported classes on template instantiationReid Kleckner2016-02-091-0/+11
* [PGO] Cover more cases of implicitly generated C++ methodsXinliang David Li2016-02-081-4/+38
* [Coverage] Fix crash when handling certain macro expansionsVedant Kumar2016-02-081-0/+38
* Simplify test casesXinliang David Li2016-02-082-22/+8
* Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao2016-02-081-0/+3
* clang/test/OpenMP/parallel_private_codegen.cpp: Fix an expression.NAKAMURA Takumi2016-02-081-1/+1
* [OPENMP] Fix test incompatibility with arm buildbotsAlexey Bataev2016-02-081-2/+2
* [OPENMP] Fixed test incompat with MSVCAlexey Bataev2016-02-081-1/+1
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+160
* [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 byNathan Wilson2016-02-081-0/+17
* [analyzer] Avoid crash when attempting to evaluate binary operation on LazyCo...Devin Coughlin2016-02-081-0/+14
* [MS ABI] Don't emit RTTI descriptors for dllimport vtablesDavid Majnemer2016-02-071-0/+2
* Make nozlibcompress.c pass and reenable it.Nico Weber2016-02-071-5/+1
* Disable failing nozlibcompress.cNico Weber2016-02-071-0/+4
* [analyzer] Invalidate destination of std::copy() and std::copy_backward().Devin Coughlin2016-02-073-6/+162
* Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin2016-02-071-3/+0
* Fix test case problem(caused by clang-formatXinliang David Li2016-02-072-12/+4
* [PGO] add profile/coverage test cases for defaulted ctor/ctorsXinliang David Li2016-02-072-0/+88
* Driver: adjust linker invocation for GNUToolsSaleem Abdulrasool2016-02-071-0/+32
* Sema: handle typo correction on ARC'ed ivarSaleem Abdulrasool2016-02-071-0/+8
* Sema: handle typo correction with ARC'ed objc propertiesSaleem Abdulrasool2016-02-071-0/+24
* Index: provide adjustment thunk information for C++ manglingsSaleem Abdulrasool2016-02-061-0/+30
* [analyzer] DeallocChecker: Don't warn on release of readonly assign property ...Devin Coughlin2016-02-061-1/+1
* Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao2016-02-061-0/+3
* Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao2016-02-061-3/+0
* [OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao2016-02-061-0/+3
* [modules] Compress files embedded into a .pcm file, to reduce the disk usage ...Richard Smith2016-02-063-0/+29
* Fix a crash when emitting dbeug info for forward-declared scoped enums.Adrian Prantl2016-02-061-0/+15
* [PGO] Test case updateXinliang David Li2016-02-052-4/+4
* Exempt char array initializers from -Wconstant-converion.Richard Trieu2016-02-051-0/+2
* Add an ARC autoreleased-return-value caller marker on i386.John McCall2016-02-051-0/+43
* [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macrosUlrich Weigand2016-02-051-0/+8
* Do not honor explicit alignment attribute on fields for PS4.Sunil Srivastava2016-02-051-1/+37
* [Parser] Perform CachedTokens update dependent on token consumptionBruno Cardoso Lopes2016-02-051-0/+15
* [modules] Separately track whether an identifier's preprocessor information andRichard Smith2016-02-051-0/+10
* [analyzer] Suppress localization diagnostics in debug classes and methods.Devin Coughlin2016-02-051-0/+19
* CodeGen: correct Windows ARM C++ assertionSaleem Abdulrasool2016-02-051-0/+13
* Don't synthesize an ImportDecl for a module named in -fmodule-implementation-ofBen Langmuir2016-02-052-1/+2
* PR25271: When attaching default template arguments to redeclarations of aRichard Smith2016-02-041-0/+26
* Fix a crash when there is a typo in the return statement.Manman Ren2016-02-041-0/+11
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-0458-66/+71
* [x86] Correct setting of WIntType for MCU targetAndrey Bokhanko2016-02-041-0/+1
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-042-6/+147
* Add -nocudainc option to CUDA preprocessor test.Samuel Antao2016-02-041-5/+5
* Basic: mark TLS as supported on Windows on ARMSaleem Abdulrasool2016-02-041-0/+5
* PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousPar...Alexey Bataev2016-02-041-0/+9