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
/
ASTContext.cpp
Age
Commit message (
Expand
)
Author
2012-11-27
Fix the definition of the vfork() builtin on Haiku. PR14378.
Eli Friedman
2012-11-15
block extended signatur option. Change previous option
Fariborz Jahanian
2012-11-15
Fix a trivial bool-related bug I spotted while skimming David Fang's
Eli Friedman
2012-11-14
objective-C blocks: under cc1 flag -encode-extended-block-signature,
Fariborz Jahanian
2012-11-14
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
Provide the correct mangling and linkage for certain unnamed nested classes.
David Blaikie
2012-11-12
Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with
Richard Smith
2012-11-03
Remove a const_cast by propagating constness to the member function.
Dmitri Gribenko
2012-10-11
search for overridden methods with comment when overriding method
Fariborz Jahanian
2012-10-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
Fix PR 11709: Change the definition of va_list to meet AAPCS requirement
Logan Chien
2012-10-09
Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer.
Argyrios Kyrtzidis
2012-10-09
Move the functionality that looks for ObjC overridden methods from
Argyrios Kyrtzidis
2012-10-09
Move the logic that searches for overridden methods from libclang to
Argyrios Kyrtzidis
2012-10-09
When storing the C++ overridden methods, store them once for the
Argyrios Kyrtzidis
2012-09-29
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-26
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-09
Added missing const.
Abramo Bagnara
2012-09-09
Fixed support for disabled wchar_t and added an appropriate test.
Abramo Bagnara
2012-08-31
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-30
objective-C: clang must implicitly convert
Fariborz Jahanian
2012-08-30
Fix a crash in type merging with enum types.
Eli Friedman
2012-08-28
Fix a -Wdocumentation warning.
Dmitri Gribenko
2012-08-23
Attaching comments to decls: since it was decided that Decl::isImplicit should
Dmitri Gribenko
2012-08-22
ASTContext::getCommentForDecl: add comment.
Dmitri Gribenko
2012-08-22
Attaching comments to declarations: when documentation is requested for an
Dmitri Gribenko
2012-08-21
When performing a trivial copy of a C++ type, we must be careful not
John McCall
2012-08-20
Attaching comments to declarations: ignore implicit decls. Decl::isImplicit()
Dmitri Gribenko
2012-08-16
Attaching comments to declarations: parse the comment in context of the
Dmitri Gribenko
2012-08-16
Fix misaligned allocation of QualifiedTempateName and DependentTemplateName.
Richard Smith
2012-08-14
Attaching comments to redeclarations: fix wrong assumptions
Dmitri Gribenko
2012-08-13
Factor out computation of whether a typeid's expression is potentially
Richard Smith
2012-08-13
When looking for the comment associated with a declaration, adjust the
Douglas Gregor
2012-08-11
Attaching comments to declarations: find comment attached to any redeclaration
Dmitri Gribenko
2012-08-09
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-02
Attaching comments to declarations: handle using-declaration.
Dmitri Gribenko
2012-08-02
ASTContext.h: replace include by a forward declaration.
Dmitri Gribenko
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-27
Implement resolving of HTML character references (named: &, decimal: *,
Dmitri Gribenko
2012-07-27
Final piece of core issue 1330: delay computing the exception specification of
Richard Smith
2012-07-17
Implement an optimization for finding the comment that occurs just after a
Dmitri Gribenko
2012-07-16
Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from
Richard Smith
2012-07-13
Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...
Chad Rosier
2012-07-13
Attaching comments to declarations during parsing: handle more Objective-C de...
Dmitri Gribenko
2012-07-12
[Windows] Use thiscall as the default calling convention for class methods. P...
Timur Iskhodzhanov
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-06
Restrict the set of declaration kinds for which we allow trailing comments.
Dmitri Gribenko
2012-07-06
Don't store pointers into a std::vector (RawCommentList::Comments). Although
Dmitri Gribenko
2012-07-06
Use C++ cast.
Dmitri Gribenko
[prev]
[next]