Age | Commit message (Expand) | Author |
2013-02-25 | [analyzer] add the notion of an "interesting" lvalue expression for ExplodedN... | Ted Kremenek |
2013-02-25 | Add more attributes from the command line to functions. | Bill Wendling |
2013-02-25 | Update Clang for a minor DIBuilder breaking change. | David Blaikie |
2013-02-24 | Moving initialization into the initializer list and correcting capitalization... | Aaron Ballman |
2013-02-24 | Allow 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-24 | Add "KnownSVal" to represent SVals that cannot be UnknownSVal. | Ted Kremenek |
2013-02-24 | PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete | Richard Smith |
2013-02-24 | [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail... | Argyrios Kyrtzidis |
2013-02-24 | In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons... | Argyrios Kyrtzidis |
2013-02-23 | Better formatting of conditional expressions. | Daniel Jasper |
2013-02-23 | Prefer 'and' over '&' in comments. | David Blaikie |
2013-02-23 | Add streamed versions of getQualifiedNameAsString. | Benjamin Kramer |
2013-02-23 | Don't recognize unnamed pointer parameters as casts. | Daniel Jasper |
2013-02-23 | Allow splitting between string literals and identifiers. | Daniel Jasper |
2013-02-23 | Implement __builtin_eh_return_data_regno() for ARM and MIPS. | Logan Chien |
2013-02-23 | ubsan: Emit bounds checks for array indexing, vector indexing, and (in really... | Richard Smith |
2013-02-23 | Remove the CFGElement "Invalid" state. | David Blaikie |
2013-02-23 | Remove the hack that avoided mangling static functions in extern C contexts. | Rafael Espindola |
2013-02-23 | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne |
2013-02-22 | Propagate the split dwarf file information through into the backend | Eric Christopher |
2013-02-22 | [libclang] Fix assertion hit when code-completing inside a function macro wit... | Argyrios Kyrtzidis |
2013-02-22 | objective-C arg: provide fixit support when | Fariborz Jahanian |
2013-02-22 | Driver: Pass down the -march setting down to -cc1as on x86 too. | Benjamin Kramer |
2013-02-22 | Make sure we apply attributes to correct places. | Bill Wendling |
2013-02-22 | Split out the command handling for split debug info, we're going | Eric Christopher |
2013-02-22 | [analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion. | Jordan Rose |
2013-02-22 | Add support for coldcc to clang | Peter Collingbourne |
2013-02-22 | [preprocessing record] Have the MacroDefinitions map point to the MacroDefini... | Argyrios Kyrtzidis |
2013-02-22 | Replace some typically large vectors with SmallVector. | Benjamin Kramer |
2013-02-22 | Make sure pragmas don't attach visibility attributes to auto variables with | Rafael Espindola |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
2013-02-22 | Use raw_ostream::indent, update comment. | Benjamin Kramer |
2013-02-22 | Push the raw_ostream through the template diffing code. | Benjamin Kramer |
2013-02-22 | Streamify FormatASTNodeDiagnosticArgument. | Benjamin Kramer |
2013-02-22 | Streamify getNameForDiagnostic and remove the string versions of PrintTemplat... | Benjamin Kramer |
2013-02-22 | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko |
2013-02-22 | StmtPrinter: Directly print types to the stream instead of taking a detour th... | Benjamin Kramer |
2013-02-22 | Fix MergeFunctionDecl implicit CC for static methods. | Timur Iskhodzhanov |
2013-02-22 | Don't crash if we try to apply 'alignas' to a variable declared with an | Richard Smith |
2013-02-22 | Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs | Richard Smith |
2013-02-22 | Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes | Richard Smith |
2013-02-22 | Handle alignas(foo...) pack expansions. | Richard Smith |
2013-02-22 | In LookupResult::resolveKind(), when handling multiple found declarations, ig... | Argyrios Kyrtzidis |
2013-02-22 | When a parameter list in a C function has an error, recover by forming a K&R ... | Argyrios Kyrtzidis |
2013-02-22 | Don't crash when applying an alloc_size attribute on a K&R function. | Argyrios Kyrtzidis |
2013-02-22 | Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, | Richard Smith |
2013-02-22 | Teach -ast-print how to print trailing-return-types. | Richard Smith |
2013-02-22 | [analyzer] Implement "Loop executed 0 times" diagnostic correctly. | Ted Kremenek |
2013-02-22 | Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of | Richard Smith |