2010-01-31 |
Daniel Dunbar | cindex/Python: Turn off showing IDs by default, they... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Daniel Dunbar | CIndex/USRs: Disable a bogus assert, we don't want... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | cindex/Python: Add a simple example which dumps assorte... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | cindex/Python: Add full support for Diagnostic and... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | cindex/Python: Update SourceLocation and SourceRange... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | cindex/Python: Update Index.create for removal of displ... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | CIndex: Fix clang_equalLocations for change to ptr_data... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | CIndex: Fix diagnostic callback to not return SourceLoc... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | CIndex: Fix ReportSerializedDiagnostics to honor the... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anders Carlsson | Remove the SmallVectors from AsmStmt. Fixes PR6105. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anders Carlsson | Use IdentifierInfo * instead of std::string for the... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | ASTUnit: Ensure the CompilerInvocation object used... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | CompilerInstance: Change to not contain the CompilerInv... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anders Carlsson | Fix thinko. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anders Carlsson | Even more AsmStmt cleanup. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anders Carlsson | More asm cleanup. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Benjamin Kramer | Simplify FreeBSD version parsing. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anders Carlsson | Combine AsmStmt::setOutputsAndInputs and AsmStmt::setCl... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anders Carlsson | Yay for more StringRefs. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anders Carlsson | StringRef-ize the TargetInfo::ConstraintInfo constructor. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anders Carlsson | Add an assert to make sure that we don't try to mess... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Benjamin Kramer | PCHReader doesn't implement classof so dyn_casting... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | Recognize 'q' as a format length modifier (from BSD). |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Benjamin Kramer | Use StringRef instead of returning a temporary std... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Benjamin Kramer | We don't need to place 0 in the URL string now that... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anton Korobeynikov | Fix alignment for msp430 integer types. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Benjamin Kramer | Silence clang++ warning. |
commit | commitdiff | tree | snapshot |
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 |
next |