aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-25[ubsan] Emit single check for left shift.Will Dietz
2013-02-25[analyzer] Restrict ObjC type inference to methods that have related result t...Anna Zaks
2013-02-25[analyzer] Recover all PreStmtPurgeDeadSymbols nodes with a single successor ...Ted Kremenek
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25[analyzer] Address Jordan's code review of r175857.Anna Zaks
2013-02-25[analyzer] Handle reference parameters with default values.Jordan Rose
2013-02-25Fix empty declaration printing.Michael Han
2013-02-25[analyzer] Base regions may be invalid when layered on symbolic regions.Jordan Rose
2013-02-25Re-add hack that caused regression.Daniel Jasper
2013-02-25[analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are l...Ted Kremenek
2013-02-25[analyzer] add the notion of an "interesting" lvalue expression for ExplodedN...Ted Kremenek
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-25Update Clang for a minor DIBuilder breaking change.David Blaikie
2013-02-24Moving initialization into the initializer list and correcting capitalization...Aaron Ballman
2013-02-24Allow breaking between a type and name in variable declarations.Daniel Jasper
2013-02-24[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...Ted Kremenek
2013-02-24Add "KnownSVal" to represent SVals that cannot be UnknownSVal.Ted Kremenek
2013-02-24PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incompleteRichard Smith
2013-02-24[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis
2013-02-24In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...Argyrios Kyrtzidis
2013-02-23Better formatting of conditional expressions.Daniel Jasper
2013-02-23Prefer 'and' over '&' in comments.David Blaikie
2013-02-23Add streamed versions of getQualifiedNameAsString.Benjamin Kramer
2013-02-23Don't recognize unnamed pointer parameters as casts.Daniel Jasper
2013-02-23Allow splitting between string literals and identifiers.Daniel Jasper
2013-02-23Implement __builtin_eh_return_data_regno() for ARM and MIPS.Logan Chien
2013-02-23ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...Richard Smith
2013-02-23Remove the CFGElement "Invalid" state.David Blaikie
2013-02-23Remove the hack that avoided mangling static functions in extern C contexts.Rafael Espindola
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Propagate the split dwarf file information through into the backendEric Christopher
2013-02-22[libclang] Fix assertion hit when code-completing inside a function macro wit...Argyrios Kyrtzidis
2013-02-22objective-C arg: provide fixit support whenFariborz Jahanian
2013-02-22Driver: Pass down the -march setting down to -cc1as on x86 too.Benjamin Kramer
2013-02-22Make sure we apply attributes to correct places.Bill Wendling
2013-02-22Split out the command handling for split debug info, we're goingEric Christopher
2013-02-22[analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion.Jordan Rose
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-02-22[preprocessing record] Have the MacroDefinitions map point to the MacroDefini...Argyrios Kyrtzidis
2013-02-22Replace some typically large vectors with SmallVector.Benjamin Kramer
2013-02-22Make sure pragmas don't attach visibility attributes to auto variables withRafael Espindola
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-22Use raw_ostream::indent, update comment.Benjamin Kramer
2013-02-22Push the raw_ostream through the template diffing code.Benjamin Kramer
2013-02-22Streamify FormatASTNodeDiagnosticArgument.Benjamin Kramer
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-02-22StmtPrinter: Directly print types to the stream instead of taking a detour th...Benjamin Kramer
2013-02-22Fix MergeFunctionDecl implicit CC for static methods.Timur Iskhodzhanov
2013-02-22Don't crash if we try to apply 'alignas' to a variable declared with anRichard Smith