aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-05-29Make Clang driver pass the last option from -g group to the compiler.Alexey Samsonov
2012-05-29Use fewer temporaries mangling APSInt objects. The performance differenceCharles Davis
2012-05-29OpenCL: Fix vector conditional operator CodeGen for the case wherePeter Collingbourne
2012-05-28Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri...David Blaikie
2012-05-28Fix mangling of integral template arguments between 1 and 10. Add a test caseCharles Davis
2012-05-28Fix Lang's fix. This should fix the tests for +Asserts builds.Charles Davis
2012-05-28adjust to mainline llvm API change.Chris Lattner
2012-05-28Fix PR12960 by not attempting to correct cases when we're not actually instan...David Blaikie
2012-05-27PR12962: Fix a rare use after free when collecting virtual overrides.Benjamin Kramer
2012-05-27Fix call to APSInt constructor - it doesn't take an initial value, just aLang Hames
2012-05-27-Wdeprecated warning to include reference (as a note)Fariborz Jahanian
2012-05-27Use the SelectorSet typedef more widely throughout Sema.Benjamin Kramer
2012-05-27Replace some custom hash combines with the standard stuff from DenseMapInfo.Benjamin Kramer
2012-05-27clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Wi...NAKAMURA Takumi
2012-05-26Mangle template instantiations properly (as of VC 7.x) when compiling forCharles Davis
2012-05-26Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion al...Benjamin Kramer
2012-05-26Change warning to error when property setter names conflict.Fariborz Jahanian
2012-05-26In response to some discussions on IRC, tweak the wording of the newRichard Smith
2012-05-26Fix indentation.David Blaikie
2012-05-26Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to aAlexander Kornienko
2012-05-25fix codegen support for alloc_size attribute for static C++ methodsNuno Lopes
2012-05-25Don't ignore linkage when ignoring visibility in the instantiation of aRafael Espindola
2012-05-25add CodeGen support for the alloc_size attributeNuno Lopes
2012-05-25Don't ignore linkage when ignoring visibility in the instantiation of aRafael Espindola
2012-05-25[analyzer] Don't crash on LValBitCastAnna Zaks
2012-05-25Consider the linkage for member class templates even when we have to ignoreRafael Espindola
2012-05-25When ignoring visibility in an instantiation, still consider the linkage.Rafael Espindola
2012-05-25Whitespace fixes.Rafael Espindola
2012-05-25Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,Richard Smith
2012-05-25ensure value passed to is space is representable as unsigned charSeth Cantrell
2012-05-24Some cleanups around the uninitialized variables warning, and a FIXME. No fun...Richard Smith
2012-05-24cleanup some code.Fariborz Jahanian
2012-05-24objective-c: warn on use of property settersFariborz Jahanian
2012-05-24Get rid of some non-ASCII en-dashes that crept in.Eli Friedman
2012-05-24Implement the C++11 discarded value expression rules for volatile lvalues. <...Eli Friedman
2012-05-24A minor tweak to the new volatile lvalue warning: don't warn on "(void)x", wh...Eli Friedman
2012-05-24objective-c: Fixes a corner case and interesting bug.Fariborz Jahanian
2012-05-24Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski
2012-05-24[analyzer] Minor cleanup to checkers' help text.Anna Zaks
2012-05-24[analyzer] Treat cast of array to reference in the same way as array toAnna Zaks
2012-05-24[objcmt] Warn when modern objc migrator does not convert a NSNumber message b...Argyrios Kyrtzidis
2012-05-24fix Bug 12924Seth Cantrell
2012-05-24DR1152 / PR12931 / PR6177: A candidate function which requires binding a constRichard Smith
2012-05-24Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce...Eli Friedman
2012-05-24implement Sema support for the alloc_size attributeNuno Lopes
2012-05-23modern objc translation: Add translation of @autoreleasepoolFariborz Jahanian
2012-05-23Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...NAKAMURA Takumi
2012-05-23[arcmt] Remove an unused -autorelease, without failing with error, for thisArgyrios Kyrtzidis
2012-05-23[driver] Have the crash diagnostics print the clang version information.Chad Rosier
2012-05-23Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek