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
/
SemaDecl.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
-2297
/
+0
*
move the ASTContext argument to be first in the argument list of
Chris Lattner
2008-03-15
1
-12
/
+12
*
Switch over functiondecl. This makes it obvious that the ASTContext
Chris Lattner
2008-03-15
1
-5
/
+6
*
switch the VarDecl allocation model to go through ASTContext.
Chris Lattner
2008-03-15
1
-11
/
+13
*
start switching decls over to using an allocator controlled by ASTContext.
Chris Lattner
2008-03-15
1
-6
/
+8
*
Correctly error on arrays with automatic storage full of objects with
Nate Begeman
2008-03-14
1
-6
/
+13
*
ISO/IEC TR 18037
Nate Begeman
2008-03-14
1
-2
/
+7
*
Add fastcall/stdcall attribute support
Nate Begeman
2008-03-07
1
-0
/
+28
*
Patch by Nuno Lopes:
Ted Kremenek
2008-03-07
1
-6
/
+40
*
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
1
-19
/
+9
*
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-03-05
1
-9
/
+0
*
The operand to the visibility attribute is required to be a quoted string, no...
Chris Lattner
2008-03-04
1
-9
/
+14
*
Only allow a "noreturn" attribute to be affixed to a FunctionDecl.
Ted Kremenek
2008-03-03
1
-0
/
+8
*
Add a bunch of attributes, patch by Nuno Lopes.
Chris Lattner
2008-03-03
1
-2
/
+222
*
Add support for attribute(deprecated), patch by Nuno Lopes!
Chris Lattner
2008-02-29
1
-1
/
+10
*
Added parsing of attributes for functions.
Ted Kremenek
2008-02-27
1
-2
/
+4
*
Added support for attribute "noreturn."
Ted Kremenek
2008-02-27
1
-0
/
+14
*
Fix PR2092 by making sure the sign of the enum value follows the
Chris Lattner
2008-02-26
1
-6
/
+11
*
convert tabs to spaces, patch by Mike Stump!
Chris Lattner
2008-02-25
1
-5
/
+5
*
Handle __attribute__((annotate("string")))
Nate Begeman
2008-02-21
1
-3
/
+25
*
Collect and build and process type attributes on pointers. For
Chris Lattner
2008-02-21
1
-2
/
+2
*
Correctly handle address space qualifiers in declspecs. This
Chris Lattner
2008-02-21
1
-41
/
+13
*
rename some methods.
Chris Lattner
2008-02-20
1
-23
/
+21
*
Use getKind() in HandleDeclAttribute instead of decoding the string inline.
Chris Lattner
2008-02-20
1
-17
/
+17
*
Alternate address spaces work:
Chris Lattner
2008-02-20
1
-4
/
+3
*
Turn handling of parameter attributes back on, fixing the ObjC breakage
Nate Begeman
2008-02-17
1
-2
/
+2
*
Revert this temporarily, it's breaking objc :/
Nate Begeman
2008-02-17
1
-2
/
+2
*
Handle parameter attributes
Nate Begeman
2008-02-17
1
-3
/
+3
*
Fix PR2042. One remaining issue: we don't currently diagnose
Chris Lattner
2008-02-17
1
-2
/
+3
*
Better handling of the aligned attribute.
Anders Carlsson
2008-02-16
1
-13
/
+22
*
Fix CheckEndOfDirective to diagnose lines that contain macros that expand to
Chris Lattner
2008-02-16
1
-2
/
+1
*
Fix typo
Anders Carlsson
2008-02-16
1
-1
/
+1
*
Handle packed attribute correctly
Anders Carlsson
2008-02-16
1
-4
/
+35
*
Don't call non-existent method... sorry about the spam; the fix seemed
Eli Friedman
2008-02-15
1
-1
/
+1
*
Get rid of unused variable warning.
Eli Friedman
2008-02-15
1
-1
/
+1
*
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-15
1
-13
/
+12
*
Part of clearing up the whole VariableArrayType + incomplete arrays
Eli Friedman
2008-02-15
1
-20
/
+9
*
Get rid of AttributeList in the AST and use the new Attr class instead
Anders Carlsson
2008-02-15
1
-5
/
+6
*
Get rid of outdated code that masks type errors. Fixes PR2036.
Eli Friedman
2008-02-15
1
-10
/
+0
*
Fix unsafe static cast...
Steve Naroff
2008-02-12
1
-2
/
+2
*
After yesterday's discussion (http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008...
Steve Naroff
2008-02-11
1
-5
/
+2
*
Add a comment/FIXME to an earlier change.
Steve Naroff
2008-02-11
1
-1
/
+5
*
Fix http://llvm.org/bugs/show_bug.cgi?id=1988.
Steve Naroff
2008-02-11
1
-0
/
+5
*
Improve diagnostic for illegal array initialization.
Eli Friedman
2008-02-08
1
-0
/
+6
*
Put back the top-level asm code; all tests pass now.
Anders Carlsson
2008-02-08
1
-0
/
+7
*
Back out 46855 for now, it causes test failures on Darwin.
Anders Carlsson
2008-02-08
1
-7
/
+0
*
Handle top-level asm declarations.
Anders Carlsson
2008-02-07
1
-0
/
+7
*
Implement -fms-extensions. This allows us to fuzzy parse non-standard MS cons...
Steve Naroff
2008-02-07
1
-2
/
+3
*
inform astconsumer about tagdecls as they are defined.
Chris Lattner
2008-02-06
1
-4
/
+7
*
simplify some code.
Chris Lattner
2008-02-05
1
-8
/
+5
[next]