summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-052-6/+8
* Adjust logic for 'objc_protocol_requires_explicit_implementation' for inherit...Ted Kremenek2014-03-051-4/+38
* [OPENMP] allow clause 'private' on directive 'omp simd'Alexey Bataev2014-03-052-10/+65
* [OPENMP] emit error message for clause 'if(1 0)'Alexey Bataev2014-03-051-0/+3
* [AST] A "Class<P>" type should not have '*' when printed out.Argyrios Kyrtzidis2014-03-052-1/+12
* [OPNEMP] Fixed instantiation of 'if' clauseAlexey Bataev2014-03-051-5/+13
* Merge using-decl-pr17575.cpp into existing test case.Peter Collingbourne2014-03-052-11/+6
* Add a test case for PR17575.Peter Collingbourne2014-03-051-0/+11
* [-Wunreachable-code] Don't warn about dead code guarded by a "configuration v...Ted Kremenek2014-03-051-1/+24
* Headers: Provide an ABI compatible max_align_t when _MSC_VER is definedDavid Majnemer2014-03-041-0/+5
* Support relative paths in VFSFromYAMLBen Langmuir2014-03-041-0/+11
* TokenKinds: _Atomic isn't a keyword in MS modeDavid Majnemer2014-03-041-0/+1
* [-Wunreachable-code] handle cases where a dead 'return' may have a valid pred...Ted Kremenek2014-03-041-0/+23
* Add a test case for r202888, which boiled down to -gline-tables-onlyReid Kleckner2014-03-041-1/+7
* Add tests for newly-resolved core issues <= 370.Richard Smith2014-03-044-2/+81
* [Mips] Check all MIPS toolchains to find the one that best meets commandSimon Atanasyan2014-03-0416-0/+28
* Objective-C IRGen. Fix up the hueristics for determiningFariborz Jahanian2014-03-041-0/+64
* Tests for LLVM MS inline asm change r202865Reid Kleckner2014-03-041-0/+25
* Give %itanium_abi_triple to the test to appease targeting msvc.NAKAMURA Takumi2014-03-041-1/+1
* MS ABI: Reorganize some testsDavid Majnemer2014-03-042-90/+91
* MS ABI: Mangle variable templates properlyDavid Majnemer2014-03-041-0/+8
* DebugInfo: Make test (introduced in r202769) resilient to platforms that defa...David Blaikie2014-03-041-1/+1
* DebugInfo: Improvements/corrections to conservative emission of types in expl...David Blaikie2014-03-041-6/+14
* Add triple to test. On Mac OS it was failing to generate debug info which ma...Pete Cooper2014-03-041-1/+1
* Fix typo that resulted in names at TU scope getting lost sometimes after aRichard Smith2014-03-041-0/+8
* DebugInfo: Emit only the declaration of a class template that has an explicit...David Blaikie2014-03-031-0/+72
* Objective-C. Fixes a regression when figuring out linkageFariborz Jahanian2014-03-031-0/+24
* Improve diagnostics for malformed constructor declarations (where lookup forRichard Smith2014-03-031-1/+17
* Schedule discriminator pass.Diego Novillo2014-03-031-1/+2
* Re-fix previous commit.Jordan Rose2014-03-031-1/+1
* Remove absolute path from r202733.Jordan Rose2014-03-031-1/+1
* [libclang] Have clang_getCursorSpelling() return the string for a CXCursor_Ob...Argyrios Kyrtzidis2014-03-032-81/+88
* Serialized diagnostic severity levels should be stable.Jordan Rose2014-03-032-0/+20
* Update tests for addition of patch level to LLVM versionTom Stellard2014-03-031-9/+9
* AArch64: convert NEON tests to use CHECK-LABEL.Tim Northover2014-03-0313-2636/+2636
* Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"David Majnemer2014-03-021-27/+0
* Normalize line endingsDavid Majnemer2014-03-029-234/+234
* Add a PPC inline asm constraint type for single CR bitsHal Finkel2014-03-021-0/+26
* Add [extern_c] attribute for modules, allowing a C module to be imported with...Richard Smith2014-03-026-0/+77
* Fixed an assertion failure related to bitfield lowering.Warren Hunt2014-03-011-0/+13
* If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith2014-03-018-8/+163
* [analyzer] Fix for PR18394.Anton Yartsev2014-02-281-0/+16
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-284-0/+47
* Tests for lexing of digit separators versus UCNs.Richard Smith2014-02-281-0/+20
* Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number co...Richard Smith2014-02-281-0/+2
* When completing Objective-C instance method invocations, perform a contextual...Anders Carlsson2014-02-281-0/+46
* Don't suggest non-static methods as corrections when they obviouslyKaelyn Uhrain2014-02-281-0/+9
* Adding a test case to ensure that type attributes applied to the decl-specifi...Aaron Ballman2014-02-281-1/+5
* CFG: Also apply the filter to the first block in a FilteredCFGBlockIterator.Benjamin Kramer2014-02-281-0/+7
* Add a testcase for r202437.Bob Wilson2014-02-282-0/+20