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
/
Sema
/
Sema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-222
/
+0
*
move the ASTContext argument to be first in the argument list of
Chris Lattner
2008-03-15
1
-12
/
+14
*
start switching decls over to using an allocator controlled by ASTContext.
Chris Lattner
2008-03-15
1
-15
/
+17
*
Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOn...
Steve Naroff
2008-02-24
1
-13
/
+16
*
avoid making implicit casts that just remove typedefs.
Chris Lattner
2008-02-13
1
-1
/
+1
*
pass the astconsumer into Sema's ctor, clean up some stuff in
Chris Lattner
2008-02-06
1
-34
/
+35
*
Move promoteExprToType from being a static method in SemaExpr.cpp to being
Chris Lattner
2008-01-16
1
-0
/
+13
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-17
/
+17
*
Limit type of foreach's element and collection to be a pointer to
Fariborz Jahanian
2008-01-07
1
-1
/
+1
*
Patch to add semantics check for ObjC2's foreacn statement.
Fariborz Jahanian
2008-01-04
1
-0
/
+14
*
generalize some of the conversion warnings.
Chris Lattner
2008-01-03
1
-0
/
+8
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
1
-13
/
+9
*
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
1
-9
/
+13
*
Patch to implement "Protocol" as a built-in type declared as
Fariborz Jahanian
2007-12-07
1
-20
/
+11
*
Initialize CurMethodDecl to 0.
Anders Carlsson
2007-11-30
1
-1
/
+1
*
Yesterday, I simplified how we stream top-level decls.
Steve Naroff
2007-11-29
1
-2
/
+2
*
Several fixes/simplifications surrounding how we stream top-level decl AST's.
Steve Naroff
2007-11-28
1
-1
/
+1
*
Implement a more sensible strategy for ObjC built-in types (addressing a long...
Steve Naroff
2007-10-31
1
-59
/
+52
*
Encode Class, SEL and Objective-C objects.
Anders Carlsson
2007-10-31
1
-0
/
+19
*
minor tweaks
Chris Lattner
2007-10-30
1
-10
/
+11
*
Implementation of AST for @protocol expression.
Fariborz Jahanian
2007-10-17
1
-0
/
+18
*
Patch to implement AST generation for objective-c's @selector expression.
Fariborz Jahanian
2007-10-16
1
-0
/
+17
*
Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema.
Steve Naroff
2007-10-15
1
-4
/
+4
*
Refinements to Sema::GetObjcIdType()...
Steve Naroff
2007-10-10
1
-7
/
+15
*
- Make sure default return/argument types (for methods) default to "id".
Steve Naroff
2007-10-10
1
-0
/
+17
*
Make sure methods with no return type default to "id".
Steve Naroff
2007-10-09
1
-0
/
+4
*
add actions for deleting expr/stmt nodes.
Chris Lattner
2007-08-31
1
-0
/
+7
*
Moved id_asprintf before id_vsnprintf in the enum used for indexing
Ted Kremenek
2007-08-10
1
-1
/
+1
*
initial support for checking format strings, patch by Ted Kremenek:
Chris Lattner
2007-08-10
1
-0
/
+16
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-1
/
+0
*
Bug #:
Steve Naroff
2007-05-18
1
-4
/
+34
*
Remove the Sema::Diag helper that takes a type. Convert clients to use
Chris Lattner
2007-05-16
1
-6
/
+0
*
Rename type::getAsString to getAsStringInternal. Add a new
Chris Lattner
2007-05-16
1
-2
/
+1
*
Add helper to emit two strings for a diagnostic.
Chris Lattner
2007-05-16
1
-3
/
+21
*
Bug #:
Steve Naroff
2007-05-13
1
-1
/
+0
*
Bug #:
Steve Naroff
2007-05-07
1
-0
/
+1
*
Bug #:
Steve Naroff
2007-04-05
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-03-30
1
-0
/
+7
*
Bug #:
Steve Naroff
2007-03-23
1
-2
/
+4
*
Bug #:
Steve Naroff
2007-03-06
1
-0
/
+4
*
Go back to having the clang driver create ASTContext explicitly, passing
Steve Naroff
2007-02-28
1
-8
/
+2
*
Make Sema's use of the preprocessor explicit (rather than assume
Steve Naroff
2007-02-28
1
-2
/
+11
*
Add support for C90 implicitly defined functions, e.g.:
Chris Lattner
2006-11-20
1
-1
/
+3
*
introduce a new ASTContext class to hold long-lived ast nodes.
Chris Lattner
2006-11-10
1
-6
/
+3
*
move the rest of the expr sema to SemaExpr.cpp and the decl processing stuff
Chris Lattner
2006-11-10
1
-230
/
+0
*
move semantic analysis of break/continue out of the parser into the sema class.
Chris Lattner
2006-11-10
1
-0
/
+9
*
move semantic analysis of statements to it's own file.
Chris Lattner
2006-11-10
1
-91
/
+0
*
split semantic analysis of expressions out to its own file
Chris Lattner
2006-11-10
1
-220
/
+0
*
move ASTBuilder.h/cpp to be a private Sema.h/cpp files, not part of the
Chris Lattner
2006-11-10
1
-4
/
+4
[next]