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 |
2010-10-22 |
Fariborz Jahanian | Patch fixes miscompile with non-trivial copy constructo... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Devang Patel | Delay record type's debug info emission, in -flimit... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Devang Patel | Revert unintentional check-in. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Douglas Gregor | When we perform name lookup for a template, we may... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Oscar Fuentes | Don't try to guess svn version when current path is... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Devang Patel | Tidy up MIPS_linkage name. Provide it only if it does... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Benjamin Kramer | More class anonymization. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Benjamin Kramer | Move classes into anonymous namespaces. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Douglas Gregor | When performing name lookup for a namespace definition... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Douglas Gregor | Teach the C++ simple-type-specifier parser and tentativ... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Douglas Gregor | Update clang_getCursor() test to check searches on... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Dan Gohman | Rename clang's TBAA tree root from "experimental" to... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ted Kremenek | Tweak diagnostics for redeclaration of a @property... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ted Kremenek | Tidy up comment (remove extraneous text). |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Dan Gohman | Add some more comments. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Douglas Gregor | Implement the integral promotion rules for the C++0x... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Douglas Gregor | Diagnose the declaration of template template parameter... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Douglas Gregor | Always treat 'main' as an extern "C" function, so that... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Douglas Gregor | When checking whether a return statement returns a... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Francois Pichet | Revert r117005, WIN32 is not predefined after all. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ted Kremenek | Tweak the ObjCAtSyncChecker to assume that a mutex... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Francois Pichet | MSVC defines WIN32 as a predefined macro. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael J.... | Targets: Fix MinGW and VisualStudio predefined macros. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Douglas Gregor | Improve the implementation of libclang's token-annotati... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael J.... | Add test for Windows predefined macros. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael J.... | Reorganize predefined macros for all Windows targets. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ted Kremenek | Previously, the printf warnings would say your argument... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ted Kremenek | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Andrew Trick | putback r116782, it's a safe fix and should not break... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael J.... | Fix Whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael J.... | Revert "Cleanup and fix predefined macros for windows." |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael J.... | Cleanup and fix predefined macros for windows. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Craig Silverstein | Pass TInfo to CXXDestructorDecl::Create(), just like... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Andrew Trick | revert r116782 & r116793 to fix msvc9 buildbots |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Argyrios Kyrtzidis | When implicit members are added to a C++ record, notify... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Argyrios Kyrtzidis | Modify the assumptions of an assert; the updated latest... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ted Kremenek | Remove obsolete GRAuditor and GRSimpleAPICheck, which... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ted Kremenek | Convert GRSimpleAPIChecks in BasicObjCFoundationChecks... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Douglas Gregor | Extend the preprocessing record and libclang with suppo... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ted Kremenek | Call clang_disposeTokens() when we are done with the... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Craig Silverstein | Get FunctionDecl to recurse on FunctionTypeLoc rather... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Argyrios Kyrtzidis | Fix chained PCH issue; make sure all visible decls... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Argyrios Kyrtzidis | Minor optimization; Try to iterator over redeclarations... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Fariborz Jahanian | Fixes a potential crash in rewriter when sending message |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Chandler Carruth | Try again to pacify the build bots. =/ I'm getting... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Duncan Sands | GCC 4.4 warns that Receiver may be used uninitialized... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
John McCall | Access control polish: drop the note on the original... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Chandler Carruth | Remove a modern bash-ism and use simpler shell redirect... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Chandler Carruth | Add support for the '--sysroot' flag, and an accompanyi... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
John McCall | When matching template parameter lists to template... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Douglas Gregor | Fix handling of property and ivar lookup in typo correc... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Anders Carlsson | Add a __has_attribute macro that works much like __has_... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Douglas Gregor | Disable this test while I track down the platform-speci... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Douglas Gregor | Introduce a simple cache for unqualified typo correctio... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Douglas Gregor | Bah, incompetence |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Douglas Gregor | Eliminate another ordering dependency in typo correctio... |
commit | commitdiff | tree | snapshot |
next |