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
*
Keep track of the Expr used to describe the size of an array type,
Douglas Gregor
2009-07-06
1
-18
/
+84
*
Fix for PR4502: add calculation of the integer conversion rank for
Eli Friedman
2009-07-05
1
-0
/
+3
*
Add support for retrieving the Doxygen comment associated with a given
Douglas Gregor
2009-07-02
1
-1
/
+203
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-19
/
+18
*
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-10
/
+10
*
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-30
1
-2
/
+1
*
Keep track of function template specializations, to eliminate
Douglas Gregor
2009-06-29
1
-0
/
+6
*
Remove ASTContext::getObjCQualifiedIdType().
Steve Naroff
2009-06-29
1
-7
/
+0
*
Implement enough of the 'auto' keyword so we can claim to support N2546.
Anders Carlsson
2009-06-26
1
-0
/
+4
*
Decltype needs to have a dependent type if the expr passed to it is type depe...
Anders Carlsson
2009-06-25
1
-0
/
+3
*
C++ decltype support (N2343)
Anders Carlsson
2009-06-24
1
-3
/
+31
*
Add a DecltypeType type.
Anders Carlsson
2009-06-24
1
-0
/
+17
*
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
1
-10
/
+10
*
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-17
1
-21
/
+31
*
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-17
1
-0
/
+12
*
Keep track of whether a type parameter type is a parameter pack.
Anders Carlsson
2009-06-16
1
-7
/
+10
*
Sink the BuiltinInfo object from ASTContext into the
Chris Lattner
2009-06-14
1
-12
/
+5
*
move GetBuiltinType from Builtin::Context to ASTContext.
Chris Lattner
2009-06-14
1
-0
/
+200
*
Delete method which is now trivial.
Eli Friedman
2009-06-08
1
-18
/
+0
*
Don't allow defining a block with a non-prototype type. Remove a
Eli Friedman
2009-06-08
1
-6
/
+0
*
Move CharIsSigned from TargetInfo to LangOptions.
Eli Friedman
2009-06-05
1
-1
/
+1
*
Cleanup/Refactoring of ivar collection. No change in functionality.
Fariborz Jahanian
2009-06-04
1
-18
/
+54
*
Place the GC attribute on the same relative pointer
Fariborz Jahanian
2009-06-03
1
-0
/
+7
*
Diagnose misuse of __strong attribute in a redeclaration.
Fariborz Jahanian
2009-06-02
1
-9
/
+16
*
Issue diagnostics on __weak attribute mismatch.
Fariborz Jahanian
2009-06-02
1
-9
/
+28
*
Fix a silly typo in my previous objc_gc merging patch.
Eli Friedman
2009-06-02
1
-1
/
+1
*
Cleaned-up version of gc attribute type merging. I still don't like it
Eli Friedman
2009-06-02
1
-17
/
+26
*
This patch attempts to fix the merging of __strong/__weak attributes
Fariborz Jahanian
2009-06-02
1
-2
/
+22
*
Disable type merging with gc attributes. This has a number of nasty
Eli Friedman
2009-06-01
1
-2
/
+2
*
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-05-29
1
-0
/
+1
*
Add an assertion so that we don't accidentally build constant arrays of
Eli Friedman
2009-05-29
1
-0
/
+3
*
Reintroduce the home for exception specs, and make Sema fill it. However, kee...
Sebastian Redl
2009-05-27
1
-11
/
+23
*
Add a big test case for I-C-Es in C++, and a fix to make it work. The fix mig...
Sebastian Redl
2009-05-27
1
-1
/
+2
*
Convert ObjC qualified type clients over to using iterators.
Steve Naroff
2009-05-27
1
-6
/
+6
*
Simplify printing of the statistics for types.
Douglas Gregor
2009-05-26
1
-95
/
+18
*
Extend getPreferredTypeAlign to handle _Complex double and long long
Eli Friedman
2009-05-25
1
-5
/
+8
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-1
/
+1
*
Use the Itanium ABI for member pointers. Add a missing 'break' statement and ...
Anders Carlsson
2009-05-17
1
-9
/
+9
*
Fix rdar://6880874 - [sema] crash on array types with different index sizes
Chris Lattner
2009-05-13
1
-1
/
+6
*
Patch to implement ivar synthesis of properties declared in protocols
Fariborz Jahanian
2009-05-12
1
-10
/
+40
*
The canonical declaration of a NULL declaration is NULL
Douglas Gregor
2009-05-10
1
-0
/
+3
*
Implement the semantics of the injected-class-name within a class
Douglas Gregor
2009-05-10
1
-1
/
+29
*
Implement C++0x nullptr.
Sebastian Redl
2009-05-10
1
-0
/
+6
*
Remove -fobjc-tight-layout, seems to work!
Daniel Dunbar
2009-05-07
1
-6
/
+3
*
Start canonicalizing template names. This is not yet complete, but it
Douglas Gregor
2009-05-07
1
-0
/
+11
*
Back out r70506 (exception spec in AST) again. We won't have exception specs ...
Sebastian Redl
2009-05-06
1
-24
/
+10
*
Fix the field count in interface record layout (it was incorrectly
Daniel Dunbar
2009-05-04
1
-6
/
+0
*
Add -fobjc-tight-layout.
Daniel Dunbar
2009-05-04
1
-0
/
+9
*
Don't allow clients to traverse into superclass synthesized properties
Daniel Dunbar
2009-05-04
1
-9
/
+0
*
Remove ASTContext::addRecordToClass.
Daniel Dunbar
2009-05-03
1
-55
/
+4
[next]