index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
ASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for __wchar_t in -fms-extensions mode.
Hans Wennborg
2013-05-10
1
-7
/
+11
*
Objective-C: Correctly encode 'retain' and 'copy' for readonly properties.
Nico Weber
2013-05-08
1
-0
/
+4
*
Grab-bag of bit-field fixes:
John McCall
2013-05-06
1
-1
/
+1
*
Add SystemZ support
Ulrich Weigand
2013-05-06
1
-0
/
+76
*
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-05-06
1
-0
/
+16
*
Reverting r181004 since it has broken test/Sema/wchar.c.
Aaron Ballman
2013-05-04
1
-3
/
+2
*
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-04
1
-12
/
+26
*
Support __wchar_t in -fms-extensions and -fms-compatibility modes.
Hans Wennborg
2013-05-03
1
-2
/
+3
*
[document parsing]: support c++11 type aliases
Fariborz Jahanian
2013-05-02
1
-1
/
+1
*
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-30
1
-4
/
+13
*
documenttion parsing. Provide a c-index test
Fariborz Jahanian
2013-04-26
1
-1
/
+3
*
document parsing. When a sub-class (c++ Objective-C) missing
Fariborz Jahanian
2013-04-26
1
-0
/
+45
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-4
/
+6
*
[document parsing]: When tag declaration (but not definition!)
Fariborz Jahanian
2013-04-17
1
-1
/
+6
*
In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden...
Argyrios Kyrtzidis
2013-04-17
1
-2
/
+2
*
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
2013-04-15
1
-35
/
+2
*
Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
2013-04-13
1
-2
/
+35
*
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
1
-1
/
+3
*
Don't eagerly deserialize every templated function (and every static data
Richard Smith
2013-04-01
1
-1
/
+9
*
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-28
1
-4
/
+1
*
Further weaken block conversion rules to permit blocks with
John McCall
2013-03-21
1
-10
/
+25
*
Revert "Remove a pointless assertion."
Bob Wilson
2013-03-15
1
-1
/
+5
*
Remove a pointless assertion.
Nico Weber
2013-03-15
1
-5
/
+1
*
Remove a bogus assert so we don't crash in
Rafael Espindola
2013-03-12
1
-2
/
+0
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-15
/
+21
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
1
-8
/
+11
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-4
/
+2
*
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-22
1
-1
/
+1
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-1
/
+1
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-2
/
+2
*
objective-C: Fixes a compiler crash when encoding
Fariborz Jahanian
2013-02-15
1
-4
/
+10
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+7
*
Constify ASTContext::getObjContainingInterface
Dmitri Gribenko
2013-02-03
1
-4
/
+8
*
Add support for AArch64 target.
Tim Northover
2013-01-31
1
-0
/
+83
*
Comment parsing: attach any tag type's documentation to its typedef if latter
Dmitri Gribenko
2013-01-27
1
-4
/
+12
*
Revert r173586 (and r173587) , "Attach any tag type's documentation to its ty...
NAKAMURA Takumi
2013-01-27
1
-4
/
+4
*
Fix comment.
Fariborz Jahanian
2013-01-26
1
-1
/
+1
*
Attach any tag type's documentation to its typedef if
Fariborz Jahanian
2013-01-26
1
-3
/
+3
*
Added ASTContext methods getIntPtrType and getUIntPtrType.
Enea Zaffanella
2013-01-26
1
-0
/
+8
*
simplify code by removing excessive bracing.
Fariborz Jahanian
2013-01-25
1
-20
/
+12
*
Attach enum's documentation to its typedef if
Fariborz Jahanian
2013-01-25
1
-0
/
+10
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-7
/
+10
*
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-25
1
-9
/
+12
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
1
-1
/
+1
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+4
*
In Objective-C ARC, completely ignore ownership qualifiers on the
Douglas Gregor
2013-01-17
1
-2
/
+17
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-10
/
+19
*
Disable caching of visibility.
Rafael Espindola
2013-01-12
1
-1
/
+0
*
comment parsing: when property accessors don't have comment
Fariborz Jahanian
2013-01-12
1
-1
/
+10
*
Suppress GCC -Wreturn warning.
David Blaikie
2013-01-09
1
-0
/
+1
[prev]
[next]