index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2013-05-15
Merging r181728:
Bill Wendling
2013-05-08
Merging r181368:
Bill Wendling
2013-05-06
DebugInfo: Support imported modules (using directives) within lexical blocks.
David Blaikie
2013-05-06
Grab-bag of bit-field fixes:
John McCall
2013-05-06
Have the RecursiveASTVisitor traverse the type source info of an objc class m...
Argyrios Kyrtzidis
2013-05-06
[analyzer] Handle CXXTemporaryObjectExprs in compound literals.
Jordan Rose
2013-05-06
Fix representation of compound literals for C++ objects with destructors.
Jordan Rose
2013-05-06
Add SystemZ support
Ulrich Weigand
2013-05-06
R600: Update GPU variants in -mcpu option
Tom Stellard
2013-05-06
Remove forward slashes from check; should unbreak Windows buildbots.
Douglas Gregor
2013-05-06
Require the containing type to be complete when we see
John McCall
2013-05-06
C++1y: support range-based for loops in constant expressions.
Richard Smith
2013-05-06
C++1y: support 'for', 'while', and 'do ... while' in constant expressions.
Richard Smith
2013-05-06
Fix assert if __extension__ or _Generic is used when initializing a char arra...
Richard Smith
2013-05-05
C++1y: support for increment and decrement in constant expression evaluation.
Richard Smith
2013-05-05
Factor out duplication between lvalue-to-rvalue conversions and variable
Richard Smith
2013-05-05
Use lexical contexts when checking for conflicting language linkages.
Rafael Espindola
2013-05-05
Handle parens properly when initializing a char array from a string literal.
Richard Smith
2013-05-04
Properly parsing __declspec(safebuffers), though there is no semantic hookup....
Aaron Ballman
2013-05-04
Reverting r181004 since it has broken test/Sema/wchar.c.
Aaron Ballman
2013-05-04
Moved pretty printer test for thread local storage in its own file
Enea Zaffanella
2013-05-04
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
AArch64: teach Clang about __clear_cache intrinsic
Tim Northover
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-04
Don't build a call expression referring to a function which we're not allowed
Richard Smith
2013-05-04
Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno...
Richard Smith
2013-05-04
Implement template support for CapturedStmt
Wei Pan
2013-05-04
Separate out and special-case the diagnostic for 'auto' in a
Richard Smith
2013-05-03
<rdar://problem/13806270> A template argument list is a constant-evaluated co...
Douglas Gregor
2013-05-03
Revert r177218.
Argyrios Kyrtzidis
2013-05-03
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-05-03
When building a module, forward diagnostics to the outer diagnostic consumer.
Douglas Gregor
2013-05-03
Reapply r180982 with repaired logic and an additional testcase.
Adrian Prantl
2013-05-03
Serialization for captured statements
Ben Langmuir
2013-05-03
PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...
Richard Smith
2013-05-03
Add support for -march=btver2.
Benjamin Kramer
2013-05-03
Support __wchar_t in -fms-extensions and -fms-compatibility modes.
Hans Wennborg
2013-05-03
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
[analyzer] Check the stack frame when looking for a var's initialization.
Jordan Rose
2013-05-03
[analyzer] Fix trackNullOrUndef when tracking args that have nil receivers.
Jordan Rose
2013-05-03
Revert "Attempt to un-break the gdb buildbot."
Adrian Prantl
2013-05-03
[ms-cxxabi] Emit non-virtual member function pointers
Reid Kleckner
2013-05-03
Attempt to un-break the gdb buildbot.
Adrian Prantl
2013-05-03
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
Revert r180970; it's causing breakage.
Douglas Gregor
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.
Jordan Rose
2013-05-02
Use the Itanium ABI for thread_local on Darwin.
Bill Wendling
2013-05-02
Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...
Douglas Gregor
[next]