index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2010-03-15
Correctly determine if the @property has been previously declared. If
Ted Kremenek
2010-03-15
objective-c++ must take into account qualifiers when
Fariborz Jahanian
2010-03-15
During C++ name lookup, use DeclContext::Equals() rather than
Douglas Gregor
2010-03-15
Implement C++ [temp.local]p8, which specifies that a template
Douglas Gregor
2010-03-15
Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.
John McCall
2010-03-15
Remember declaration scope qualifiers in the AST. Imposes no memory overhead
John McCall
2010-03-15
Remember access paths for visible conversion decls.
John McCall
2010-03-14
Add EmitString helper method
Kovarththanan Rajaratnam
2010-03-14
Unbreak last commit. This should have been part of r98478.
Kovarththanan Rajaratnam
2010-03-14
Pass file string by reference
Kovarththanan Rajaratnam
2010-03-14
Path related cleanup. Remove unnecessary variables.
Kovarththanan Rajaratnam
2010-03-14
Use makeAbsolute()
Kovarththanan Rajaratnam
2010-03-14
Move to anonymous namespace
Kovarththanan Rajaratnam
2010-03-13
Fixed copy-and-paste error causing categories to contain the protocols declar...
David Chisnall
2010-03-13
Give explicit template instantiations weak ODR linkage. Former
Douglas Gregor
2010-03-13
Fix PR6562. If a type is dependent, we don't know if it will have implicit
Rafael Espindola
2010-03-13
Use raw_ostream instead of sprintf.
Benjamin Kramer
2010-03-13
Simplify code.
Benjamin Kramer
2010-03-13
Use SmallString instead of SmallVector
Kovarththanan Rajaratnam
2010-03-13
No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp...
Kovarththanan Rajaratnam
2010-03-13
Re-revert the explicit template instantiation linkage patch. I am beginning t...
Douglas Gregor
2010-03-13
Reinstate patch to turn explicit template instantiations into weak symbols
Douglas Gregor
2010-03-12
Check compatibility of vector types using their canonicalizations.
John McCall
2010-03-12
Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
Use llvm::SmallVector instead of std::vector.
Ted Kremenek
2010-03-12
Fix a rare corner case bug which exposed a serious block API generation
Fariborz Jahanian
2010-03-12
If main file name is empty then use "<unknown>".
Devang Patel
2010-03-12
Preserve the inherited-default-argument bit through instantiation.
John McCall
2010-03-12
Remember whether a ParmVarDecl was spelled with a default argument or
John McCall
2010-03-12
Reintroduce r98340 and r98341 now without copy/paste errors.
Kovarththanan Rajaratnam
2010-03-12
Back out r98340 abd r98341
Kovarththanan Rajaratnam
2010-03-12
Add IdentifierTable::get() overload and start using it
Kovarththanan Rajaratnam
2010-03-12
fix PR6584: __SSE3__ not defined with -mss3
Nuno Lopes
2010-03-12
Switch parameter order for consistency (no functionality change)
Kovarththanan Rajaratnam
2010-03-12
Add keywords using StringRef
Kovarththanan Rajaratnam
2010-03-12
Cleanup using StringRef
Kovarththanan Rajaratnam
2010-03-12
Switch over IdentifierInfoLookup to StringRef
Kovarththanan Rajaratnam
2010-03-12
Improve the unused-value check to look into comma expressions and filter out
John McCall
2010-03-12
More this adjustment simplification.
Anders Carlsson
2010-03-12
Revert the linkage change for explicit template instantiations; something is ...
Douglas Gregor
2010-03-12
Remove OldOffset.
Anders Carlsson
2010-03-12
Remove debug output.
Anders Carlsson
2010-03-12
Begin simplifying handling of thunks.
Anders Carlsson
2010-03-12
Give explicit template instantiations weak linkage (but don't defer
Douglas Gregor
2010-03-12
Extend the builtin syntax to allow address-space qualifiers on pointers and
John McCall
2010-03-12
Split Sema::ActOnProperty() into two recursive functions to clearly separate
Ted Kremenek
2010-03-12
Add SSE4 packed integer comparisons and corresponding intrinsics.
Eric Christopher
2010-03-12
Implement basic support for friend types and functions in non-dependent
John McCall
2010-03-12
Fix 80 col violations.
Ted Kremenek
2010-03-12
Move 'ActOn' methods to the beginning of the file
Ted Kremenek
[prev]
[next]