2010-03-25 |
Ted Kremenek | Fix '+=' accumulation error when parsing numeric amount... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
John McCall | Properly instantiate and link in friend-class-template... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Ted Kremenek | Add c-index-test support for printing USRs. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Ted Kremenek | Require that all Clang-based USRs start with the prefix... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Zhongxing Xu | Add methods to remove a GDM entry. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Anders Carlsson | More address point map shuffling. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Anders Carlsson | Shuffle some code around; this will make it easier... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Douglas Gregor | Kill off two more uses of Sema::CheckReferenceInit... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Switch static_cast from the old reference-initializatio... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Check for ret, so that we know we hit the end of the... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | When returning from a function that has a reference... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Rafael Espindola | Discussing with dgregor we decided that we should not... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Ted Kremenek | Use llvm::SmallString instead of std::string. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Ted Kremenek | Improve static analyzer diagnostic concerning the use... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | make the vtable tester a little friendlier, with a... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | When pulling apart an initializer that involves a CXXCo... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Make sure that we have File IDs for all of the unsaved... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Fariborz Jahanian | Allow conversion of qualified Class type to unqualified |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | XFAIL the -nostdinc++ test on Windows; it doesn't look... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Control warnings about GNU extensions with -Wgnu, which... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Implement support for -nostdc++. Fixes PR6446. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Fariborz Jahanian | Improve diagnostics when ivar added to class |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Silently drop dependent friend function template specia... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Change two class forward declarations to struct forward... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Fariborz Jahanian | Code gen for multi-dimensional dynamic allocations. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | More vtable improvements. We now compute and keep track... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
John McCall | Walk out of enums when determining effective context. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
John McCall | Correct that last fixit: if the user wrote |
commit | commitdiff | tree | snapshot |
2010-03-24 |
John McCall | Support friend function specializations. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | When a declaration of a function is missing an exceptio... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Use getNamedGlobal instead of getGlobalVariable. (Fixes... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Make the license header in smmintrin.h match the other... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
John McCall | Implement a framework for the delay of arbitrary diagno... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | When performing name lookup for the allocation or deall... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | More vtable work; preparations for moving over to the... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Each non-local class instantiation is its own local... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Remove old thunks code. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Douglas Gregor | Make sure to properly track the anonymous namespace... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Flip the switch and use the new vtable layout code... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Add CodeGenFunction::GenerateThunk and implement it. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Anders Carlsson | Remove parts of virt.cpp |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Douglas Gregor | Implement computation of the final overriders for each... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Fariborz Jahanian | Add some missing files to xcode project |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Rafael Espindola | revert 99311. Looks like it broke darwin bootstrap. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | Improve diagnostic for @property/ivar type mismatch... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Rafael Espindola | Avoid producing implicit methods when we have a explici... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Fariborz Jahanian | Code gen for compound assignment of complex |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | More work on thunks - don't assert if there's a variabl... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Fariborz Jahanian | Patch to implement code gen. use of compound assignent on |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | More thunks scaffolding. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | More work on thunks. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Douglas Gregor | When recovering from a qualified typedef name, don... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Move ThunkInfo as well. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Move ReturnAdjustment and ThisAdjustment out into CGVta... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Duncan Sands | Ignore a more comprehensive set of gcc-special format... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Bind the constructed object value to CXXConstructExpr. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | update CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Clear the return expr GDM after using it. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Add a AggExprVisitor class. It contains lots of boiler |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Use the canonical destructor, which fixes the self... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | merge line. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | Frontend: Don't free the CompilerInstance or FrontendAc... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | PPCallbacks: Add hook for reaching the end of the main... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Since we now may have basicblocks with the same block... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Baby steps towards making thunks be emitted from the... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Some renames. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Always emit associated thunks when emitting the functio... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Rename MaybeEmitVtable to EmitVTableRelatedData in... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Rename CGVtableInfo to CodeGenVTables in preparation... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | For forward-declared static inline functions, delay... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | Tweak null dereference diagnostics to give clearer... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | Only perform CFG-based warnings on 'static inline'... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Set the relevent attributes declared in class extension |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | A fixed version of r99174 which also includes a test... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ted Kremenek | Disable the emission of frontend warnings (not errors... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ted Kremenek | Improve the diagnostics for the UndefinedAssignmentChec... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Comment the reasons for the strange little dance we... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | (re)implement PR6542, accepting and discarding the... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | merge some tests. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Diagnose miuse of property dot-syntax instead of crashing. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | revert r98661, gcc_tdiag is not an attribute (PR6542). |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | move a test to a more appropriate directory |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | More work on thunks; almost there now. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Fixes access rues for ivars declared in class |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | hopefully fix this on non-sse2 hosts. Shouldn't an... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Test for my last patch. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | More clean up of ivars which are either in class extens... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Kovarththanan... | Sort calls to add_clang_library() |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | fix PR6658: inline isn't a keyword in C89 mode, use... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | revert r99174. It caused PR6677. Will try to debug... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | Add less than operators to ThisAdjustment, ReturnAdjust... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | Improve dumping of thunks. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Use the cursor's ASTContext rather than the ASTContext... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Fix a thinko and a typo in the delayed-diagnostic code. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | We want to add all thunks, not just 'this' adjustment... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Kovarththanan... | Use DEFINE_SYMBOL property to control dllexport/dllimport |
commit | commitdiff | tree | snapshot |
next |