index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a fixme, by only parsing extern "C" in C++ mode.
Chris Lattner
2008-01-12
1
-2
/
+1
*
Add first pieces of support for parsing and representing
Chris Lattner
2008-01-12
2
-0
/
+46
*
Warn (as gcc does) when @end does not close anything.
Fariborz Jahanian
2008-01-10
1
-6
/
+3
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
3
-67
/
+67
*
Added a comment, minor refactoring of foreach parsing code per Chris's sugges...
Fariborz Jahanian
2008-01-04
2
-10
/
+13
*
Minor changes as suggested by Chris L.
Fariborz Jahanian
2008-01-04
3
-9
/
+6
*
Patch to parse/build AST ObjC2's foreach statement.
Fariborz Jahanian
2008-01-03
3
-33
/
+58
*
New declarations/defs for Objc2's foreach-statement. This is work in progress.
Fariborz Jahanian
2008-01-02
2
-0
/
+11
*
Issue diagnostic when objective-c's @interface is preceeded by a type specifier.
Fariborz Jahanian
2008-01-02
1
-0
/
+3
*
Prevent crash on incorrect objc messaging expression.
Fariborz Jahanian
2008-01-02
1
-2
/
+2
*
remove attribution from makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
11
-22
/
+22
*
Fix a crash on a top-level objc string, patch by Nico Weber
Chris Lattner
2007-12-27
1
-2
/
+2
*
- Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeyword...
Chris Lattner
2007-12-27
2
-22
/
+26
*
Fix an nice and subtle parser bug reported by Nico Weber.
Chris Lattner
2007-12-18
1
-2
/
+2
*
Add __private_extern__ keyword and recognize it. Added a FIXME to indicate th...
Steve Naroff
2007-12-18
1
-0
/
+5
*
use new interface.
Chris Lattner
2007-12-13
1
-1
/
+1
*
Concatenation of objc strings.
Fariborz Jahanian
2007-12-12
1
-1
/
+1
*
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
1
-1
/
+1
*
move function to a more logical location, add its grammar productions.
Chris Lattner
2007-12-12
2
-37
/
+38
*
remove todo
Chris Lattner
2007-12-12
1
-1
/
+0
*
simplify some code.
Chris Lattner
2007-12-12
1
-43
/
+25
*
Add ObjC parser support for concatenated ObjC strings. Note that
Chris Lattner
2007-12-12
1
-7
/
+35
*
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
3
-11
/
+12
*
Fixed a parsing bug whereby @optional/@required keyword is not followed by
Fariborz Jahanian
2007-12-11
1
-0
/
+3
*
Patch to implement "Protocol" as a built-in type declared as
Fariborz Jahanian
2007-12-07
1
-0
/
+3
*
Make sure Parser::ParseObjCSelectorExpression() handles unary selectors (with...
Steve Naroff
2007-12-05
1
-4
/
+5
*
improve VC++ compatibility, patch by Cédric Venet.
Chris Lattner
2007-12-02
1
-10
/
+10
*
Test commit
Seo Sanghyeon
2007-12-01
1
-1
/
+1
*
Yesterday, I simplified how we stream top-level decls.
Steve Naroff
2007-11-29
1
-3
/
+5
*
Several fixes/simplifications surrounding how we stream top-level decl AST's.
Steve Naroff
2007-11-28
1
-5
/
+3
*
Keep track of whether the asm is volatile or not.
Anders Carlsson
2007-11-23
1
-2
/
+2
*
Store output and input operands as well as clobber information in the AsmStmt...
Anders Carlsson
2007-11-22
1
-14
/
+44
*
GCC fails if there is a trailing colon but no clobbers.
Anders Carlsson
2007-11-21
1
-7
/
+5
*
Store inline asm code in the AST.
Anders Carlsson
2007-11-20
2
-6
/
+10
*
Finish up variadic methods/messages.
Steve Naroff
2007-11-15
1
-5
/
+11
*
Implement support for variadic methods (work in progress).
Steve Naroff
2007-11-15
1
-2
/
+6
*
Handle "bool" in all places that touch _Bool.
Chris Lattner
2007-11-15
2
-0
/
+3
*
Rewrite method definition bodies. Also renamed a method to distinguish betwee...
Steve Naroff
2007-11-13
2
-3
/
+4
*
Give AST-walk passes a way to access DeclSpec attributes on functions and
Nate Begeman
2007-11-13
1
-1
/
+5
*
Parse "sizeof(arr)[0]" as a sizeof of an expr if arr
Chris Lattner
2007-11-13
1
-2
/
+6
*
'super' nailed.
Fariborz Jahanian
2007-11-12
1
-2
/
+4
*
Add an error diagnostic to Parse::ParseObjCMessageExpression().
Steve Naroff
2007-11-12
1
-0
/
+1
*
Replace 2 method definition actions (ActOnFunctionDefBody, ActOnMethodDefBody...
Steve Naroff
2007-11-11
2
-2
/
+2
*
Replace 3 method definition functions (ObjcParseMethodDefinition, ParseObjCIn...
Steve Naroff
2007-11-11
2
-65
/
+31
*
This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ...
Steve Naroff
2007-11-11
2
-17
/
+3
*
pretty priting for method definitions.
Fariborz Jahanian
2007-11-10
1
-5
/
+6
*
Represent method definitions as separate AST nodes. Pretty print will come next.
Fariborz Jahanian
2007-11-10
2
-16
/
+26
*
Some code clean up in the form of name changes for functions which
Fariborz Jahanian
2007-11-09
2
-7
/
+9
*
Added class context to method declarations. Provide "interface *" type
Fariborz Jahanian
2007-11-09
1
-4
/
+5
[next]