2010-02-01 |
John McCall | Note that an overload candidate was non-viable because... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sam Weinig | Fix for PR5185. C99 [*] VLA notation should be disallow... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
John McCall | Access checking for implicit user-defined conversions. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Sebastian Redl | Add VarDecl::isThisDeclarationADefinition(), which... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Switch expressions like T() and T(1,2) over to new... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Simplify EmitMemberInitializer; no intended functionali... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Anders Carlsson | Start creating CXXBindReferenceExpr nodes when binding... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Anders Carlsson | Diagnose binding a non-const reference to a vector... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Chandler Carruth | Fix my dyslexia. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Chandler Carruth | Add a test case for a fixed PR just to ensure we don... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Chandler Carruth | Return early, reduce indentation, and simplify line... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Chandler Carruth | Really trivial patch to accept pointer to const void... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Chandler Carruth | Fix PR6159 and several other problems with value-depend... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Douglas Gregor | Rework base and member initialization in constructors... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Benjamin Kramer | Try to unbreak MSVC build. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Chandler Carruth | Fix PR6156 and test several of the basic aspects of... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Chandler Carruth | Handle instantiation of templates with non-type argumen... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Anders Carlsson | When performing a derived-to-base cast that we know... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Anders Carlsson | When doing a base-to-derived cast we don't need to... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Anders Carlsson | Some class related cleanup. |
commit | commitdiff | tree | snapshot |
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 |
next |