2010-01-30 |
Anders Carlsson | Eliminate yet another old-school PerformCopyInitialization. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Ted Kremenek | Add format string checking of 'double' arguments. ... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Ted Kremenek | Add test case for <rdar://problem/7068334> (which was... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Ted Kremenek | Add basic type checking of format string conversion... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Be a little more permissive than C99: allow 'unsigned... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Fix spacing. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Per a suggestion from Cristian Draghici, add a method... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Devang Patel | Use appropriate context for typedefs. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Daniel Dunbar | Driver: Don't honor -std-default for C++, this makes... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Switch Sema over to using the new implementation of... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Enhancements to the alternate (WIP) format string checking: |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Douglas Gregor | PR5909 had a test case for binding of const, non-volati... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Douglas Gregor | Fix reference-binding when we have a reference to const... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Fix subtle bug in Preprocessor::AdvanceToTokenCharacter... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Douglas Gregor | Fix reference binding of const lvalue references to... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | And yet another call. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | Another PerformCopyInitialization call bites the dust. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Devang Patel | New test case. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | Get rid of another old PerformCopyInitialization call. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Devang Patel | Maintain a map of regions (lexical scopes) and use... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Add comment to test linking it back to the original... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Douglas Gregor | When naming a function template via a qualified-id... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Daniel Dunbar | cindex/Python: Update to support _getInstantiationLocat... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Daniel Dunbar | Driver/Darwin: Fix a crash when diagnosing conflicting... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Douglas Gregor | Name mangling for cast expressions, from Matthias Schif... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Benjamin Kramer | Fix typo found by clang++. Yay for -Wuninitialized. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Chandler Carruth | Bring driver link order in CMake into alignment with... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | Add getters. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | Use EmitLValueForFieldInitialization when synthesizing... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | Add a new EmitLValueForFieldInitialization that will... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | Simplify EmitLValueForField - we can get whether the... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Zhongxing Xu | Fix linking problem on Linux. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Daniel Dunbar | ARM/APCS ABI: Fix some problems with bit-fields in... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Alternate format string checking: issue warnings for... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | Simplify InitListChecker::CheckReferenceType |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Alternate format string checking: issue a warning for... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | Add an CXXBindReferenceExpr (not used just yet). |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Yet another attempt to make the Linux buildbots happy... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Anders Carlsson | Update .xcodeproj file (Yes this is getting old and... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Fariborz Jahanian | Fixes rewriter bug rewriting byref related API where... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Alternate format string checking: check for excess... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
John McCall | Do a little magic and a little greasework to make it... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Alternate format string checking: check if the number... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Move definition of FormatStringHandler::~FormatStringHa... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Alternate format string checking: warn of '%n' as being... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Add precision/field width checking to AlternateCheckPri... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Douglas Gregor | Harden the CIndex implementation a bit, so that it... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Douglas Gregor | When printing diagnostics in c-index-test, also print... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Fix off-by-one error in ParseFormatSpecifier() when... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Start fleshing out Sema::AlternateCheckPrintfString(): |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | s/CGDebugInfo::getContext/CGDebugInfo::getContextDescri... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | Static methods do not need "this" pointer argument. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | Emit base classes info first, as expected by the debugger. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Anders Carlsson | Fix an incorrect union layout assert. Fixes PR6164. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | s/FunctionNames/DebugInfoNames/g |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | Emit vtable info. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
John McCall | Access control for surrogate function calls. Required... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Douglas Gregor | Introduce serialization and deserialization of diagnost... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Add position of conversion specifier character to ... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Rename namespace clang::printf to clang::analyze_printf... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
John McCall | Access control for overloaded call operators. Not... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
John McCall | Access checking for overloaded operators. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Fariborz Jahanian | Fixes a rewrite bug rewriting nested ivars reference. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Add placeholder function in Sema for new format string... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Allow HandleFormatSpecifier() to indicate that no more... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Douglas Gregor | Switch the remaining diagnostic printing in CIndex... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Add '@' conversion specifier. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | While emitting debugging infor for a C++ class, identif... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | Include "this" pointer argument while emitting debug... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Douglas Gregor | Implement a diagnostics callback for the C interface... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Remove invalid conversion specifiers from format string... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Add a few more conversion specifiers to ParseFormatSpec... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Add skeleton for a more structured way to analyzing... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Jeffrey Yasskin | Remove ModuleProviders from clang after r94686 removed... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | ARM/APCS: Fix alignment of long double. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Move more naming conventions logic out of the retain... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ken Dyck | Change the return type of ASTContext::getDeclAlignInByt... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Benjamin Kramer | Use raw_ostreams in Preprocessor::ExpandBuiltinMacro... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Add missing call to Optional<...>.getValue() that was... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ken Dyck | Use getTypeAlignInChars() for alignment in VisitSizeOfA... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
David Chisnall | Unique ObjC strings (GNU Runtime); fix for PR6142.... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chandler Carruth | Silence a GCC warning about uninitialized variables... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | fix a bug in the _MM_TRANSPOSE4_PS definition, patch... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chandler Carruth | Fix libCIndex.so's lookup of the clang executable on... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Remove unnecessary ASTContext* argument from isRefType(). |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Start pulling out pieces of the monolithic retain/relea... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Set -ccc-host-triple in these tests. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Douglas Gregor | Fix a major oversight in the comparison of standard... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
John McCall | Implement access-check delays for out-of-line member... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Add support for 3dnow and 3dnowa, and define the target... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | It's not Explicit anymore. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Structs and classes with non-trivial destructors or... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Update the xcode project for real and don't check in... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Update xcode project. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | XFAIL this for now. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Fix test/CodeGenCXX/default-destructor-synthesis.cpp... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Fix attr.cpp by not checking the generated assembler... |
commit | commitdiff | tree | snapshot |
next |