summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-15
* Fix test breakage caused by change in clang-format.Daniel Jasper2013-05-15
* Better diagnostics for string initialization.Hans Wennborg2013-05-15
* Remove diagnostics from clang-format.Daniel Jasper2013-05-15
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* Use correct types for SPARC v9.Jakob Stoklund Olesen2013-05-15
* ARM: Improve codegen for vget_low_* and vget_high_ intrinsics.Jim Grosbach2013-05-15
* Use 'env' in tests that set environment variables.Jordan Rose2013-05-15
* Move a test that requires 64-bit mode to a separate test with a triple inRichard Trieu2013-05-15
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-14
* Don't mark a type specifier as "owned" if there is no declaration to own.Douglas Gregor2013-05-14
* When computing the size of large arrays, use char units instead of bits.Richard Trieu2013-05-14
* Provide operator<< for stream output of DeclarationNamesDavid Blaikie2013-05-14
* [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64Reid Kleckner2013-05-14
* Really fix the declaration of __clear_cache.Rafael Espindola2013-05-14
* Fix __clear_cache on ARM.Rafael Espindola2013-05-14
* AArch64: add test for updated __clear_cache definitionTim Northover2013-05-14
* Suppress bogus "use of undefined constexpr function" error if the function bodyRichard Smith2013-05-14
* Use atomic instructions on linux thumb v7.Rafael Espindola2013-05-14
* PR15956: Debug Info: Include the appropriate file location in types created d...David Blaikie2013-05-14
* [analyzer] Refactor: address Jordan’s code review of r181738.Anna Zaks2013-05-13
* [analyzer] Warn about nil elements/keys/values in array and dictionary literals.Anna Zaks2013-05-13
* Use atomic instructions on ARM linux.Rafael Espindola2013-05-13
* Objective-C error recovery. This patch makes a quickFariborz Jahanian2013-05-13
* Fix test/CodeGenCXX/captured-statements.cpp on powerpc64Ben Langmuir2013-05-13
* Debug Info: PR14992: Support values for non-type template parameters of funct...David Blaikie2013-05-13
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-13
* Add missing triple to CodeGen test.Richard Smith2013-05-13
* Fix stack overflow in linkage computation when a function with a deduced returnRichard Smith2013-05-12
* C++1y: support for 'switch' statements in constexpr functions. This is somewhatRichard Smith2013-05-12
* C++1y: provide full 'auto' return type deduction for lambda expressions. ThisRichard Smith2013-05-12
* [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options.Simon Atanasyan2013-05-11
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-11
* Debug Info: Silently accept template argument packsDavid Blaikie2013-05-10
* PR14992: Debug Info: Support more non-type template parametersDavid Blaikie2013-05-10
* ObjC debug info: Substitute the class type for methods that returnAdrian Prantl2013-05-10
* Avoid patching storage class for block scope thread_local variables.Enea Zaffanella2013-05-10
* PR15966: don't get confused by a complex integer -> complex integer conversionRichard Smith2013-05-10
* [analyzer] Assume [NSNull null] does not return nil.Anna Zaks2013-05-10
* [analyzer] Do not check if sys/queue.h file is a system header.Anna Zaks2013-05-10
* [analyzer] Indirect invalidation counts as an escape for leak checkers.Jordan Rose2013-05-10
* Codegen tests for captured statements with templatesWei Pan2013-05-10
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-10
* C++1y auto return type: when a function contains no 'return' statements at all,Richard Smith2013-05-10
* [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to...Argyrios Kyrtzidis2013-05-10
* Debug Info: Fix a problem that resulted in missing DW_AT_specificationsAdrian Prantl2013-05-09
* Remove dependence on system headers from this test, to try to make the Window...Richard Smith2013-05-09
* Debug Info: include address-of ('&') operator and qualified names in template...David Blaikie2013-05-09
* Fix some test cases I broke in r181552David Blaikie2013-05-09
* C++1y n3648: parse and reject init-captures for now.Richard Smith2013-05-09