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
/
ASTContext.h
Age
Commit message (
Expand
)
Author
2013-05-06
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-01
[documenting declaration]: Remove arc liftime qualifiers
Fariborz Jahanian
2013-04-30
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
2013-04-15
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
2013-04-13
Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-02-28
First step towards adding a parent map to the ASTContext.
Manuel Klimek
2013-02-22
Replace some typically large vectors with SmallVector.
Benjamin Kramer
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-16
Remove unused forward declarations
Dmitri Gribenko
2013-02-15
objective-C: Fixes a compiler crash when encoding
Fariborz Jahanian
2013-02-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-03
Constify ASTContext::getObjContainingInterface
Dmitri Gribenko
2013-01-26
Added ASTContext methods getIntPtrType and getUIntPtrType.
Enea Zaffanella
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-20
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-04
Fix up various builtin declaration of objc_msgSend families
Fariborz Jahanian
2012-12-18
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-28
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-27
Fix the definition of the vfork() builtin on Haiku. PR14378.
Eli Friedman
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-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-09
Move the logic that searches for overridden methods from libclang to
Argyrios Kyrtzidis
2012-09-29
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-27
Pass PrintingPolicy by reference, copying it isn't cheap.
Benjamin Kramer
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-09-13
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
Dmitri Gribenko
2012-09-13
Conditionally parse documentation comments in system headers by
Ted Kremenek
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-02
Documentation cleanup: Add \file comment for ASTContest.h, add \brief to many
James Dennett
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-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-21
When performing a trivial copy of a C++ type, we must be careful not
John McCall
2012-08-16
Attaching comments to declarations: parse the comment in context of the
Dmitri Gribenko
2012-08-14
Attaching comments to redeclarations: fix wrong assumptions
Dmitri Gribenko
2012-08-11
Attaching comments to declarations: find comment attached to any redeclaration
Dmitri Gribenko
2012-08-02
ASTContext.h: replace include by a forward declaration.
Dmitri Gribenko
2012-07-12
[Windows] Use thiscall as the default calling convention for class methods. P...
Timur Iskhodzhanov
[next]