2011-01-14 |
Douglas Gregor | Teach PackExpansionExpr to keep track of the number... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Argyrios Kyrtzidis | Properly propagate #pragma diagnostic mappings from... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Rename 'RemoveDeadBindings()' to 'removeDeadBindings()' |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Rename 'EnterStackFrame()' to 'enterStackFrame()'. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Teach RegionStore::EnterStackFrame() to handle |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | When we're instantiating a direct variable initializer... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | Keep track of the number of expansions to be produced... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
John McCall | Support the zero-initialization of VLAs when that reall... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
John McCall | When simplifying a cleanup's entry by merging it into... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | temporarily xfail, this was broken by r123418 |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | Fix a few warnings stemming from my inability to proper... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | Start implementing support for substitution into pack... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ken Dyck | Replace a literal '8' with getCharWidth(). |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Francois Pichet | Unbreak the MSVC build. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Fariborz Jahanian | Save getObjCGCAttrKind and use it in two places |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ted Kremenek | Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ted Kremenek | Remove warning in dead stores checker for |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Fariborz Jahanian | Generate write-barriers for global objc |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Peter Collingbourne | Move name mangling support from CodeGen to AST. In the |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Douglas Gregor | Only apply the parameter pack matching of C++0x [temp... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Douglas Gregor | Fix a test case |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Douglas Gregor | When your comments and your code are out-of-sync, the... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Douglas Gregor | Add tests for name mangling of variadic templates. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Zhongxing Xu | CXXBaseObjectRegion is like FieldRegion. Need to blast... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Zhongxing Xu | Support inlining base initializers. We still haven... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ted Kremenek | Fix a corner case in RegionStore where we assign |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ted Kremenek | Rename 'HasGeneratedNode' to 'hasGeneratedNode' |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ted Kremenek | Remove unnecessary save-and-restore of the |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Ted Kremenek | Remove CheckerContext's dependence on setting |
commit | commitdiff | tree | snapshot |
2011-01-13 |
John McCall | Ensure an insertion point at the end of a statement... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Chris Lattner | optimize out a temporary sys::Path |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Rafael Espindola | Only add unnamed_addr to definitions. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Douglas Gregor | Allow us to transform pack expansion expressions. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Douglas Gregor | Implement C++0x [temp.arg.template]p3, which allows... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Michael J.... | replace all uses of PathV1::IsSymlink with PathV2:... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Douglas Gregor | Refactor and simplify Sema::TemplateParameterListsAreEq... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Douglas Gregor | Add the location of the right parenthesis of a C++... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Douglas Gregor | Add IR generation support for SizeOfPackExpr. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Douglas Gregor | Add some more partial-ordering tests, including one... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Douglas Gregor | wint_t is defined as 'unsigned int' on Linux. Fixes... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Anders Carlsson | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Douglas Gregor | Teach TreeTransform how to transform a pack expansion... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jay Foad | PR3558: mark "logically const" accessor methods in... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Zhongxing Xu | Add some documentation for C++ static analyzer. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Zhongxing Xu | Add cast expr kinds to CheckerVisitor.def. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
John McCall | Fix a latent bug where, after emitting an expression... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Daniel Dunbar | Driver: Change -dumpversion to return a GCC compatible... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
John McCall | Slight bugfix to the attribute-distribution logic for... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Rafael Espindola | Set unnamed_addr in every type info. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Francois Pichet | Add a comment for r123231. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Add TemplateArgument::CreatePackCopy() to create a... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Rafael Espindola | Set unnamed_addr in VTTs. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Implement partial ordering of class template partial... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Rafael Espindola | Set unnamed_addr for type infos that we are confortable... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Rafael Espindola | Add unnamed_addr to vtables. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Eric Christopher | Add back 122079 so we can ignore the argument some... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Argyrios Kyrtzidis | [analyzer] Introduce ObjCSelfInitChecker, which checks... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Argyrios Kyrtzidis | [analyzer] Support post-visiting ObjCIvarRefExprs for... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Argyrios Kyrtzidis | [analyzer] Add 'bool ignorePrefix' parameter to cocoa... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Argyrios Kyrtzidis | [analyzer] Add 'isLoad' parameter in Checker::visitLoca... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Add another test for [temp.func.order]p5/[temp.deduct... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Implement C++ [temp.func.order]p5 more directly, by... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Bob Wilson | Remove special handling for opaque Neon vector types. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Remove ProgramPoint parameter from GenericNodeBuilder... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Add example from C++0x [temp.deduct.type]p21, which... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Abramo Bagnara | Added warning about invalid register specification... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Francois Pichet | In Microsoft mode, force 64 bit hex integer constants... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Francois Pichet | Microsoft integer suffix changes: |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Francois Pichet | Rename GenericNodeBuilder to GenericNodeBuilderRefCount... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Rework ExprEngine::processCFGBlockEntrance() |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Remove several silly methods from ento::CoreEngine |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Ensure that the result type of an Objective-C class... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | When mapping from a function parameter pack to the... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Rename misc. methods in ento::Worklist to start |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Rename misc. methods in GRSubEngine to start |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Implement the last bullet of [temp.deduct.type]p5 and... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Michael J.... | Replace all uses of PathV1::isDirectory with PathV2... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Make sure that we parse a '>>' that closes two template... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | When we're inside a functional cast, '>' is an operator... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Devang Patel | Fix debug info for __block variable referenced outside... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Add testing for unexpanded parameter packs in all of... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Rafael Espindola | Add unnamed_addr to constructors and destructors. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Bob Wilson | Move DefaultABIInfo::classifyReturnType where it belong... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Matt Beaumont-Gay | Only traverse template argument locations if we actuall... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Rafael Espindola | Add unnamed_addr when creating artificial string global... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Implement more of C++0x [temp.arg.explicit]p9, allowing... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Bob Wilson | NEON vector support for ARM is in pretty good shape... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Repent for my copy-and-paste sins, factoring out the... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Factor out the code to set up template argument deducti... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | Fix CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | Revert r123160. There are linking dependency problems. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Work-in-progress implementation of C++0x [temp.arg... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Unbreak the CMake build. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | ExprEngine.cpp and AnalysisConsumer.cpp should not... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | Add some expression kinds to CheckerVisitor.def. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | In C++, assignment and compound assignment operators... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | The isPrefix() checking is redundant. Lvalue incrementa... |
commit | commitdiff | tree | snapshot |
next |