aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-03-18Use character literals for vexing initialization fixit hints.David Blaikie
2012-03-18[analyzer] Use a FoldingSet to cache simple RetainSummary instances, rather t...Jordy Rose
2012-03-18Replace a FIXME with a diagnostic when we can't resolve theDouglas Gregor
2012-03-17Diagnose tag and class template declarations with qualifiedDouglas Gregor
2012-03-17[analyzer] Unify retain-count summary generation for class and instance metho...Jordy Rose
2012-03-17Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They ar...Jordy Rose
2012-03-17[analyzer] Remove duplicate work on deriving method behavior. No functionalit...Jordy Rose
2012-03-17modern objective-c rewriter: further improvement inFariborz Jahanian
2012-03-17StaticAnalyzer: Fix abuse of StringRef in r152962.NAKAMURA Takumi
2012-03-17When determining the availability of an enum constant, also considerDouglas Gregor
2012-03-17[analyzer] Don't claim an object was returned with +1 retain count before cou...Jordy Rose
2012-03-17Fix crash on invalid code. I've tried to produce a reduced test case, but wh...Ted Kremenek
2012-03-16[analyzer] Shorten the stack hint diagnostic.Anna Zaks
2012-03-16[analyzer] Create symbol-aware stack hints (building upon r152837).Anna Zaks
2012-03-16[analyzer] +CommentsAnna Zaks
2012-03-16[analyzer] Add a statistic for the number of times we reach the maxAnna Zaks
2012-03-16Escape % in diagnostic message when compiling LLVM IR.Benjamin Kramer
2012-03-16sink variable into assertMatt Beaumont-Gay
2012-03-16When "low alignment" is specified, then set the alignment of the aggregate'sBill Wendling
2012-03-16Minor clean up of my last patch.Fariborz Jahanian
2012-03-16modern objective-c translator: write @synchronized.Fariborz Jahanian
2012-03-16Suppress macro expansion of NULL in NULL warnings.David Blaikie
2012-03-16Skip through transparent contexts when deciding where to add a friend function.Nick Lewycky
2012-03-16modern objective-c translator: writing @throw statement.Fariborz Jahanian
2012-03-16Warn on flexible array members when in C89 mode, with -pedantic.David Chisnall
2012-03-16From Vassil Vassilev:Axel Naumann
2012-03-16Fix Objective-C compilation-time performance regression introduced in r152608.Richard Smith
2012-03-16Fix analyzer crash on analyzing 'catch' with no condition variable.Ted Kremenek
2012-03-16Don't try to create "store atomic" instructions of non-integer types; they ar...Eli Friedman
2012-03-16[arcmt] The hard-coded list of weak-incompatible classes is no longer necessary.Argyrios Kyrtzidis
2012-03-16[arcmt] iOS is always safe to use 'weak'. rdar://10950825Argyrios Kyrtzidis
2012-03-15modern objective-c translation: writing @try/@catch/@finallyFariborz Jahanian
2012-03-15When a variable has a specified asm name, but isn't using the register storag...Eli Friedman
2012-03-15[analyzer] If a metadata symbol is interesting, its region is interesting as ...Jordy Rose
2012-03-15modern objective-c translator: writing @try/@finally statement.Fariborz Jahanian
2012-03-15[frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier
2012-03-15[analyzer] Remove AggExprVisitor, a dead class that assisted in visiting C++ ...Jordy Rose
2012-03-15Support deducing template arguments from nested initializer lists. PR12119.Sebastian Redl
2012-03-15Support '%p' format specifier with block pointers.Ted Kremenek
2012-03-15[analyzer] Allow checkers to supply call stack diagnostic hints for theAnna Zaks
2012-03-15Provide the specific target type in the -Wnull-conversion warning.David Blaikie
2012-03-15modern objective-c translator: rewriting of @catch-stmt.Fariborz Jahanian
2012-03-15[Sema] Introduce a data recursive evaluator specific to binary operators.Argyrios Kyrtzidis
2012-03-15Remove hacky temporary fix of r151585.Argyrios Kyrtzidis
2012-03-15modern objective-c translator: please symbols generatedFariborz Jahanian
2012-03-15When laying out an Objective-C object, consultSean Callanan
2012-03-15Adding in newer MinGW header paths.Aaron Ballman
2012-03-15Fix codegen for vld{3,4}_dup intrinsics.James Molloy
2012-03-15Unrevert r152761 (reverted in r152772) with a fix for the issue which wasRichard Smith
2012-03-15Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie