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