index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
Age
Commit message (
Expand
)
Author
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
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-05-05
Make all 'is in extern "C"' tests use the lexical context.
Rafael Espindola
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-04
Reverting r181004 since it has broken test/Sema/wchar.c.
Aaron Ballman
2013-05-04
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-04
Implement template support for CapturedStmt
Wei Pan
2013-05-04
Added a function to check whether a Decl is in
Sean Callanan
2013-05-03
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-05-03
Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...
Argyrios Kyrtzidis
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
Move CapturedStmt parameters to CapturedDecl
Ben Langmuir
2013-05-03
Keep track of an @implementation's super class name location, if one was prov...
Argyrios Kyrtzidis
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
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-01
[documenting declaration]: Remove arc liftime qualifiers
Fariborz Jahanian
2013-05-01
[ObjC declaration documentation] declaration of
Fariborz Jahanian
2013-04-30
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-29
Small CapturedStmt improvements
Ben Langmuir
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
Use bitfilds.
Rafael Espindola
2013-04-26
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-25
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-25
Fix a possible null pointer dereference found by the analyzer.
Anna Zaks
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-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-19
Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
2013-04-19
s/C++0x/C++11/
Adrian Prantl
2013-04-19
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-18
Adds a new doxygen tag needed. // rdar://12379053
Fariborz Jahanian
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
Comment command table: use inheritance instead of duplicating code
Dmitri Gribenko
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-10
comment parsing. Add couple more needed doxygen tags.
Fariborz Jahanian
2013-04-10
-fparse-all-comments: remove redundant check, as suggested by Fariborz Jahanian
Dmitri Gribenko
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-08
fixes a typo in my last patch.
Fariborz Jahanian
2013-04-08
doce parsing: adding few more headerdoc tags.
Fariborz Jahanian
2013-04-08
<rdar://problem/12806802> Propagate access specifiers for conversion function...
Douglas Gregor
[next]