aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-09[ms-cxxabi] Add "$$C" when mangling template arg QualTypesReid Kleckner
2013-04-09One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov
2013-04-09Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...Alexey Samsonov
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-04-09[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().Jordan Rose
2013-04-09When checking for illegal expressions in a default-argumentJohn McCall
2013-04-09Skip transparent contexts when looking for using directives in name lookup.Douglas Gregor
2013-04-09Mark as referenced the functions from instantiated UserDefinedLiterals.Argyrios Kyrtzidis
2013-04-09[analyzer] Keep tracking the pointer after the escape to more aggressively re...Anna Zaks
2013-04-08Don't copy just to capture a strong block pointer under ARC.John McCall
2013-04-08<rdar://problem/13584715> Converted constant expressions are expected to have...Douglas Gregor
2013-04-08<rdar://problem/13540899> Collect using directives from all of the semantic c...Douglas Gregor
2013-04-08Recognize function-like macro usages without semicolon in declaration context.Alexander Kornienko
2013-04-08Fix typo in assertion.Nick Lewycky
2013-04-08The PNaCl target no longer permits __attribute__((regparm)).Eli Bendersky
2013-04-08<rdar://problem/13559825> Further reduce template instantiation depth down to...Douglas Gregor
2013-04-08Fix PR15634, better error message for template deduction failure.Richard Trieu
2013-04-08<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor
2013-04-08fix indentationAdrian Prantl
2013-04-08Revamp indentation behavior for complex binary expressions.Daniel Jasper
2013-04-08Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins
2013-04-08<rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...Douglas Gregor
2013-04-08<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...Douglas Gregor
2013-04-08Tweak warning text for nil value in ObjC container warning.Ted Kremenek
2013-04-08<rdar://problem/12806802> Propagate access specifiers for conversion function...Douglas Gregor
2013-04-08Revert accidental commit r179015.Daniel Jasper
2013-04-08xDaniel Jasper
2013-04-07Sema: Don't crash when trying to emit a warning for a duplicate value in an i...Benjamin Kramer
2013-04-06Remove nondeterminism introduced in r178950.Richard Smith
2013-04-06When an internal-linkage function or variable is declared within an extern "C"Richard Smith
2013-04-06[analyzer] When creating a trimmed graph, preserve whether a node is a sink.Jordan Rose
2013-04-06[objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis
2013-04-06<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...Douglas Gregor
2013-04-06[analyzer] Shorten the malloc checker’s leak messageAnna Zaks
2013-04-06Rework how ObjC method inherit deprecated/availability.Ted Kremenek
2013-04-05[analyzer] Reword error messages for nil keys and values of NSMutableDictionary.Anna Zaks
2013-04-05[analyzer] Remove another redundancy from trackNullOrUndefAnna Zaks
2013-04-05[analyzer] Fix null tracking for the given test case, by using the proper sta...Anna Zaks
2013-04-05When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addRichard Trieu
2013-04-05Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-04-05[analyzer] Eliminates all the cases with unknown family.Anton Yartsev
2013-04-05[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose
2013-04-05[analyzer] Split new/delete checker into use-after-free and leaks parts.Jordan Rose
2013-04-05Allow breaking after 'class' for classes with looong names.Daniel Jasper
2013-04-05Fix bad formatting of overloaded operator definitions.Daniel Jasper
2013-04-05Proper prefix for doxygen commentsEli Bendersky
2013-04-05AArch64: bring predefines in line with most recent ACLE documentTim Northover
2013-04-05[analyzer] Path notes for the MismatchedDeallocator checker.Anton Yartsev
2013-04-05Improve formatting of multi-variable DeclStmts.Daniel Jasper
2013-04-05Allow EmitConstantInit() to emit constant initializers for objects with trivi...Alexey Samsonov