summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't test for ASM output but for IR output.Bill Wendling2012-12-041-9/+6
* clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp: Add explicit triple,...NAKAMURA Takumi2012-12-041-1/+1
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-042-1/+17
* clang/test/Index/comment-objc-decls.m: Try to fix r169193, to add x86_64-darwin.NAKAMURA Takumi2012-12-041-1/+1
* Testing objective-C declarations embedded inFariborz Jahanian2012-12-041-0/+160
* Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly m...Michael Ilseman2012-12-042-0/+26
* clang/test/Driver/fsanitize-blacklist.c: Mark it as XFAIL:cygming, due to PR1...NAKAMURA Takumi2012-12-031-0/+3
* Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov2012-12-031-0/+15
* Fix PR14474: don't emit debug info for interface types in -gline-tables-only ...Alexey Samsonov2012-12-031-0/+25
* [ubsan] Add flag to enable recovery from checks when possible.Will Dietz2012-12-023-19/+40
* [MIPS] Add -mxgot/-mno-xgot command line optionsSimon Atanasyan2012-12-011-0/+12
* Fix a test that was redefining FileCheck variables while referencing old ones.Eli Bendersky2012-12-011-4/+4
* Switch to using -### as mentioned by chandlerc.Joey Gouly2012-12-011-8/+8
* Add -emit-llvm to test/Driver/fsanitize.c to stop this failing on the ARM bot...Joey Gouly2012-12-011-8/+8
* Try to make the source location information for token pastes a bit more consi...Eli Friedman2012-12-011-17/+45
* Remove restriction on combining ubsan with asan or tsan. This has worked for ...Richard Smith2012-12-011-4/+4
* Fix the determination of whether a capture refers to an enclosingDouglas Gregor2012-12-011-1/+12
* Don't emit a warning with an input/output parameter. We assume the user knows...Bill Wendling2012-11-301-0/+4
* Fix test for Windows path separatorsDouglas Gregor2012-11-301-3/+3
* Teach the serialized diagnostic writer to clone() itself, sharingDouglas Gregor2012-11-301-0/+12
* Don't warn if the input size is less than the register size. Also don't warn ifBill Wendling2012-11-301-5/+14
* Make -Wtautological-constant-out-of-range-compare behave sanely for enums wit...Eli Friedman2012-11-301-1/+8
* When we're emitting a diagnostic with a source location in an importedDouglas Gregor2012-11-301-0/+7
* Support for #pragma region/endregion for MSVC compatibility. Patch thanks to...Aaron Ballman2012-11-301-0/+33
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-303-3/+18
* Fix the computation of highlight ranges so we produce something sane whenEli Friedman2012-11-301-0/+14
* Add a test case for the new cortex-a5 switchQuentin Colombet2012-11-301-0/+5
* Keep track of modules that have failed to build. If we encounter anDouglas Gregor2012-11-291-0/+11
* Fix a small calling-convention bug for x86-32. PR14453.Eli Friedman2012-11-291-0/+5
* This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov2012-11-291-0/+6
* Make the test less sensitive to DWARF emission implementation details.Eli Bendersky2012-11-291-2/+2
* Make sure that we put the rest of the sanitizer libraries on the link lineEric Christopher2012-11-291-0/+13
* Use newer command line option here.Eric Christopher2012-11-291-1/+1
* Remove duplicate test run lines.Eric Christopher2012-11-291-16/+0
* Merge function types in C.Rafael Espindola2012-11-291-0/+43
* [-cxx-abi microsoft] Also spill the argument-back-references context when man...Timur Iskhodzhanov2012-11-291-0/+2
* Reject uses of __int128 on platforms that don't support it. Also move the uglyRichard Smith2012-11-292-2/+14
* Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman2012-11-293-7/+30
* The declaration of a special member can require overload resolution to beRichard Smith2012-11-291-1/+68
* Correctly handle IntegralToBool casts in C++ in the static analyzer. Fixes <...Ted Kremenek2012-11-291-0/+11
* [driver] -mkernel implies -mstrict-align; don't add the redundant option.Chad Rosier2012-11-291-1/+2
* Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertai...Michael Han2012-11-281-1/+7
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-281-0/+9
* Per C++11 [except.spec]p2, rvalue references are not permitted in exception s...Richard Smith2012-11-281-0/+2
* PR14388: An array or function type in an exception specification should beRichard Smith2012-11-282-0/+56
* ABI: comments from Eli on r168820.Manman Ren2012-11-281-2/+2
* ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store ofManman Ren2012-11-281-0/+20
* PR13098: If we're instantiating an overloaded binary operator and we couldRichard Smith2012-11-281-0/+22
* Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...Alexey Samsonov2012-11-281-0/+6
* Teach Lexer::getSpelling about raw string literals. Specifically, if a rawRichard Smith2012-11-282-0/+14