aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-13Add triples to keep make test work on Windows, where wchar_t is only 16Richard Trieu
2012-06-13Remove unnecessary output redirection in a test.Richard Trieu
2012-06-13test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed w...NAKAMURA Takumi
2012-06-13More doxygen/documentation cleanups.James Dennett
2012-06-13Rename a loop variable to silence a gcc warning.Richard Trieu
2012-06-13Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith
2012-06-13Moved the StringLiteral printing code from StmtPrinter into the StringLiteralRichard Trieu
2012-06-13Provide a -no-pedantic to cancel out -pedantic.John McCall
2012-06-13Doc fixed as proposed (and mostly contributed) by David Roethlisberger.Manuel Klimek
2012-06-13Fix issue where a token paste which forms a /* or // would discard the rest ofRichard Smith
2012-06-13Allow __attribute__((unused)) for fields and make it silenceDaniel Jasper
2012-06-13Remove the trailing backslash from the comment to remove the warning aboutKaelyn Uhrain
2012-06-13Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode.Daniel Jasper
2012-06-13Fix off-by-one error in UTF-16 encoding: don't try to use a surrogate pair fo...Richard Smith
2012-06-13PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode ...Richard Smith
2012-06-13Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen
2012-06-13Update clang attribute document.Michael Han
2012-06-13Add missing narrowing check: converting from a signed integral type to a widerRichard Smith
2012-06-13Grab bag of Microsoft Mangler fixes:Charles Davis
2012-06-12[ms-inline-asm] The __asm keyword is a statement separator, so multiple asmChad Rosier
2012-06-12Fix 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-12Add documentation for the JSON compilation database format.Manuel Klimek
2012-06-12When 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-12Remove unused variable.Bill Wendling
2012-06-12Add XOP permute intrinsics.Craig Topper
2012-06-12If parsing a trailing-return-type fails, don't pretend we didn't have one atRichard Smith
2012-06-12Correct comment. The return type was changed to const Type* in r123814. Pat...Dmitri Gribenko
2012-06-12Remove unused variable.Dmitri Gribenko
2012-06-12Revert "[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-11Add 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-11Make CodeGenFunction::EmitMSAsmStmt throw a fatal error as MS-style inlineChad Rosier
2012-06-11Etch 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-11Enable -Wunused-private-field with -Wunused.Benjamin Kramer
2012-06-11We were computing the visibility and linkage of template parameters, butRafael Espindola
2012-06-11[clang.py] Implement SourceLocation.from_offsetGregory Szorc
2012-06-11Add XOP shift and compare intrinsics.Craig Topper
2012-06-11Documentation cleanup, fixing Doxygen markup. Mostly this avoids common termsJames Dennett
2012-06-11Const'ify CompilerInvocation::toArgs().Argyrios Kyrtzidis
2012-06-10PR12964: __int128 and unsigned __int128 are promoted integral types, be sure toRichard Smith
2012-06-10Add XOP vprot* instruction intrinsicsCraig Topper