2010-02-02 |
Anders Carlsson | Move pointer to data member emission to CodeGenModule... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Anders Carlsson | Merge a test into pointers-to-data-members.cpp and... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Anders Carlsson | Rename a test. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | FIXME complete. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Improve the diagnostic used when an incompatible overlo... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Implement C++ [temp.deduct.call]p6, template argument... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Ted Kremenek | Add a stop gap to Sema::CorrectTypo() to correct only... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Ted Kremenek | Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | add another example. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | Implement PR6180, substantially improving the diagnosti... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | improve diagnostics for C++ struct ; issues. Before: |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | improve diagnostics on missing ; in a struct. Before: |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Ted Kremenek | Hoist diagnostic generation in ReturnStackAddressChecke... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Douglas Gregor | Make this fix-it test case actually fail when there... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Douglas Gregor | Improve handling of enumerator values for C and C+... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Daniel Dunbar | ARM/APCS: Fix classification of small complex integer... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Daniel Dunbar | ARM/APCS: Pass Complex types following llvm-gcc. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Ted Kremenek | Add format string type checking support for 'long double'. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Fix FIXME and surrounding comment. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Use appropriate context descriptor in RecordDecl's... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Do not use clang type name to name a local variable... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Do not use clang type name to name a local variable... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Use DeclContext as getContextDescriptor() argument. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Daniel Dunbar | Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Daniel Dunbar | NeXT: Add support for -fobjc-legacy-dispatch. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Daniel Dunbar | Driver/Frontend: Add support for -fobjc-legacy-dispatch... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | Don't explicitly force utf strings into the __TEXT... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sebastian Redl | In C++, an initializer on a variable doesn't necessaril... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | fix PR6187: various load functions in xmmintrin.h were... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Ted Kremenek | Use early return as suggested by Cristian Draghici. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Ted Kremenek | Format string checking: selectively ignore implicit... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Emit debug info for namespaces. |
commit | commitdiff | tree | snapshot |
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 |
next |