aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-03-15Correctly determine if the @property has been previously declared. IfTed Kremenek
2010-03-15objective-c++ must take into account qualifiers when Fariborz Jahanian
2010-03-15During C++ name lookup, use DeclContext::Equals() rather thanDouglas Gregor
2010-03-15Implement C++ [temp.local]p8, which specifies that a templateDouglas Gregor
2010-03-15Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.John McCall
2010-03-15Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall
2010-03-15Remember access paths for visible conversion decls.John McCall
2010-03-14Add EmitString helper methodKovarththanan Rajaratnam
2010-03-14Unbreak last commit. This should have been part of r98478.Kovarththanan Rajaratnam
2010-03-14Pass file string by referenceKovarththanan Rajaratnam
2010-03-14Path related cleanup. Remove unnecessary variables.Kovarththanan Rajaratnam
2010-03-14Use makeAbsolute()Kovarththanan Rajaratnam
2010-03-14Move to anonymous namespaceKovarththanan Rajaratnam
2010-03-13Fixed copy-and-paste error causing categories to contain the protocols declar...David Chisnall
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor
2010-03-13Fix PR6562. If a type is dependent, we don't know if it will have implicitRafael Espindola
2010-03-13Use raw_ostream instead of sprintf.Benjamin Kramer
2010-03-13Simplify code.Benjamin Kramer
2010-03-13Use SmallString instead of SmallVectorKovarththanan Rajaratnam
2010-03-13No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp...Kovarththanan Rajaratnam
2010-03-13Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor
2010-03-13Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor
2010-03-12Check compatibility of vector types using their canonicalizations.John McCall
2010-03-12Allow users to set CPPFLAGS and CXXFLAGS on the make command line.Jeffrey Yasskin
2010-03-12Use llvm::SmallVector instead of std::vector.Ted Kremenek
2010-03-12Fix a rare corner case bug which exposed a serious block API generationFariborz Jahanian
2010-03-12If main file name is empty then use "<unknown>".Devang Patel
2010-03-12Preserve the inherited-default-argument bit through instantiation.John McCall
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