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
/
Sema
/
Sema.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
make type attribute processing static instead of methods on Sema.
Chris Lattner
2008-06-29
1
-8
/
+1
*
make the rest of the decl attribute processing methods be
Chris Lattner
2008-06-29
1
-16
/
+0
*
make most of Sema public. Sema is a class private to the Sema library
Chris Lattner
2008-06-29
1
-3
/
+1
*
Make ProcessDeclAttributes walk the declarator structure pulling
Chris Lattner
2008-06-29
1
-1
/
+1
*
move some code from all callers of ProcessDeclAttributes into
Chris Lattner
2008-06-29
1
-4
/
+1
*
more attribute refactoring/renaming, no functionality change.
Chris Lattner
2008-06-28
1
-3
/
+4
*
more cleanups, refactor HandleVectorTypeAttribute
Chris Lattner
2008-06-28
1
-13
/
+1
*
adjust the prototypes of a bunch of decl processing methods to take
Chris Lattner
2008-06-28
1
-21
/
+19
*
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...
Argyrios Kyrtzidis
2008-06-28
1
-8
/
+13
*
the 'mode' attribute is a decl attribute, not a type attribute. Move it to
Chris Lattner
2008-06-27
1
-3
/
+2
*
Make Declarator::getDeclSpec() return a const reference to avoid
Chris Lattner
2008-06-26
1
-22
/
+24
*
fix a bug handling type attributes in the declspec. declspec processing
Chris Lattner
2008-06-26
1
-3
/
+3
*
Add parsing support for C++ classes.
Argyrios Kyrtzidis
2008-06-24
1
-0
/
+3
*
add parser and sema support for the funny ObjC '@defs' thing.
Chris Lattner
2008-06-21
1
-0
/
+2
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
1
-1
/
+1
*
Introduce preliminary support for NSString format-string checking.
Ted Kremenek
2008-06-16
1
-0
/
+1
*
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-06-08
1
-0
/
+1
*
Clean up dead code from SemaInit landing.
Eli Friedman
2008-06-06
1
-4
/
+0
*
Re-fix r51907 in a way which doesn't affect valid code. This essentially
Eli Friedman
2008-06-03
1
-0
/
+5
*
Implementation of gcc mode attribute; this is significant because
Eli Friedman
2008-05-27
1
-1
/
+11
*
Perform stricter/more accurate checking for C99 constant expressions
Eli Friedman
2008-05-20
1
-0
/
+3
*
Add __builtin_frame_address and __builtin_return_address gcc builtins to
Eli Friedman
2008-05-20
1
-0
/
+1
*
Various fixes; solves (almost) all of the test regressions that would be
Eli Friedman
2008-05-19
1
-3
/
+5
*
Implementation of __builtin_shufflevector, a portable builtin capable of
Eli Friedman
2008-05-14
1
-1
/
+2
*
Diagnose attempts to use C++ default arguments outside of a function declaration
Douglas Gregor
2008-05-07
1
-0
/
+1
*
Patch to refactor setter/getter names of property attributes into Selector
Fariborz Jahanian
2008-05-06
1
-0
/
+1
*
Several fixes to SemaInit.cpp. It's still not enabled (since it fails a few t...
Steve Naroff
2008-05-06
1
-2
/
+2
*
percolate @optional/@required protocols down to ASTs for
Fariborz Jahanian
2008-05-05
1
-1
/
+3
*
This patch is about merging ObjC2's properties declared in class
Fariborz Jahanian
2008-05-02
1
-1
/
+7
*
Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecke...
Steve Naroff
2008-05-01
1
-0
/
+27
*
More ObjC2 property semantics work. Work in progress.
Fariborz Jahanian
2008-05-01
1
-3
/
+6
*
Parsing of namespaces:
Argyrios Kyrtzidis
2008-04-27
1
-0
/
+6
*
initial support for recognizing __transparent_union__ attributes
Nuno Lopes
2008-04-25
1
-0
/
+1
*
Patch to diagnose inconsistancies between properties declared in current and
Fariborz Jahanian
2008-04-24
1
-0
/
+3
*
"This patch renames
Chris Lattner
2008-04-22
1
-1
/
+1
*
Clean up handling of function redeclarations
Douglas Gregor
2008-04-21
1
-1
/
+2
*
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
Nate Begeman
2008-04-18
1
-6
/
+6
*
Initial work for property implementation declarations.
Fariborz Jahanian
2008-04-18
1
-1
/
+7
*
New AST representation for each objc2's property declaration.
Fariborz Jahanian
2008-04-14
1
-4
/
+2
*
This patch adds very basic support for parsing and type-checking class
Douglas Gregor
2008-04-13
1
-0
/
+9
*
Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv...
Argyrios Kyrtzidis
2008-04-12
1
-0
/
+3
*
AST generation for objc2's property declarations.
Fariborz Jahanian
2008-04-11
1
-4
/
+3
*
Minor changes per Chris L's review.
Fariborz Jahanian
2008-04-11
1
-1
/
+1
*
Switch sema to maintaining its own scope chain information for variable
Chris Lattner
2008-04-11
1
-0
/
+3
*
Patch for:
Fariborz Jahanian
2008-04-10
1
-4
/
+7
*
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-08
1
-4
/
+11
*
move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema.
Chris Lattner
2008-04-07
1
-0
/
+4
*
This patch contains these changes:
Chris Lattner
2008-04-06
1
-4
/
+4
*
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-04-04
1
-1
/
+8
*
Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...
Steve Naroff
2008-04-02
1
-2
/
+9
[next]