aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-09-16When dealing with an anonymous enumeration declared in functionDouglas Gregor
2010-09-16IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to passDaniel Dunbar
2010-09-16IRgen/ABI: Add support for realigning structures which are passed by indirectDaniel Dunbar
2010-09-16IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get...Daniel Dunbar
2010-09-16IRgen/x86_32/Linux: Linux seems to align all stack objects to 4 bytes, unlikeDaniel Dunbar
2010-09-16improve the "enumeration value 'g' not handled in switch"Chris Lattner
2010-09-16Removes unused setter.Fariborz Jahanian
2010-09-16Don't add two code-completion results for the same selector; itDouglas Gregor
2010-09-16When collecting Objective-C methods for message send completions, beDouglas Gregor
2010-09-16Implement code completion for Objective-C class message sends that areDouglas Gregor
2010-09-16Right, there are *two* cases of pr-value class-type expressions that don'tJohn McCall
2010-09-16Opportunistically use the C++ personality function in ObjC++John McCall
2010-09-16Refactored BugReporter to refer to EndNode as ErrorNode. We currently make th...Tom Care
2010-09-16Tidy up.Zhongxing Xu
2010-09-16Further beautification: this pointer can now be typed.John McCall
2010-09-16Initialize AggValueSlot's flags along all paths, plus minor beautification.John McCall
2010-09-16Implement automatic bracket insertion for Objective-C class messageDouglas Gregor
2010-09-16Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patchZhongxing Xu
2010-09-16Do not warn about empty bodies for 'if' statements if the body is expanded fr...Ted Kremenek
2010-09-16Patch to move RequiresGCollection bit toFariborz Jahanian
2010-09-16For self-comparison warning, check the source location of both the LHS and RH...Ted Kremenek
2010-09-15Handle bracket insertion for Objective-C class messages in a veryDouglas Gregor
2010-09-15Tweak comment as suggested by Sebastian.John McCall
2010-09-15While handling change of file, check if _current_ file is already seen or not...Devang Patel
2010-09-15Macro definitions in AST files have their own IDs.Sebastian Redl
2010-09-15Initialize TypeOrExpr to NULL to silence a false-positive uninitialized warningNick Lewycky
2010-09-15Improve code completion for Objective-C message sends when the openingDouglas Gregor
2010-09-15Make the new -fobjc-nonfragile-abi2 the defaultFariborz Jahanian
2010-09-15Extend bracket insertion to message sends to "super", e.g.,Douglas Gregor
2010-09-15Extend bracket insertion to handle nullary selectors, e.g.Douglas Gregor
2010-09-15Implement bracket insertion for Objective-C instance message sends asDouglas Gregor
2010-09-15one piece of code is responsible for the lifetime of every aggregateJohn McCall
2010-09-15Relax assertion in CFG builder when processing ForStmts. This fixes an asser...Ted Kremenek
2010-09-15Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals ...Ted Kremenek
2010-09-15Fix classification of statement expressions.Douglas Gregor
2010-09-15Fix Windows64 target info so pointer arithmetic is done correctly, and no sig...Cameron Esfahani
2010-09-15Microsoft's flexible array rules relaxation:Francois Pichet
2010-09-14Introduce a new code-completion context for a parenthesizedDouglas Gregor
2010-09-14Add CFG::BuildOptions class to pass in CFG builder options under on parameter...Ted Kremenek
2010-09-14Fix destructor and assignment operator lookup in the has_nothrow traits.Sebastian Redl
2010-09-14Adjust assertion in RegionStoreManager::RetrieveArray() to also take into acc...Ted Kremenek
2010-09-14Driver: Add a -stdlib= argument which can be used to select the C++ standardDaniel Dunbar
2010-09-14Driver: Factor out some code for handling the C++ standard library.Daniel Dunbar
2010-09-14Simplify.Daniel Dunbar
2010-09-14Don't divide-by-zero in RegionStoreManager::getSizeInElements() when getting ...Ted Kremenek
2010-09-14RHS of property expression assignment requiresFariborz Jahanian
2010-09-14When marking the declarations in a default argument expression asDouglas Gregor
2010-09-14Eliminate the default case in the expression-classification code, soDouglas Gregor
2010-09-14Tweak this assert.John McCall
2010-09-14Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...Tom Care