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-09-08
Reverse r113397 until we decide what to do with
Fariborz Jahanian
2010-09-08
Re-enable CheckAccessDeclContext and make sure it doesn't trigger assertions.
Argyrios Kyrtzidis
2010-09-08
Initialize the MSVCGuidDecl variable in the correct order.
Bill Wendling
2010-09-08
Fix a crash when overloading id with objc_object*.
Fariborz Jahanian
2010-09-08
Fix C++ PCH issues.
Argyrios Kyrtzidis
2010-09-08
Frontend/-H: Add comment on why I used a temporary string here.
Daniel Dunbar
2010-09-08
Microsoft's __uuidof operator implementation part 1.
Francois Pichet
2010-09-08
Allow type definitions inside anonymous struct/union in Microsoft mode.
Francois Pichet
2010-09-08
Don't give 'global constructor' warnings for function statics, even if they h...
Sebastian Redl
2010-09-08
Implement ARM static local initialization guards, which are more compact than
John McCall
2010-09-08
Allow (cv) void and incomplete arrays to be passed to the type traits.
Sebastian Redl
2010-09-08
add a fixit when 'main' does ot return 'int'; review welcome
Gabor Greif
2010-09-08
Provide proper type-source location information for
Douglas Gregor
2010-09-07
Local static block variable referecned in its
Fariborz Jahanian
2010-09-07
Fix DeclPrinter to not include '=' in printing when no initializer is provide...
Ted Kremenek
2010-09-07
Improve source-location information for CXXNewExpr, by hanging on to
Douglas Gregor
2010-09-07
Fix null pointer dereference in StreamChecker::Fseek (reported in PR 8081) an...
Ted Kremenek
2010-09-07
Re-enabled truncation/extension checking in IdempotentOperationChecker and ad...
Tom Care
2010-09-07
get rid of a warning.
Fariborz Jahanian
2010-09-07
Have Sema check for validity of CGString literal
Fariborz Jahanian
2010-09-07
Allow 'o' and 'V' as constraints for output asm operands.
Dale Johannesen
2010-09-07
Improve error recovery when we see ':' and expect a ';'.
John McCall
2010-09-07
Driver/Darwin: Catch another case where ld ends up using ld_classic.
Daniel Dunbar
2010-09-07
Driver/Darwin: Don't pass -demangle to the linker when we know it is going to
Daniel Dunbar
2010-09-07
Provide a specific diagnostic when trying to redefine an "extern
Douglas Gregor
2010-09-07
Improve recovery when there is a stray ']' or ')' before the ';' at
Douglas Gregor
2010-09-07
Improve recovery when a comma is missing between enumerators in an
Douglas Gregor
2010-09-07
Improve diagnostic and recovery when missing a comma between base or
Douglas Gregor
2010-09-06
Replace loops with SmallVector::append.
Benjamin Kramer
2010-09-06
Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize...
Argyrios Kyrtzidis
2010-09-06
LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or ...
Argyrios Kyrtzidis
2010-09-06
FinishBlock() is essentially doing nothing except returning '!badCFG'.
Zhongxing Xu
2010-09-06
Simplify CFG construction: bail out early when we have a bad CFG.
Zhongxing Xu
2010-09-06
Make "-ccc-cxx" option work on Linux.
Rafael Espindola
2010-09-06
Get rid of unnecessary return.
Eli Friedman
2010-09-06
move the hackaround for PR6537 to catch unions as well,
Chris Lattner
2010-09-06
clean up some formatting.
Chris Lattner
2010-09-06
PR7242: Make sure to use a different context for evaluating constant
Eli Friedman
2010-09-05
fix PR7192 by defining wchar_t in a more conventional way. The
Chris Lattner
2010-09-05
Tell the VS headers that char16_t and char32_t are keywords, so yvals.h doesn...
Steven Watanabe
2010-09-05
fix 7320: we can't delete a trailing space if it doesn't exist.
Chris Lattner
2010-09-05
PR8023: Don't crash on invalid uses of __real__ on class types in C++.
Eli Friedman
2010-09-05
No functional change. Replace Out << 'a' << 'b' with Out << "ab" and spell
Nick Lewycky
2010-09-05
"const id<NSFoo> *" instead of "id<NSFoo> const *".
Chris Lattner
2010-09-05
"const id<NSFoo> *" not "id<NSFoo> const*"
Chris Lattner
2010-09-05
"const std::vector<int>*" not "std::vector<int> const*"
Chris Lattner
2010-09-05
"const _Complex float *" not "_Complex float const *"
Chris Lattner
2010-09-05
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-09-05
print "const intptr_t" instead of "intptr_t const"
Chris Lattner
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
[prev]
[next]