aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-13Fix PR6562. If a type is dependent, we don't know if it will have implicitRafael Espindola
2010-03-13Make getTemporaryPath a static member of CIndexer and use it to replace tmpna...Benjamin Kramer
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-13Implement several CIndex functions for constructing USRs from C-strings inste...Ted Kremenek
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-12Fix grammarTed Kremenek
2010-03-12Make IdentifierTable::get(StringRef) "primary" (no functionality change)Kovarththanan Rajaratnam
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-12Add an extra test to this test-case.John McCall
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-11Remember the PR number.John McCall
2010-03-11Implement -Wmissing-field-initializers. Patch by mikem!John McCall
2010-03-11Use -emit-llvm-only, to avoid leaving a temp around.Daniel Dunbar