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
*
Introduce support for finding class and enum names via ordinary name lookup i...
Douglas Gregor
2008-04-13
1
-9
/
+23
*
random whitespace fixes.
Chris Lattner
2008-04-07
1
-10
/
+11
*
fix a bug I introduced in my previous checkin.
Chris Lattner
2008-04-07
1
-5
/
+2
*
simplify array compatibility testing.
Chris Lattner
2008-04-07
1
-12
/
+12
*
simplify reference handling.
Chris Lattner
2008-04-07
1
-17
/
+0
*
move some code around, no other change.
Chris Lattner
2008-04-07
1
-63
/
+67
*
simplify compatibility testing for tag types.
Chris Lattner
2008-04-07
1
-9
/
+12
*
merge compatibility testing of qualified/unqualified interfaces together
Chris Lattner
2008-04-07
1
-41
/
+36
*
MyOtherClass<MyProtocol>* is compatible with MyClass*
Chris Lattner
2008-04-07
1
-1
/
+2
*
Remove a dead check for compatible builtin types
Chris Lattner
2008-04-07
1
-10
/
+4
*
futher simplify compatibility testing of objc interface types.
Chris Lattner
2008-04-07
1
-25
/
+20
*
ocuvector and vector should be compatible. Fix ASQual compatibility.
Chris Lattner
2008-04-07
1
-11
/
+24
*
Fix comment typo, do reference eval at the correct type.
Chris Lattner
2008-04-07
1
-8
/
+9
*
simplify vector type compatibility testing.
Chris Lattner
2008-04-07
1
-11
/
+8
*
move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema.
Chris Lattner
2008-04-07
1
-176
/
+0
*
Replace an O(n^2) algorithm in areCompatObjCQualInterfaces with
Chris Lattner
2008-04-07
1
-14
/
+26
*
move sorting of qualifying protocols from the parser into
Chris Lattner
2008-04-07
1
-3
/
+28
*
eliminate getReferencedProtocols from
Chris Lattner
2008-04-07
1
-40
/
+38
*
make QualifiedInterfaceTypesAreCompatible a static function
Chris Lattner
2008-04-07
1
-16
/
+12
*
This predicate is just a generic "issuperclass" predicate, move it to the
Chris Lattner
2008-04-07
1
-17
/
+6
*
Simplify some objc compatibility testing, make interfaceTypesAreCompatible
Chris Lattner
2008-04-07
1
-57
/
+49
*
simplify the logic in ASTContext::objcTypesAreCompatible
Chris Lattner
2008-04-07
1
-14
/
+14
*
clean up some logic in objc type handling. Specifically, make it so that
Chris Lattner
2008-04-07
1
-10
/
+11
*
trivial changes to getFloatingTypeOfSizeWithinDomain, nothing significant.
Chris Lattner
2008-04-06
1
-15
/
+12
*
simplify max type computation by making it return an integer (like
Chris Lattner
2008-04-06
1
-43
/
+54
*
minor simplifications/cleanups to type comparisons.
Chris Lattner
2008-04-06
1
-10
/
+12
*
Start switching clients over from CT.getCanonicalType() to Context.getCanonic...
Chris Lattner
2008-04-06
1
-76
/
+81
*
introduce a new ASTContext::getCanonicalType method. This is the first
Chris Lattner
2008-04-06
1
-0
/
+13
*
make use of EnumType to simplify some code, eliminate warnings
Chris Lattner
2008-04-06
1
-63
/
+28
*
This patch contains these changes:
Chris Lattner
2008-04-06
1
-2
/
+1
*
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-04-04
1
-4
/
+5
*
qualifier comparisons should be done on canonical types.
Chris Lattner
2008-04-03
1
-5
/
+5
*
add a common base class "PointerLikeType" for PointerType and ReferenceType,
Chris Lattner
2008-04-02
1
-5
/
+5
*
Add a citation.
Chris Lattner
2008-04-02
1
-1
/
+3
*
Fix several bugs in array -> pointer decomposition.
Chris Lattner
2008-04-02
1
-0
/
+65
*
switch the rest of the C decl classes to do their
Chris Lattner
2008-03-16
1
-1
/
+2
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+1853