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
2014-04-25
Introduce an Emscripten C++ ABI.
Dan Gohman
2013-05-06
Grab-bag of bit-field fixes:
John McCall
2013-05-06
Add SystemZ support
Ulrich Weigand
2013-05-06
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-05-04
Reverting r181004 since it has broken test/Sema/wchar.c.
Aaron Ballman
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-03
Support __wchar_t in -fms-extensions and -fms-compatibility modes.
Hans Wennborg
2013-05-02
[document parsing]: support c++11 type aliases
Fariborz Jahanian
2013-04-30
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-26
documenttion parsing. Provide a c-index test
Fariborz Jahanian
2013-04-26
document parsing. When a sub-class (c++ Objective-C) missing
Fariborz Jahanian
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
2013-04-17
[document parsing]: When tag declaration (but not definition!)
Fariborz Jahanian
2013-04-17
In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden...
Argyrios Kyrtzidis
2013-04-15
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
2013-04-13
Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-01
Don't eagerly deserialize every templated function (and every static data
Richard Smith
2013-03-28
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-21
Further weaken block conversion rules to permit blocks with
John McCall
2013-03-15
Revert "Remove a pointless assertion."
Bob Wilson
2013-03-15
Remove a pointless assertion.
Nico Weber
2013-03-12
Remove a bogus assert so we don't crash in
Rafael Espindola
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-07
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-02-22
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
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-31
Add support for AArch64 target.
Tim Northover
2013-01-27
Comment parsing: attach any tag type's documentation to its typedef if latter
Dmitri Gribenko
2013-01-27
Revert r173586 (and r173587) , "Attach any tag type's documentation to its ty...
NAKAMURA Takumi
2013-01-26
Fix comment.
Fariborz Jahanian
2013-01-26
Attach any tag type's documentation to its typedef if
Fariborz Jahanian
2013-01-26
Added ASTContext methods getIntPtrType and getUIntPtrType.
Enea Zaffanella
2013-01-25
simplify code by removing excessive bracing.
Fariborz Jahanian
2013-01-25
Attach enum's documentation to its typedef if
Fariborz Jahanian
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-23
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-20
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-17
In Objective-C ARC, completely ignore ownership qualifiers on the
Douglas Gregor
2013-01-16
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-12
Disable caching of visibility.
Rafael Espindola
2013-01-12
comment parsing: when property accessors don't have comment
Fariborz Jahanian
2013-01-09
Suppress GCC -Wreturn warning.
David Blaikie
2013-01-08
Clear the LV cache when setting the instantiated from link.
Rafael Espindola
[next]