summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith2012-11-283-0/+71
* C++ core issue 1344, PR10618: promote "addition of default argument makes thisRichard Smith2012-11-283-17/+38
* Fix another false positive due to a CXX temporary object appearing in a C ini...Ted Kremenek2012-11-281-0/+38
* Provide stop-gap solution to crash reported in PR 14436.Ted Kremenek2012-11-271-0/+23
* objective-C arc: load of a __weak object happens via call toFariborz Jahanian2012-11-275-5/+94
* Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz2012-11-276-4/+315
* Remove outdated FIXME; should have removed that in r160782Timur Iskhodzhanov2012-11-271-2/+0
* clang/test/lit.cfg: Disable dev-fd-fs on cygwin for now.NAKAMURA Takumi2012-11-271-1/+1
* Test for r168674.Eli Friedman2012-11-271-0/+11
* This patch addresses an incompatibility relative to the 64-bit PowerPCBill Schmidt2012-11-271-0/+182
* [analyzer] Fix test to work on non-LP64 systems.Jordan Rose2012-11-271-5/+8
* Add a testcase that r168411 would break.Rafael Espindola2012-11-271-0/+11
* Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar2012-11-271-3/+0
* Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact...Michael Han2012-11-261-0/+23
* check that always_inline attribute works with -fno-inlineSebastian Pop2012-11-261-1/+4
* [analyzer] Fix a crash reported in PR 14400.Anna Zaks2012-11-261-0/+5
* Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoftTimur Iskhodzhanov2012-11-261-2/+9
* PR14428: When instantiating a 'new' expression, if we had a non-dependentRichard Smith2012-11-261-3/+4
* Add a basic testcase for the "variable is not needed" warning and one thatRafael Espindola2012-11-251-0/+27
* Fix test case for linking with sanitizer opts added in r168428.Alexey Samsonov2012-11-251-3/+2
* Sema: Provide a valid source location when instantiating templates based on a...Benjamin Kramer2012-11-231-0/+18
* Check that we don't warn on this testcase. This is basically a test thatRafael Espindola2012-11-231-1/+1
* PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly2012-11-235-11/+39
* Fix regression in r168477. Use canonical decl when looking for base classRichard Smith2012-11-221-0/+9
* Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith2012-11-222-1/+67
* Test that we correctly deal with multiple copy constructors when detectingRichard Smith2012-11-221-2/+13
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-211-15/+33
* SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum...Benjamin Kramer2012-11-211-1/+67
* Try to fix test from r168428 on mingw botAlexey Samsonov2012-11-211-4/+4
* clang/test/Driver/x86_64-nacl-defines.cpp: Specify filename generated.NAKAMURA Takumi2012-11-211-1/+1
* [Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...Alexey Samsonov2012-11-211-0/+40
* Use color for -ast-dump-filter only when it is supportedDmitri Gribenko2012-11-211-1/+2
* PR14381: Never skip constexpr function bodies when code-completing. We may needRichard Smith2012-11-191-0/+13
* When adding a NamedDecl to a correction, add the underlying Decl (viaKaelyn Uhrain2012-11-191-0/+14
* Add -ldl for non-static libgcc in Android.Logan Chien2012-11-191-0/+3
* Enable -fuse-init-array for Android X86/MIPS.Logan Chien2012-11-191-1/+17
* clang/test: Suppress two tests on LLP64 target, Windows x64.NAKAMURA Takumi2012-11-192-0/+4
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-191-76/+116
* clang/test/Sema/warn-documentation.cpp: Try to fix up the testcase in r168277.NAKAMURA Takumi2012-11-181-1/+1
* Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.Dmitri Gribenko2012-11-181-0/+18
* objective-C: Do not issue deprecated warning about implementationFariborz Jahanian2012-11-171-2/+11
* Fix crash on end-of-file after \ in a char literal, fixes PR14369.Nico Weber2012-11-173-0/+24