2010-07-20 |
Ted Kremenek | Rename 'VoidPtrArg' to 'pArg' in printf/scanf checking. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename 'CStrArg' to 'sArg' for printf checking to match... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename analyze_printf::ConversionSpecifier::IntAsCharAr... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename diagnostic so that it can be reused with scanf... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | delete a loop that just generates dead code. In an... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | remove the special case for constant array sizes from |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Jim Grosbach | Re-apply fixed version of 108749, correctly conditional... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Douglas Gregor | Slip up long string literal |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Douglas Gregor | Complain when string literals are too long for the... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Argyrios Kyrtzidis | Hide FunctionTemplateDecl's specializations folding... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Argyrios Kyrtzidis | Whether the specialization should be added to template... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Argyrios Kyrtzidis | Hide the specializations folding sets of ClassTemplateD... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Rafael Espindola | Add -lstdc++ to DragonFly tools. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Constify all references to Stmt* and CFGBlock* in libCh... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Add const iterator to InitListExpr. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Update ImplicitCastExpr to be able to represent an... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Daniel Dunbar | Fix test for Win32. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Constify. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | remove const_cast. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Daniel Dunbar | Driver: Switch to using a SmallVector instead of std... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | constify. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Constify. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Stuart Hastings | Correct line info for declarations/definitions. Radar... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Jim Grosbach | and revert the related tests, too |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Jim Grosbach | Temporarily revert. Some odd internal breakage is likel... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Sebastian Redl | Remove PCHReader::getStream(), it was unused. Inline... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Sebastian Redl | Promote IdentifierOffsets to per-file data. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Sebastian Redl | Promote DeclOffsets and TypeOffsets to per-file data. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Fariborz Jahanian | Patch to type match comparing Objective-C Classes which... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ted Kremenek | Don't warn when a '%%' or '%*d' (scanf) is used in... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Douglas Gregor | Introduce a new libclang API, clang_reparseTranslationU... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Jim Grosbach | Update tests for r108749 |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ted Kremenek | Hook up 'invalid conversion' warning for scanf format... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Jim Grosbach | Put ObjC method names, method types and class names... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Sebastian Redl | Promote the identifier table to per-file data. Also... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ted Kremenek | Put warnings in the 'Deprecated' group into a 'Deprecat... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ted Kremenek | Add missing conversion specifier parsing for 'u', ... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Driver: Make -fnext-runtime the default when rewriting... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | IRgen: Add a test case I forgot to commit at some point. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Driver/Darwin: Add deployment target after doing argume... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Driver: Factor out Darwin::AddDeploymentTarget. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Douglas Gregor | Remove unused location-to-AST-node resolver. libclang... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Fariborz Jahanian | Categories cannot synthesize property ivars, |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Rafael Espindola | Implement support for reading arguments specified in... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | Fix construction of AnalysisContext. Thanks Daniel. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Benjamin Kramer | Adjust test for float printing differences. Windows... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Argyrios Kyrtzidis | Fix http://llvm.org/PR7660 |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Revert r108672, "Implement support for reading argument... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Chris Lattner | tidy up comment. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Rafael Espindola | Implement support for reading arguments specified in... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | fix test case. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | remove CallInliner.cpp. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | Add double close check to StreamChecker. Patch by Lei... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | Reapply r108617. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Driver: Change the driver to take the path to the main... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Rafael Espindola | Refactor the code a bit so that there is only one call... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Daniel Dunbar | Driver: Fix a possible use after free. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Chandler Carruth | Fix a goof in my previous patch -- not all of the built... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Eli Friedman | Fix mangling for static member variables of classes... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Chris Lattner | daniel doesn't hate me, he hates macpython 2.5, which |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Peter Collingbourne | When instantiating function definitions set parameter... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Douglas Gregor | Revert -Wdiscard-qual typo |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Chandler Carruth | Improve the representation of the atomic builtins in... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Chris Lattner | BUILD_ARCHIVE is the default for libraries, no need... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Eli Friedman | Fix crash initializing a bit-field with a non-constant... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Eli Friedman | Check for casts to an incomplete type in C. Improves... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Fariborz Jahanian | Added PCH/ASTImporter code for ObjCIvarDecl's field. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Chris Lattner | Add another terrible VC++ compatibility hack: allow... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Benjamin Kramer | Revert r108617, it broke the build. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Zhongxing Xu | Fix cmake build. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Zhongxing Xu | Prepare the analyzer for the callee in another translat... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Daniel Dunbar | clang -cc1as: Switch to using AsmParser constructor... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Ted Kremenek | Fix '<rdar://problem/8202272> __imag passed non-complex... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Fariborz Jahanian | Another test case for on demand synthesis of ivars. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Fariborz Jahanian | Patch to synthesize property ivars on demand as |
commit | commitdiff | tree | snapshot |
2010-07-17 |
John McCall | The GNU-runtime ObjC personality function doesn't let... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Ted Kremenek | Fix APFloat assertion failure in IdempotentOperationChe... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Sebastian Redl | Teach the PCH reader to load the dependency when encoun... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Anders Carlsson | When checking whether to bind an expression to a tempor... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Craig Silverstein | Fix typeid the same way I fixed sizeof. Sad I had... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Remove unicode quotes characters that somehow made... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Sebastian Redl | Separate out the initial loading of a PCH so that loadi... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Tom Care | Improved false positive rate for the idempotent operati... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Nick Lewycky | Give the 'self/array-comparison is always true/false... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Hook up warning for an incomplete scanlist in scanf... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Tweak zero-field width in scanf format string diagnostic. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Sebastian Redl | First baby steps towards PCHReader being able to keep... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Chandler Carruth | Make this destructor virtual to placate GCC's warnings. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Craig Silverstein | Fix up some of the visiting for array types -- we weren... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
John McCall | Initialize a couple of fields inherited for our private... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Douglas Gregor | When performing template name lookup for a dependent... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Sebastian Redl | Add a little more data to chained PCHs. WIP |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Douglas Gregor | Revert Microsoft-specific override of the "typedef... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Douglas Gregor | Suppress the "typedef requires a name" warning in Micro... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
John McCall | Treat template parameters as part of the declaration... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Chandler Carruth | Make this grossness default to the error it should... |
commit | commitdiff | tree | snapshot |
next |