aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-03-12Remember whether a ParmVarDecl was spelled with a default argument orJohn McCall
2010-03-12Reintroduce r98340 and r98341 now without copy/paste errors.Kovarththanan Rajaratnam
2010-03-12Back out r98340 abd r98341Kovarththanan Rajaratnam
2010-03-12Add IdentifierTable::get() overload and start using itKovarththanan Rajaratnam
2010-03-12fix PR6584: __SSE3__ not defined with -mss3Nuno Lopes
2010-03-12Switch parameter order for consistency (no functionality change)Kovarththanan Rajaratnam
2010-03-12Add keywords using StringRefKovarththanan Rajaratnam
2010-03-12Cleanup using StringRefKovarththanan Rajaratnam
2010-03-12Switch over IdentifierInfoLookup to StringRefKovarththanan Rajaratnam
2010-03-12Improve the unused-value check to look into comma expressions and filter outJohn McCall
2010-03-12More this adjustment simplification.Anders Carlsson
2010-03-12Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor
2010-03-12Remove OldOffset.Anders Carlsson
2010-03-12Remove debug output.Anders Carlsson
2010-03-12Begin simplifying handling of thunks.Anders Carlsson
2010-03-12Give explicit template instantiations weak linkage (but don't deferDouglas Gregor
2010-03-12Extend the builtin syntax to allow address-space qualifiers on pointers andJohn McCall
2010-03-12Split Sema::ActOnProperty() into two recursive functions to clearly separateTed Kremenek
2010-03-12Add SSE4 packed integer comparisons and corresponding intrinsics.Eric Christopher
2010-03-12Implement basic support for friend types and functions in non-dependentJohn McCall
2010-03-12Fix 80 col violations.Ted Kremenek
2010-03-12Move 'ActOn' methods to the beginning of the fileTed Kremenek
2010-03-12Update CMake build.Ted Kremenek
2010-03-12Split Sema logic for ObjC @property and @synthesize intoTed Kremenek
2010-03-11Integer array extraction for sse4.1.Eric Christopher
2010-03-11Add packed integer array insertion.Eric Christopher
2010-03-11Keep track of Record context to ensure that record elements are properly nest...Devang Patel
2010-03-11For ivars created using @synthesize, set their DeclContext to beTed Kremenek
2010-03-11Warn about comparing an unsigned expression with 0 in tautological ways.John McCall
2010-03-11Implement -Wmissing-field-initializers. Patch by mikem!John McCall
2010-03-11Add tentative support for accessing local variables withFariborz Jahanian
2010-03-11fix PR6433, crash on va_arg of typedef.Chris Lattner
2010-03-11Driver: Free Action objects.Daniel Dunbar
2010-03-11Driver: Free synthesized derived arguments.Daniel Dunbar
2010-03-11Driver: Free jobs in JobList and PipedJob instances.Daniel Dunbar
2010-03-11Use the new vtable layout code for computing virtual base offset offsets.Anders Carlsson
2010-03-11Correctly mangle address of member in template arguments. Fixes PR6460Rafael Espindola
2010-03-11Fix a self-host problem caused by this over-eager assertion. I'm not sureJohn McCall
2010-03-11Maintain type source information for functions through templateJohn McCall
2010-03-11Split C++ friend declarations into their own header/implementation file.John McCall
2010-03-11Rename getVirtualBaseOffsetIndex to getVirtualBaseOffsetOffset to reflect wha...Anders Carlsson
2010-03-11When possible, use the vbase offset offsets from the most derived class direc...Anders Carlsson
2010-03-11Keep track of, and dump, vbase offset offsets.Anders Carlsson
2010-03-11Fix tests.Anders Carlsson
2010-03-11Run the new vtable builder for construction vtables as well now. Note that we...Anders Carlsson
2010-03-11More record layout builder cleanup and simplification.Anders Carlsson
2010-03-11Get rid of the PrimaryBase parameter from LayoutVirtualBases.Anders Carlsson
2010-03-11More cleanup towards fixing the real bug.Anders Carlsson
2010-03-11Replace the class offset vectors in RecordLayoutBuilder with maps instead so ...Anders Carlsson
2010-03-11More cleanup.Anders Carlsson