index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
Age
Commit message (
Expand
)
Author
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-15
Use llvm::sys::IsBigEndianHost.
Rafael Espindola
2013-04-14
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Richard Smith
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included...
Argyrios Kyrtzidis
2013-04-12
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
Improve the diagnostics of the number-reading preprocessor directives.
Michael Ilseman
2013-04-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-08
<rdar://problem/13559825> Further reduce template instantiation depth down to...
Douglas Gregor
2013-04-08
Fix PR15634, better error message for template deduction failure.
Richard Trieu
2013-04-08
<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...
Douglas Gregor
2013-04-05
When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add
Richard Trieu
2013-04-05
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
Revert 178811 until I fix the unit tests.
Tanya Lattner
2013-04-04
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
Make the ObjC attributes diagnostics a bit more informative.
Nico Weber
2013-04-03
Complain about attempts to befriend declarations via a using
John McCall
2013-04-03
Emit a nicer diagnostic for misplaced attributes on ObjC directives.
Nico Weber
2013-04-02
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-04-01
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2013-03-31
Fix typo. This method isn't used anywhere.
Benjamin Kramer
2013-03-29
Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
2013-03-29
Add RDSEED intrinsic support defined in AVX2 extension
Michael Liao
2013-03-29
Add XTEST intrinsic defined in TSX extension
Michael Liao
2013-03-29
Revert r178273 as it broke the Linux bootstrap due to false positives
Timur Iskhodzhanov
2013-03-28
Implemented a warning when an input several bitwise operations are
Sam Panzer
2013-03-28
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-27
Fixes a typo in my last patch.
Fariborz Jahanian
2013-03-27
Objective-C: Issue more precise warning when user
Fariborz Jahanian
2013-03-27
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-27
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-27
Remove IdentifierInfo::setHadMacroDefinition()
Argyrios Kyrtzidis
2013-03-27
If we're unable to create the TargetMachine, then just quit producing the
Chad Rosier
2013-03-27
Split "incomplete implementation" warnings for ObjC into separate warnings.
Ted Kremenek
2013-03-26
Remove useGlobalsForAutomaticVariables.
Rafael Espindola
2013-03-26
[ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
2013-03-26
Fix a crasher by reporting a fatal error if we're unable to create the target
Chad Rosier
2013-03-25
Fix layering violation harder.
Matt Beaumont-Gay
2013-03-25
Emit an error message instead of crashing when dereferencing an incomplete po...
Bill Wendling
2013-03-24
Reject -no-integrated-as on windows.
Rafael Espindola
2013-03-24
Generate metadata to implement the -cl-kernel-arg-info option.
Guy Benyei
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
Warn about attempts to reinterpret_cast between two types that are
John McCall
2013-03-21
Fix a typo.
Bob Wilson
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
<rdar://problem/10796651> Introduce configuration macros into module maps.
Douglas Gregor
2013-03-19
Objective-C [qoi]: Provide improved parse diagnostics when
Fariborz Jahanian
[prev]
[next]