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