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
/
ParseStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MS asm: Filter out fpsw clobbers
Reid Kleckner
2014-03-27
1
-0
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-3
/
+3
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-11
/
+11
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-13
/
+15
*
Pass llvm::Triple objects by const reference.
Benjamin Kramer
2014-03-04
1
-1
/
+1
*
MS ABI: Add support for #pragma pointers_to_members
David Majnemer
2014-02-10
1
-0
/
+8
*
Fix to PR8880 (clang dies processing a for loop)
Serge Pavlov
2014-01-23
1
-6
/
+7
*
TryConsume parser cleanups
Alp Toker
2014-01-10
1
-9
/
+7
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-4
/
+4
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-36
/
+31
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Fix error recovery in return statement.
Serge Pavlov
2013-12-04
1
-2
/
+2
*
Parse: Fix references to 'if' that meant 'for', 'do', and 'while'
Justin Bogner
2013-12-03
1
-3
/
+3
*
MS inline asm: When LLVM called back to Clang to parse a name and do name
Dmitri Gribenko
2013-12-03
1
-14
/
+17
*
Generate a marker token when entering or leaving a submodule when building a
Richard Smith
2013-11-23
1
-2
/
+2
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-21
/
+20
*
PR8455: Handle an attribute between a goto label and a variable declaration per
Richard Smith
2013-11-15
1
-5
/
+34
*
Diagnose C++11 attributes before fp_contract pragmas.
Richard Smith
2013-11-15
1
-0
/
+1
*
Avoid diagnosing twice on non-x86 targets
Alp Toker
2013-10-30
1
-8
/
+10
*
Recover instead of crashing on MS assembly when no target is loaded
Alp Toker
2013-10-30
1
-6
/
+7
*
Fix a parser crash when there are #pragmas in a context which requires a single
Richard Smith
2013-10-28
1
-0
/
+15
*
Revert r193073 and the attempt to fix it in r193170.
Chandler Carruth
2013-10-22
1
-26
/
+0
*
Reenable 'break' in 'for' specifier to allow compilation of QT macro 'foreach'
Serge Pavlov
2013-10-22
1
-0
/
+4
*
Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
2013-10-21
1
-0
/
+22
*
Tidy up and improve error recovery for C++11 attributes in bad places. Based on
Richard Smith
2013-10-15
1
-8
/
+7
*
Fix a typo suggestion regression introduced by r191544.
Kaelyn Uhrain
2013-10-01
1
-1
/
+1
*
Don't suggest namespaces if the next token is a '.'
Kaelyn Uhrain
2013-09-27
1
-0
/
+3
*
Don't give suggest things like function names on the left side of "=".
Kaelyn Uhrain
2013-09-27
1
-0
/
+2
*
Avoid the hard-coded limit on the number of typo corrections attempted.
Kaelyn Uhrain
2013-09-27
1
-15
/
+29
*
Add some missing ProhibitAttributes calls to some declaration-like #pragmas.
Richard Smith
2013-09-16
1
-0
/
+2
*
Fix the MCTargetAsmParser API change.
Joey Gouly
2013-09-12
1
-3
/
+3
*
const'ify Sema::ActOnCXXTryBlock by
Robert Wilhelm
2013-08-22
1
-1
/
+1
*
Remove Extension warning for GNU local labels.
Eli Friedman
2013-08-20
1
-1
/
+0
*
const'ify Sema::ActOnCompoundStmt by
Robert Wilhelm
2013-08-19
1
-4
/
+2
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-3
/
+2
*
ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
2013-07-09
1
-2
/
+2
*
Update to pass in pointers intead of references.
Bill Wendling
2013-06-18
1
-1
/
+1
*
Update for LLVM interface change in r181680.
Rafael Espindola
2013-05-13
1
-1
/
+1
*
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-03
1
-2
/
+395
*
Parser support for #pragma clang __debug captured
Tareq A. Siraj
2013-04-16
1
-0
/
+3
*
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-28
1
-0
/
+3
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+5
*
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-22
1
-1
/
+1
*
[libclang] Fix a crash with invalid code, while skip function bodies is enabled.
Argyrios Kyrtzidis
2013-02-22
1
-1
/
+1
*
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
1
-3
/
+0
*
When a statement is dropped from the AST because it was invalid, make sure
Argyrios Kyrtzidis
2013-02-15
1
-5
/
+0
*
Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.
Richard Smith
2013-01-29
1
-7
/
+12
*
[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style
Chad Rosier
2013-01-22
1
-15
/
+0
*
[ms-inline asm] Remove a warning about ms-style inline assembly not being
Chad Rosier
2013-01-22
1
-3
/
+0
[next]