index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Parse
Age
Commit message (
Expand
)
Author
2013-05-06
Move PragmaCommentHandler to lib/Parse in preparation for calling Sema
Reid Kleckner
2013-05-05
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-04
Properly parsing __declspec(safebuffers), though there is no semantic hookup....
Aaron Ballman
2013-05-04
Separate out and special-case the diagnostic for 'auto' in a
Richard Smith
2013-05-03
<rdar://problem/13806270> A template argument list is a constant-evaluated co...
Douglas Gregor
2013-05-03
Move CapturedStmt parameters to CapturedDecl
Ben Langmuir
2013-05-03
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
Revert r180970; it's causing breakage.
Douglas Gregor
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-04-30
Fix PR15845: apparently MSVC does not support implicit int in C++ mode.
Richard Smith
2013-04-30
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-29
Fix a typo in a parse assert.
Fariborz Jahanian
2013-04-29
Small CapturedStmt improvements
Ben Langmuir
2013-04-29
Keep the parser's template depth up to date when parsing local templates and
Richard Smith
2013-04-29
Properly reenter multiple contexts when parsing a late-parsed function template
Richard Smith
2013-04-27
ArrayRef'ize Sema::ActOnEnumBody. No functionality change.
Dmitri Gribenko
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
2013-04-24
Objective-C parsing [qoi]: Recover gracefully with good diagnostic
Fariborz Jahanian
2013-04-23
Warn that scoped enumerations are a C++11 extenstion when compiling in
Richard Trieu
2013-04-21
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-18
Objective-C++: Enable passing of modern C++11 style
Fariborz Jahanian
2013-04-18
Objective-C parsing [qoi]: Provide good recovery when
Fariborz Jahanian
2013-04-18
[Parser] Handle #pragma pack/align inside C structs.
Argyrios Kyrtzidis
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Parser support for #pragma clang __debug captured
Tareq A. Siraj
2013-04-16
Fix PR4296: Add parser detection/error recovery for nested functions, from Se...
Douglas Gregor
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-12
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-08
<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...
Douglas Gregor
2013-04-04
Make the ObjC attributes diagnostics a bit more informative.
Nico Weber
2013-04-03
Emit a nicer diagnostic for misplaced attributes on ObjC directives.
Nico Weber
2013-04-03
Give the default CorrectionCandidateCallback::ValidateCandidate some
Kaelyn Uhrain
2013-04-03
Enable use of _Static_assert inside structs and unions in C11 mode (as per C1...
Andy Gibbs
2013-04-03
Assert that Parser::ParseStructUnionBody is not called for C++ code.
Andy Gibbs
2013-04-02
Objective-C arc [qui]. Don't issue the bridge cast
Fariborz Jahanian
2013-04-01
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2013-03-28
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-27
[Parser] Don't code-complete twice.
Argyrios Kyrtzidis
2013-03-27
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-26
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-25
Try harder to be signal-safe inside our signal handler. The most prominent be...
Nick Lewycky
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-20
Do the error recovery for @end only.
Fariborz Jahanian
2013-03-20
Objective-C [qoi] more gracefull recovery when
Fariborz Jahanian
2013-03-20
Teach statement / declaration disambiguation about C++11-style generalized in...
Richard Smith
2013-03-19
Objective-C [qoi]: Provide improved parse diagnostics when
Fariborz Jahanian
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
[next]