Age | Commit message (Expand) | Author |
2012-06-13 | Add triples to keep make test work on Windows, where wchar_t is only 16 | Richard Trieu |
2012-06-13 | Remove unnecessary output redirection in a test. | Richard Trieu |
2012-06-13 | test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed w... | NAKAMURA Takumi |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-06-13 | Rename a loop variable to silence a gcc warning. | Richard Trieu |
2012-06-13 | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith |
2012-06-13 | Moved the StringLiteral printing code from StmtPrinter into the StringLiteral | Richard Trieu |
2012-06-13 | Provide a -no-pedantic to cancel out -pedantic. | John McCall |
2012-06-13 | Doc fixed as proposed (and mostly contributed) by David Roethlisberger. | Manuel Klimek |
2012-06-13 | Fix issue where a token paste which forms a /* or // would discard the rest of | Richard Smith |
2012-06-13 | Allow __attribute__((unused)) for fields and make it silence | Daniel Jasper |
2012-06-13 | Remove the trailing backslash from the comment to remove the warning about | Kaelyn Uhrain |
2012-06-13 | Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode. | Daniel Jasper |
2012-06-13 | Fix off-by-one error in UTF-16 encoding: don't try to use a surrogate pair fo... | Richard Smith |
2012-06-13 | PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode ... | Richard Smith |
2012-06-13 | Make clang-tblgen backends functions instead of TableGenBackends. | Jakob Stoklund Olesen |
2012-06-13 | Update clang attribute document. | Michael Han |
2012-06-13 | Add missing narrowing check: converting from a signed integral type to a wider | Richard Smith |
2012-06-13 | Grab bag of Microsoft Mangler fixes: | Charles Davis |
2012-06-12 | [ms-inline-asm] The __asm keyword is a statement separator, so multiple asm | Chad Rosier |
2012-06-12 | Fix test to work when clang is built without powerpc64 support. | Bob Wilson |
2012-06-12 | [ms-inline-asm] Cleanup MS style inline assembly parsing. | Chad Rosier |
2012-06-12 | Add documentation for the JSON compilation database format. | Manuel Klimek |
2012-06-12 | When code completion walks the members of a protocol or interface, | Douglas Gregor |
2012-06-12 | [analyzer] WWW: Shorten the menu title. | Anna Zaks |
2012-06-12 | Remove unused variable. | Bill Wendling |
2012-06-12 | Add XOP permute intrinsics. | Craig Topper |
2012-06-12 | If parsing a trailing-return-type fails, don't pretend we didn't have one at | Richard Smith |
2012-06-12 | Correct comment. The return type was changed to const Type* in r123814. Pat... | Dmitri Gribenko |
2012-06-12 | Remove unused variable. | Dmitri Gribenko |
2012-06-12 | Revert "[analyzer] Treat LValueBitCasts like regular pointer bit casts." | Jordan Rose |
2012-06-11 | [analyzer] Treat LValueBitCasts like regular pointer bit casts. | Jordan Rose |
2012-06-11 | [analyzer] WWW: Add FAQ to the menu. | Anna Zaks |
2012-06-11 | Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu... | Hal Finkel |
2012-06-11 | [analyzer] WWW: FAQ - fix the assertion use example. | Anna Zaks |
2012-06-11 | [analyzer] The FAQ question style shouldn't be the same as code_example. | Anna Zaks |
2012-06-11 | [analyzer] WWW: Add table of contents, fixed code examples. | Anna Zaks |
2012-06-11 | [analyzer] WWW: Mention that we do not support "noreturn" for methods. | Anna Zaks |
2012-06-11 | Make CodeGenFunction::EmitMSAsmStmt throw a fatal error as MS-style inline | Chad Rosier |
2012-06-11 | Etch out the code path for MS-style inline assembly. | Chad Rosier |
2012-06-11 | [analyzer] Add ObjCLoopChecker: objects from NSArray et al are non-nil. | Jordan Rose |
2012-06-11 | [analyzer] When looking for a known class, only traverse the hierarchy once. | Jordan Rose |
2012-06-11 | Enable -Wunused-private-field with -Wunused. | Benjamin Kramer |
2012-06-11 | We were computing the visibility and linkage of template parameters, but | Rafael Espindola |
2012-06-11 | [clang.py] Implement SourceLocation.from_offset | Gregory Szorc |
2012-06-11 | Add XOP shift and compare intrinsics. | Craig Topper |
2012-06-11 | Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms | James Dennett |
2012-06-11 | Const'ify CompilerInvocation::toArgs(). | Argyrios Kyrtzidis |
2012-06-10 | PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to | Richard Smith |
2012-06-10 | Add XOP vprot* instruction intrinsics | Craig Topper |