summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix via-file-asm test failure on windowsDavid Peixotto2013-12-101-6/+2
* Sema: Enforce C++11 pointer-to-member template arguments should rulesDavid Majnemer2013-12-101-1/+8
* Objective-C: Improve on various diagnostics related toFariborz Jahanian2013-12-094-63/+33
* clang/test/lit.cfg: Remove get_llc_props. check-clang itself no longer invoke...NAKAMURA Takumi2013-12-091-32/+0
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-0917-83/+83
* Make the -Wkeyword-compat diag message more accurateAlp Toker2013-12-092-3/+3
* [-cxx-abi microsoft] Mangle large integral constants correctlyDavid Majnemer2013-12-091-0/+38
* Avoid extra error messages if method definition is inside function.Serge Pavlov2013-12-091-0/+10
* [-cxx-abi microsoft] Properly mangle enumsDavid Majnemer2013-12-091-0/+81
* [AArch64]Add missing pair intrinsics such as:Hao Liu2013-12-091-0/+48
* Remove an old stdio.h include from the invalid-array testAlp Toker2013-12-081-3/+1
* Fix three tests that weren't checking anythingAlp Toker2013-12-084-6/+7
* Re-enable verification of test and update outdated diag checksAlp Toker2013-12-081-3/+3
* Re-enable ms inline asm parser test.Alp Toker2013-12-081-1/+1
* Remove all DISABLE lines from testsAlp Toker2013-12-0841-41/+0
* There's no such thing as %clang_cc1_onlyAlp Toker2013-12-082-2/+2
* Fix a test that hasn't worked since 2007Alp Toker2013-12-081-3/+3
* Remove duplicated -cc1 in testsAlp Toker2013-12-086-10/+10
* ARM: teach Sema that "r" can match 64-bit valuesTim Northover2013-12-081-0/+5
* Move a generic lambda test into the more logical test file.Faisal Vali2013-12-082-7/+8
* Fix an assertion introduced by my previous refactoring.Faisal Vali2013-12-081-1/+8
* Fix pr18174.Rafael Espindola2013-12-081-0/+14
* Delete the now unnecessary test/generic-lambda-unimplemented-1y.cppFaisal Vali2013-12-071-31/+0
* CodeGen: Don't emit linkage on thunks that aren't emitted because they're var...Benjamin Kramer2013-12-071-0/+22
* Add a SubsetSubject in Attr.td to automate checking of where the objc_designa...Argyrios Kyrtzidis2013-12-071-8/+8
* Give a more appropriate diagnostic when a template specialization orRichard Smith2013-12-074-5/+5
* Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPCJoerg Sonnenberger2013-12-071-0/+28
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-074-0/+184
* test/Driver: Check that @ arguments that aren't files are handledJustin Bogner2013-12-061-0/+7
* Added support for mcpu kraitAna Pazos2013-12-062-0/+13
* Fix test case inefficiencyDavid Peixotto2013-12-061-5/+5
* Add option to use temporary file for assembling with clangDavid Peixotto2013-12-061-0/+14
* [MS-ABI] adds padding before all vbases after a bitfieldWarren Hunt2013-12-061-60/+92
* [MS-ABI] Fix alias-avoidance padding between basesWarren Hunt2013-12-061-0/+178
* Fixup to r196593.Anna Zaks2013-12-061-0/+6
* Revert "[analyzer] Refactor conditional expression evaluating code"Anna Zaks2013-12-063-10/+65
* Add flag -fauto-profile as alias to -fprofile-sample-use.Diego Novillo2013-12-061-0/+3
* Allow string literals as module names.Daniel Jasper2013-12-069-3/+41
* PR18152: When computing the semantic form for an initializer list, keep trackRichard Smith2013-12-061-0/+7
* Support MS-ABI's concept of "Required Alignment" imposed by Warren Hunt2013-12-061-0/+120
* -Wassign-enum: compare unqualified typesDmitri Gribenko2013-12-051-0/+18
* Allow the warning 'case value not in enumerated type' to be silenced withDmitri Gribenko2013-12-051-0/+26
* [ms-cxxabi] bitcast to i8* to deref a data member pointerReid Kleckner2013-12-051-0/+20
* Implemented vget/vset_lane_f16 intrinsicsAna Pazos2013-12-051-0/+73
* ObjectiveC: Don't warn when method implemented inFariborz Jahanian2013-12-051-0/+26
* [c-index-test] For the '-remap-file' option use a comma for separator which i...Argyrios Kyrtzidis2013-12-058-8/+8
* Fix assertion failure left over from changes to move away from "darwin" triples.Bob Wilson2013-12-051-0/+3
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-0523-26/+26
* PR17983: Fix crasher bug in C++1y mode when performing a non-global arrayRichard Smith2013-12-051-8/+28
* [libclang] Record ranges skipped by the preprocessor and expose them with lib...Argyrios Kyrtzidis2013-12-051-0/+25