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
/
Parse
/
ParseInit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make our diagnostics about the obsolete GNU designated-initializer
Douglas Gregor
2009-03-28
1
-4
/
+13
*
Fix <rdar://problem/6724396>, where we were silently dropping
Douglas Gregor
2009-03-27
1
-1
/
+2
*
InitListDesignations hasn't been used (ever). Eliminate it, and
Douglas Gregor
2009-03-20
1
-60
/
+32
*
Put the invalid flag of OwningResult into the Action pointer.
Sebastian Redl
2009-02-05
1
-1
/
+1
*
Implement and test aggregate initialization in C++. Major changes:
Douglas Gregor
2009-01-30
1
-3
/
+3
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Initial implementation of semantic analysis and ASTs for C99
Douglas Gregor
2009-01-22
1
-14
/
+22
*
Convert more expression actions to smart pointers.
Sebastian Redl
2009-01-19
1
-5
/
+4
*
Rename move_convert to move_arg and move_res. The new names are less misleadi...
Sebastian Redl
2009-01-18
1
-1
/
+1
*
Convert remaining expression parsers to smart pointers. Now on to the Action ...
Sebastian Redl
2008-12-13
1
-7
/
+7
*
Convert a big bunch of expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
1
-27
/
+28
*
Convert selected expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
1
-3
/
+3
*
Modify the move emulation according to the excellent design of Howard Hinnant...
Sebastian Redl
2008-12-10
1
-6
/
+7
*
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
1
-3
/
+3
*
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-12-09
1
-16
/
+15
*
Use RAII objects to ensure proper destruction of expression and statement AST...
Sebastian Redl
2008-11-25
1
-8
/
+8
*
Fix <rdar://problem/6150376> [sema] crash on invalid message send.
Steve Naroff
2008-11-19
1
-3
/
+6
*
Fix PR3001: if we have an error parsing an initializer, make sure to remove
Chris Lattner
2008-11-03
1
-2
/
+10
*
pass designators into sema. This completes parser-level designator
Chris Lattner
2008-10-26
1
-10
/
+11
*
implement some more FIXMEs, by rejecting more bogus stuff in
Chris Lattner
2008-10-26
1
-4
/
+25
*
add some simple designator testcases. Reject things like this:
Chris Lattner
2008-10-26
1
-6
/
+10
*
improve comments, build array and array range designator nodes,
Chris Lattner
2008-10-26
1
-7
/
+23
*
improve comments, build a Designation for field designators and
Chris Lattner
2008-10-26
1
-9
/
+26
*
restructure ParseInitializerWithPotentialDesignator to make it
Chris Lattner
2008-10-26
1
-76
/
+75
*
improve MayBeDesignationStart to do the entire determination
Chris Lattner
2008-10-26
1
-17
/
+12
*
inline the decision logic that chooses between an assign expr and brace
Chris Lattner
2008-10-26
1
-8
/
+4
*
This patch continues parser-level implementation of designators:
Chris Lattner
2008-10-26
1
-23
/
+41
*
minor cleanups
Chris Lattner
2008-10-26
1
-3
/
+5
*
Simplify the parser a bit by looking at the next token without consuming it (...
Argyrios Kyrtzidis
2008-07-09
1
-7
/
+6
*
handle the full assignment-expression grammar when using an
Chris Lattner
2008-06-02
1
-5
/
+4
*
Two improvements to initializer parsing:
Chris Lattner
2008-04-20
1
-5
/
+19
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+227
[prev]