| Commit message (Expand) | Author | Age | Files | Lines |
* | objective-C blocks: Make sure that identical logic is used | Fariborz Jahanian | 2012-11-28 | 1 | -0/+9 |
* | Per C++11 [except.spec]p2, rvalue references are not permitted in exception s... | Richard Smith | 2012-11-28 | 1 | -0/+2 |
* | PR14388: An array or function type in an exception specification should be | Richard Smith | 2012-11-28 | 2 | -0/+56 |
* | ABI: comments from Eli on r168820. | Manman Ren | 2012-11-28 | 1 | -2/+2 |
* | ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store of | Manman Ren | 2012-11-28 | 1 | -0/+20 |
* | PR13098: If we're instantiating an overloaded binary operator and we could | Richard Smith | 2012-11-28 | 1 | -0/+22 |
* | Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ... | Alexey Samsonov | 2012-11-28 | 1 | -0/+6 |
* | Teach Lexer::getSpelling about raw string literals. Specifically, if a raw | Richard Smith | 2012-11-28 | 2 | -0/+14 |
* | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith | 2012-11-28 | 3 | -0/+71 |
* | C++ core issue 1344, PR10618: promote "addition of default argument makes this | Richard Smith | 2012-11-28 | 3 | -17/+38 |
* | Fix another false positive due to a CXX temporary object appearing in a C ini... | Ted Kremenek | 2012-11-28 | 1 | -0/+38 |
* | Provide stop-gap solution to crash reported in PR 14436. | Ted Kremenek | 2012-11-27 | 1 | -0/+23 |
* | objective-C arc: load of a __weak object happens via call to | Fariborz Jahanian | 2012-11-27 | 5 | -5/+94 |
* | Add -fsanitize=integer for reporting suspicious integer behaviors. | Will Dietz | 2012-11-27 | 6 | -4/+315 |
* | Remove outdated FIXME; should have removed that in r160782 | Timur Iskhodzhanov | 2012-11-27 | 1 | -2/+0 |
* | clang/test/lit.cfg: Disable dev-fd-fs on cygwin for now. | NAKAMURA Takumi | 2012-11-27 | 1 | -1/+1 |
* | Test for r168674. | Eli Friedman | 2012-11-27 | 1 | -0/+11 |
* | This patch addresses an incompatibility relative to the 64-bit PowerPC | Bill Schmidt | 2012-11-27 | 1 | -0/+182 |
* | [analyzer] Fix test to work on non-LP64 systems. | Jordan Rose | 2012-11-27 | 1 | -5/+8 |
* | Add a testcase that r168411 would break. | Rafael Espindola | 2012-11-27 | 1 | -0/+11 |
* | Frontend: Create a virtual file for named pipe inputs. | Daniel Dunbar | 2012-11-27 | 1 | -3/+0 |
* | Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact... | Michael Han | 2012-11-26 | 1 | -0/+23 |
* | check that always_inline attribute works with -fno-inline | Sebastian Pop | 2012-11-26 | 1 | -1/+4 |
* | [analyzer] Fix a crash reported in PR 14400. | Anna Zaks | 2012-11-26 | 1 | -0/+5 |
* | Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft | Timur Iskhodzhanov | 2012-11-26 | 1 | -2/+9 |
* | PR14428: When instantiating a 'new' expression, if we had a non-dependent | Richard Smith | 2012-11-26 | 1 | -3/+4 |
* | Add a basic testcase for the "variable is not needed" warning and one that | Rafael Espindola | 2012-11-25 | 1 | -0/+27 |
* | Fix test case for linking with sanitizer opts added in r168428. | Alexey Samsonov | 2012-11-25 | 1 | -3/+2 |
* | Sema: Provide a valid source location when instantiating templates based on a... | Benjamin Kramer | 2012-11-23 | 1 | -0/+18 |
* | Check that we don't warn on this testcase. This is basically a test that | Rafael Espindola | 2012-11-23 | 1 | -1/+1 |
* | PR14306: Move -fbounds-checking to -fsanitize=bounds. | Joey Gouly | 2012-11-23 | 5 | -11/+39 |
* | Fix regression in r168477. Use canonical decl when looking for base class | Richard Smith | 2012-11-22 | 1 | -0/+9 |
* | Fix CXXRecordDecl::forallBases to not look through bases which are dependent | Richard Smith | 2012-11-22 | 2 | -1/+67 |
* | Test that we correctly deal with multiple copy constructors when detecting | Richard Smith | 2012-11-22 | 1 | -2/+13 |
* | Fix the '-fuse-init-array' option to actually be an option. | Chandler Carruth | 2012-11-21 | 1 | -15/+33 |
* | SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum... | Benjamin Kramer | 2012-11-21 | 1 | -1/+67 |
* | Try to fix test from r168428 on mingw bot | Alexey Samsonov | 2012-11-21 | 1 | -4/+4 |
* | clang/test/Driver/x86_64-nacl-defines.cpp: Specify filename generated. | NAKAMURA Takumi | 2012-11-21 | 1 | -1/+1 |
* | [Sanitizer] force linking with static sanitizer runtimes on Darwin even if th... | Alexey Samsonov | 2012-11-21 | 1 | -0/+40 |
* | Use color for -ast-dump-filter only when it is supported | Dmitri Gribenko | 2012-11-21 | 1 | -1/+2 |
* | PR14381: Never skip constexpr function bodies when code-completing. We may need | Richard Smith | 2012-11-19 | 1 | -0/+13 |
* | When adding a NamedDecl to a correction, add the underlying Decl (via | Kaelyn Uhrain | 2012-11-19 | 1 | -0/+14 |
* | Add -ldl for non-static libgcc in Android. | Logan Chien | 2012-11-19 | 1 | -0/+3 |
* | Enable -fuse-init-array for Android X86/MIPS. | Logan Chien | 2012-11-19 | 1 | -1/+17 |
* | clang/test: Suppress two tests on LLP64 target, Windows x64. | NAKAMURA Takumi | 2012-11-19 | 2 | -0/+4 |
* | Completely re-work how the Clang driver interprets PIC and PIE options. | Chandler Carruth | 2012-11-19 | 1 | -76/+116 |
* | clang/test/Sema/warn-documentation.cpp: Try to fix up the testcase in r168277. | NAKAMURA Takumi | 2012-11-18 | 1 | -1/+1 |
* | Documentation parsing: propely handle a lone '\endverbatim' and emit a warning. | Dmitri Gribenko | 2012-11-18 | 1 | -0/+18 |
* | objective-C: Do not issue deprecated warning about implementation | Fariborz Jahanian | 2012-11-17 | 1 | -2/+11 |
* | Fix crash on end-of-file after \ in a char literal, fixes PR14369. | Nico Weber | 2012-11-17 | 3 | -0/+24 |