Age | Commit message (Expand) | Author |
2012-06-08 | [libclang/AST] | Argyrios Kyrtzidis |
2012-06-08 | Allow friend declarations of defaulted special member functions. Only | Richard Smith |
2012-06-08 | Fix up the 'typename' suggestion logic introduced in r157085, based on | Kaelyn Uhrain |
2012-06-08 | PR13047: Fix various abuses of clang::Type in the MS mangler, to make it work | Richard Smith |
2012-06-08 | [analyzer] Add experimental "issue hash" to the plist diagnostic. | Anna Zaks |
2012-06-07 | Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written | Kaelyn Uhrain |
2012-06-07 | Ignore corrections to functions with bodies when deciding which | Kaelyn Uhrain |
2012-06-07 | [analyzer] Fixit for r158136. | Anna Zaks |
2012-06-07 | User better API for vla in compund literals. | Fariborz Jahanian |
2012-06-07 | Add ext_vector type code for builtins, from John Garvin! | Douglas Gregor |
2012-06-07 | When emitting compund literal of vla pointer elements, make | Fariborz Jahanian |
2012-06-07 | Reuse APInt's getNumWords, which gets rounding right (my ad-hoc solution miss... | Benjamin Kramer |
2012-06-07 | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer |
2012-06-07 | [analyzer] Anti-aliasing: different heap allocations do not alias | Anna Zaks |
2012-06-07 | Attach fixits for CFBridgingRetain/Release outside any casts. | Jordan Rose |
2012-06-07 | Insert a space if necessary when suggesting CFBridgingRetain/Release. | Jordan Rose |
2012-06-07 | [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a ... | Argyrios Kyrtzidis |
2012-06-06 | reverse r158117. | Fariborz Jahanian |
2012-06-06 | When doing arithmatic on vla pointer, make sure | Fariborz Jahanian |
2012-06-06 | [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to liter... | Argyrios Kyrtzidis |
2012-06-06 | Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope | Douglas Gregor |
2012-06-06 | Allow CorrectTypo to add/modify nested name qualifiers to typos that | Kaelyn Uhrain |
2012-06-06 | [analyzer] Provide debug descriptions for all memory space regions. | Jordan Rose |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-06-06 | Remove the last dead private member in clang. | Benjamin Kramer |
2012-06-06 | Add a -rewrite-includes option, which is similar to -rewrite-macros, but only... | David Blaikie |
2012-06-06 | Escape \n and \r in doxycomment. | David Blaikie |
2012-06-06 | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer |
2012-06-06 | Add pedantic warning -Wempty-translation-unit (C11 6.9p1). | Jordan Rose |
2012-06-06 | Zap the /Za compiler switch from MSVC projects, the option is considered harm... | Francois Pichet |
2012-06-06 | Introduce -Wunused-private-field. If enabled, this warning detects | Daniel Jasper |
2012-06-06 | Disable path pruning for UndefResultChecker. It turns out we usually want to... | Ted Kremenek |
2012-06-05 | A non-explicit constructor template with a second parameter that is a | Douglas Gregor |
2012-06-05 | PlistDiagnostics: force the ranges for control-flow edges to be single locati... | Ted Kremenek |
2012-06-05 | objective-c: merge deprecated/unavailable attributes to | Fariborz Jahanian |
2012-06-05 | Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>. | Eli Friedman |
2012-06-05 | Reapply "Only emit debug information for methods that are user defined, there's" | Eric Christopher |
2012-06-05 | Mips: Define __mips_hard_float macro additional to __mips_single_float | Simon Atanasyan |
2012-06-05 | Revert "Only emit debug information for methods that are user defined, there's" | John McCall |
2012-06-05 | Only emit debug information for methods that are user defined, there's | Eric Christopher |
2012-06-04 | Teach format string checking about compile-time CFString constants. | Jordan Rose |
2012-06-04 | Make suggestions for mismatched enum arguments to printf/scanf. | Jordan Rose |
2012-06-04 | Teach printf/scanf about enums with fixed underlying types. | Jordan Rose |
2012-06-04 | PR13022: cope with parenthesized function types in MS name mangling. | Richard Smith |
2012-06-04 | Add a warning for when an array-to-pointer decay is performed on an array | Richard Smith |
2012-06-04 | [objcmt] Don't migrate to subscripting syntax if the required methods have not | Argyrios Kyrtzidis |
2012-06-04 | [analyzer] Fix a diagnostics bug which lead to a crash on the buildbot. | Anna Zaks |
2012-06-04 | objective-c: Handle more warning cases for when | Fariborz Jahanian |
2012-06-04 | Fixed a problem related to resolution of built-in headers in case a path of t... | Alexander Kornienko |
2012-06-04 | Removing the lambda extension warning concerning single return statements, as... | Aaron Ballman |