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-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
2013-04-05
doce parsing: adding few more headerdoc tags.
Fariborz Jahanian
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
Revert accidental commit.
Richard Smith
2013-04-03
Pare back r164351 somewhat. The problem that change was addressing was that we
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
Escape more @ signs in Doxygen comments.
Jordan Rose
2013-04-02
Update assertion string to new name of ArithAssignBinaryOperator
Stefanus Du Toit
2013-04-02
Objective-C: Provide fixit hints when warning
Fariborz Jahanian
2013-04-02
[ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion
Reid Kleckner
2013-04-02
[ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
Reid Kleckner
2013-03-30
Remove unused default values.
Rafael Espindola
2013-03-29
When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
2013-03-28
Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
2013-03-28
These are all simple pointer wrappers. Pass them by value.
Rafael Espindola
2013-03-27
Cleanup clang's specializations of simplify_type.
Rafael Espindola
2013-03-27
[Preprocessor] Remove PPMutationListener.
Argyrios Kyrtzidis
2013-03-26
[ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
2013-03-23
Add reverseComparisonOp and negateComparisonOp to BinaryOperator.
Jordan Rose
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-21
Objective-C: Tighten the rules when warning
Fariborz Jahanian
[next]