2010-07-21 |
John McCall | Add a little helper method which will be useful soon. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Apparently not every system thinks that references... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Allow loading declarations from any file in the chain... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Allow loading types from any file in the chain. WIP |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Devang Patel | Remove unintended code that was checked in as part... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Devang Patel | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
John McCall | Fix the IR generation for catching pointers by references. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | in 'new int[4]', constant fold the 4*4=16 instead of |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Allow loading source locations from any file in the... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | don't demand names to be on IR. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | temporarily disable this to fix the build bot. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | More work on getting PCHReader to handle multiple files... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | Follow the implementation approach suggested by PR6687, |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Fariborz Jahanian | Adopt objc_assign_threadlocal() for __thread variables... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Devang Patel | Print template argument names for template class. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | implement rdar://5739832 - operator new should check... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Douglas Gregor | Introduce a new lexer function to compute the "preamble... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Use getDebugLoc and setDebugLoc instead of getDbgMetada... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Hookup checking for invalid length modifiers in scanf... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Move 'hasValidLengthModifier' from PrintfFormatSpecifie... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Cleanup whitespace in switch statement. No functionali... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Refactor ScanfConversionSpecifier to subclass Conversio... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Add 'ConversionSpecifier' root class in 'analyze_format... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Tidy up analyze_printf::ConversionSpecifier::Kind decla... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename 'UnicodeStrArg' to 'SArg'. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg... |
commit | commitdiff | tree | snapshot |
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 |
next |