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
/
Parse
/
ParseExpr.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
-1081
/
+0
*
add parsing, ast building and pretty printing support for C++ throw expressions.
Chris Lattner
2008-02-26
1
-0
/
+7
*
Implement support for __extension__ which silences extwarnings in its
Chris Lattner
2008-02-02
1
-2
/
+12
*
Remainder of the __builtin_overload feedback
Nate Begeman
2008-01-31
1
-6
/
+0
*
remove an implemented todo
Chris Lattner
2008-01-25
1
-2
/
+1
*
Implement basic overload support via a new builtin, __builtin_overload.
Nate Begeman
2008-01-17
1
-0
/
+40
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix an nice and subtle parser bug reported by Nico Weber.
Chris Lattner
2007-12-18
1
-2
/
+2
*
Parse "sizeof(arr)[0]" as a sizeof of an expr if arr
Chris Lattner
2007-11-13
1
-2
/
+6
*
Fix a parser bug with message expressions - need to call ParsePostfixExpressi...
Steve Naroff
2007-10-15
1
-3
/
+4
*
Add code generation and sema checking for __builtin_va_arg.
Anders Carlsson
2007-10-15
1
-6
/
+10
*
switch more code to use Token::is/isNot where possible.
Chris Lattner
2007-10-09
1
-31
/
+29
*
this patch accomodates clattner's comments on expression processing in @try-s...
Fariborz Jahanian
2007-10-04
1
-1
/
+1
*
minor cleanup
Chris Lattner
2007-10-03
1
-8
/
+7
*
Removed a few TODOs on things which are done.
Fariborz Jahanian
2007-09-26
1
-3
/
+3
*
Patch to parse objective-c's @try-statement and @throw-statement.
Fariborz Jahanian
2007-09-19
1
-1
/
+16
*
Rename statement actions (from Parse-prefix to ActOn-prefix).
Steve Naroff
2007-09-16
1
-5
/
+5
*
Rename expression actions (from Parse-prefix to ActOn-prefix).
Steve Naroff
2007-09-16
1
-18
/
+18
*
Start converting Action methods from Parse-prefix to ActOn-prefix.
Steve Naroff
2007-09-15
1
-3
/
+3
*
1. Fix parsing of method prototype involving c-style argument declarations.
Fariborz Jahanian
2007-09-05
1
-5
/
+7
*
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
Chris Lattner
2007-08-31
1
-3
/
+2
*
don't turn semantic errors into parse errors.
Chris Lattner
2007-08-31
1
-9
/
+13
*
fix some memory leaks when recovering.
Chris Lattner
2007-08-31
1
-3
/
+18
*
Pass the location of the type.
Chris Lattner
2007-08-30
1
-1
/
+2
*
make sure to parse postfix expression suffixes after builtin
Chris Lattner
2007-08-30
1
-7
/
+10
*
add an action callback for __builtin_offsetof
Chris Lattner
2007-08-30
1
-12
/
+38
*
Don't remove the grammar construct, just the TODO.
Anders Carlsson
2007-08-21
1
-0
/
+1
*
Remove objc-string-literal since it's been implemented now.
Anders Carlsson
2007-08-21
1
-1
/
+0
*
Implement parsing and code generation of Objective-C string literals.
Anders Carlsson
2007-08-21
1
-0
/
+2
*
Implement __builtin_choose_expr.
Steve Naroff
2007-08-03
1
-7
/
+23
*
- Finish hooking up support for __builtin_types_compatible_p().
Steve Naroff
2007-08-01
1
-3
/
+8
*
Add AST/Sema support for __builtin_types_compatible_p (a GNU extension).
Steve Naroff
2007-08-01
1
-2
/
+2
*
implement ast building and trivial semantic analysis of stmt exprs.
Chris Lattner
2007-07-24
1
-4
/
+8
*
Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__
Anders Carlsson
2007-07-21
1
-1
/
+1
*
improve and simplify error recovery for calls, fix a crash when diagnosing
Chris Lattner
2007-07-21
1
-6
/
+3
*
At one point there were going to be lexer and parser tokens.
Chris Lattner
2007-07-20
1
-6
/
+6
*
Work towards fixing crasher with compound literals...
Steve Naroff
2007-07-19
1
-1
/
+2
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-29
1
-0
/
+4
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-28
1
-2
/
+1
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-4
/
+3
*
implement full sema support for the GCC address-of-label extension.
Chris Lattner
2007-05-28
1
-6
/
+5
*
Fix a problem where a semantic error confused error recovery to the point
Chris Lattner
2007-05-21
1
-3
/
+6
*
Bug #:
Steve Naroff
2007-04-26
1
-0
/
+4
*
Bug #:
Steve Naroff
2007-03-23
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-03-14
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-03-06
1
-112
/
+1
*
Bug #:
Steve Naroff
2007-03-03
1
-7
/
+112
*
Batch search/replace snafu (inadvertantly changed IntegerConstant->StringLite...
Steve Naroff
2007-02-21
1
-2
/
+2
*
rename IntegerConstant->IntegerLiteral
Steve Naroff
2007-02-21
1
-2
/
+2
*
C++: Added support for bool types.
Bill Wendling
2007-02-13
1
-0
/
+5
[next]