2010-10-28 |
John McCall | Implement an indirect-goto optimization for goto *... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Remove an assertion that hit on legitimate cases. A... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Use the ASTMutationListener to track when a named decl... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Properly add chained template specializations. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Fix the re-serializing decls in a chained PCH mechanism. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Use the ASTMutationListener to track added template... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
John McCall | Abandon the type-visibility optimization for functions... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
John McCall | When computing visibility, use the latest declaration... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Ted Kremenek | Add test case for <rdar://problem/8356342>. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
John McCall | Implement the newest status quo for method override... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | make it really clear that vla != flexible arrays |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Ted Kremenek | Don't warn about unamed bitfield ivars in the ObjCUnuse... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Dale Johannesen | Ahem. Add rest of D and Q registers to ARM inline... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Stuart Hastings | Test passes on Darwin; try to XFAIL on freebsd, linux... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Dale Johannesen | Add D and Q register names to ARM inline asm handling. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Devang Patel | Fix context info for enums. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Blaine Garst | small tweaks to reflect statements of what really ever... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
John McCall | Don't override explicit visibility attributes on class... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Make AST deserialization for class template specializat... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Blaine Garst | reconcile missing typos & delete obsolete pre-SnowLeopa... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
John McCall | Restore r117403 (fixing IR gen for bool atomics), this... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Fariborz Jahanian | Decay array/function types of a statement-expression. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Lazily load the next friend in the chain of FriendDecls... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Fariborz Jahanian | patch to do array-to-pointer conversion in a |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Lazily load the "next" namespace in the chain of Namesp... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Introduce libclang-level options for C++ precompiled... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Rafael Espindola | Revert r117403 as it caused PR8480. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Fariborz Jahanian | Do the guarding of instantiated static data members |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Document how source ranges work |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Add an environment variable that allows us to turn... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Remove redundant test |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Anders Carlsson | Also devirtualize calls to a member functions where... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Anders Carlsson | If a virtual member function has the 'final' attribute... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Chandler Carruth | Add helper for extracting the CXXRecordDecl for the... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Zhongxing Xu | If visiting RHS causes us to finish 'Block', e.g. the... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
John McCall | Avoid calculating linkage until the more obvious checks... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
John McCall | Don't compute linkage for a declaration as part of... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Disable this test until we figure out what madness... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | Add support for code completion on stdin. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Fariborz Jahanian | Patch to provide guard when initializing instances |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Extract procedures to do scalar-to-memory and memory... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Sign |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | Simplify this code: don't check for the same error two |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | getOrCreateContentCache never returns null, so override... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | I hate this test |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | Factor out the code for emitting code to load vtable... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Something is seriously wonky with this test |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Fix silly typo |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Teach typo correction not to return the same keyword... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Optimize field space usage in CompoundStmt, LabelStmt... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | No really, we don't have a retain/release system for... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Cookie crumbs. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Actually, that doesn't really work, and anyway we shoul... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Consider conversions of Objective-C pointers to 'id... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Delay complete-type checking for arguments to no-protot... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | A couple of tweaks to the visibility rules: |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Pending further discussion, re-enable warnings for... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | When de-serializing a type that is supposed to be canon... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Ted Kremenek | Fix lazy symbolication bug in RegionStore involving... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Ted Kremenek | Move 'includeGlobals' as a field into ClusterAnalysis. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Ted Kremenek | Tweak null dereference checker to give better diagnosti... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Add infrastructure for emitting TBAA metadata with... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Fariborz Jahanian | Patch for mis-compile of statement expressions with |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Trim an unnecessary #include. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Factor out the code for creating the Root and Char... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Eric Christopher | Add and describe a quick script to migrate gcc builtins... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Douglas Gregor | Look through the address-of operator to find the functi... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Douglas Gregor | When we're calling a function that we know based on... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Ted Kremenek | Add check for UnknownVals for mutexes in ObjCAtSyncChec... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
David Chisnall | Only warn for mismatched types in Objective-C methods... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Chandler Carruth | Improve the tracking of source locations for parenthese... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Marcin Swiderski | Added generation of destructors for member constant... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Marcin Swiderski | Added generation of destructors for constant size arrays. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Peter Collingbourne | Implement GNU C extension: two types are compatible... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Argyrios Kyrtzidis | Keep track in chained PCH of implicit members that... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Argyrios Kyrtzidis | Start fleshing out ASTMutationListener; notify when... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Argyrios Kyrtzidis | Introduce a DeclsToRewrite field in ASTWrite, used... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Argyrios Kyrtzidis | Some method renaming, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Argyrios Kyrtzidis | Refactoring. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Argyrios Kyrtzidis | Put the mechanism in place to track modifications in... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Argyrios Kyrtzidis | Simplify and "robust-ify" the way that CXXRecord refere... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Argyrios Kyrtzidis | Minor refactoring; Pull reading/writing DefinitionData... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Anders Carlsson | Fix tyop. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Marcin Swiderski | - Fixed subexpressions evaluation order for binary... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Anders Carlsson | Move the "used but marked unused" warning behind a... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Douglas Gregor | C++ [basic.scope.hiding] allows an ordinary name to... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Chandler Carruth | Update remaining attribute macros to new style. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Chandler Carruth | Update to use 'LLVM_*' macro names for attributes. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Anders Carlsson | Warn if a variable marked with the "unused" attribute... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
John McCall | Parse attributes on enumerators and instantiate attribu... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Anders Carlsson | Minor tweak so that fixit-errors.c is never compiled... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Fariborz Jahanian | Update compatibility page for objective-c. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Douglas Gregor | Teach clang_getCursorReferenced() and friends about... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Douglas Gregor | In the presence of using declarations, we can find... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Ted Kremenek | Fix a horrible bug in all dataflow analyses that use... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Ted Kremenek | Fix '-analyzer-display-progress' for Objective-C method... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Fariborz Jahanian | Test emoved. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Fariborz Jahanian | After discussion with Doug and John, I am reverting |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Dale Johannesen | Change handling of inline asm 'p' constraint to match... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
John McCall | Substantially revise how clang computes the visibility... |
commit | commitdiff | tree | snapshot |
next |