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
/
AST
Age
Commit message (
Expand
)
Author
2013-04-26
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-25
Revert r180263. It's causing failures.
Bill Wendling
2013-04-25
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-25
Fix a case in linkage computation that should check for single line extern "C".
Rafael Espindola
2013-04-25
Don't mark 'extern "C" void f(void)' as having extern storage class.
Rafael Espindola
2013-04-25
[ms-cxxabi] Fix a number of bugs in the mangler.
Peter Collingbourne
2013-04-24
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-04-22
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-22
Fix array constant expression evaluation bug: we can have different values for
Richard Smith
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-19
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-18
Comment parsing: simplify code. As a side effect, this also silences GCC's
Dmitri Gribenko
2013-04-17
[document parsing]: When tag declaration (but not definition!)
Fariborz Jahanian
2013-04-17
Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...
Argyrios Kyrtzidis
2013-04-17
Use the extra info in global method pool to speed up looking for ObjC overrid...
Argyrios Kyrtzidis
2013-04-17
In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden...
Argyrios Kyrtzidis
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-15
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
2013-04-15
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-15
Fix the storage class of method instantiations.
Rafael Espindola
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
2013-04-11
[ms-cxxabi] Implement member pointer emission and dereferencing
Reid Kleckner
2013-04-11
Force a load when creating a reference to a temporary copied from a bitfield.
Jordan Rose
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
Don't crash when mangling types defined in ObjC class extensions.
John McCall
2013-04-09
[ms-cxxabi] Add "$$C" when mangling template arg QualTypes
Reid Kleckner
2013-04-08
<rdar://problem/12806802> Propagate access specifiers for conversion function...
Douglas Gregor
2013-04-04
Make helpers static & 80 cols.
Benjamin Kramer
2013-04-04
Add hasExternalLinkageUncached back with the test that Richard provided, but
Rafael Espindola
2013-04-04
Avoid computing the linkage instead of avoiding caching it.
Rafael Espindola
2013-04-04
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
Refactor the Get* functions to be more consistant among themselves.
Richard Trieu
2013-04-03
Do not assume the template argument is an integer only because the
Richard Trieu
2013-04-03
Fix a crasher in Template Diffing.
Richard Trieu
2013-04-03
Fix a crasher in Template Diffing.
Richard Trieu
2013-04-02
[ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion
Reid Kleckner
2013-04-02
[ms-cxxabi] Remove unused variable
Reid Kleckner
2013-04-02
[ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
Reid Kleckner
2013-04-01
Don't eagerly deserialize every templated function (and every static data
Richard Smith
2013-03-29
When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
2013-03-28
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-27
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-26
[ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
2013-03-26
[ms-cxxabi] Mangle vector types
Reid Kleckner
[next]