index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sema
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
move the ASTContext argument to be first in the argument list of
Chris Lattner
2008-03-15
Switch over functiondecl. This makes it obvious that the ASTContext
Chris Lattner
2008-03-15
switch the VarDecl allocation model to go through ASTContext.
Chris Lattner
2008-03-15
start switching decls over to using an allocator controlled by ASTContext.
Chris Lattner
2008-03-14
Correctly error on arrays with automatic storage full of objects with
Nate Begeman
2008-03-14
ISO/IEC TR 18037
Nate Begeman
2008-03-13
improve DeclStmt to be able to store SourceRange info correctly.
Chris Lattner
2008-03-08
simplify all the type info accessors in TargeTInfo to return scalars,
Chris Lattner
2008-03-07
Add fastcall/stdcall attribute support
Nate Begeman
2008-03-07
Patch by Nuno Lopes:
Ted Kremenek
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-03-04
The operand to the visibility attribute is required to be a quoted string, no...
Chris Lattner
2008-03-03
Only allow a "noreturn" attribute to be affixed to a FunctionDecl.
Ted Kremenek
2008-03-03
Added TODO.
Ted Kremenek
2008-03-03
Add a bunch of attributes, patch by Nuno Lopes.
Chris Lattner
2008-03-01
character literals have char type in C++ and int type in C. Patch
Chris Lattner
2008-02-29
Fix http://llvm.org/bugs/show_bug.cgi?id=2103.
Steve Naroff
2008-02-29
Fix http://llvm.org/bugs/show_bug.cgi?id=2106.
Steve Naroff
2008-02-29
Fix a crash where PI.TypeInfo has not been filled in case of missing ObjCInte...
Gabor Greif
2008-02-29
Add support for attribute(deprecated), patch by Nuno Lopes!
Chris Lattner
2008-02-27
Added parsing of attributes for functions.
Ted Kremenek
2008-02-27
Added support for attribute "noreturn."
Ted Kremenek
2008-02-26
add parsing, ast building and pretty printing support for C++ throw expressions.
Chris Lattner
2008-02-26
Fix PR2092 by making sure the sign of the enum value follows the
Chris Lattner
2008-02-25
convert tabs to spaces, patch by Mike Stump!
Chris Lattner
2008-02-24
Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOn...
Steve Naroff
2008-02-21
Handle __attribute__((annotate("string")))
Nate Begeman
2008-02-21
add a fixme.
Chris Lattner
2008-02-21
Collect and build and process type attributes on pointers. For
Chris Lattner
2008-02-21
move some code, no other change.
Chris Lattner
2008-02-21
move type attribute processing into the creatively named ProcessTypeAttribute...
Chris Lattner
2008-02-21
Correctly handle address space qualifiers in declspecs. This
Chris Lattner
2008-02-20
move ConvertDeclSpecToType into Sema
Chris Lattner
2008-02-20
rename some methods.
Chris Lattner
2008-02-20
Use getKind() in HandleDeclAttribute instead of decoding the string inline.
Chris Lattner
2008-02-20
Tabs are the enemy
Nate Begeman
2008-02-20
add some code that will be used to remove processed attrs from
Chris Lattner
2008-02-20
Change ConvertDeclSpecToType to break out of switch instead of
Chris Lattner
2008-02-20
Alternate address spaces work:
Chris Lattner
2008-02-19
Allow ArraySubscriptExpr to be a base node for vector dereference. This
Nate Begeman
2008-02-17
Turn handling of parameter attributes back on, fixing the ObjC breakage
Nate Begeman
2008-02-17
Revert this temporarily, it's breaking objc :/
Nate Begeman
2008-02-17
Handle parameter attributes
Nate Begeman
2008-02-17
Fix PR2042. One remaining issue: we don't currently diagnose
Chris Lattner
2008-02-16
Better handling of the aligned attribute.
Anders Carlsson
2008-02-16
Fix CheckEndOfDirective to diagnose lines that contain macros that expand to
Chris Lattner
2008-02-16
Fix typo
Anders Carlsson
2008-02-16
Handle packed attribute correctly
Anders Carlsson
[next]