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
Age
Commit message (
Expand
)
Author
2013-04-22
Use the ugly PRIx64 macro to make format string portable.
Benjamin Kramer
2013-04-22
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-22
Fix array constant expression evaluation bug: we can have different values for
Richard Smith
2013-04-22
Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...
Richard Smith
2013-04-22
Fix bin-packing behavior of constructor initialziers.
Daniel Jasper
2013-04-22
Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...
David Blaikie
2013-04-21
[Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM
Simon Atanasyan
2013-04-21
[Mips] Do not add unnecessary Mips toolchain path to the list
Simon Atanasyan
2013-04-21
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-20
Disable VLA diagnostic in C++1y mode, and add some tests.
Richard Smith
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
Implement core issue 1608: class members can be found via operator lookup in ...
Richard Smith
2013-04-20
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-20
[analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic
Anna Zaks
2013-04-20
[analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jord...
Anna Zaks
2013-04-19
[libclang] Make sure the preable does not truncate comments.
Argyrios Kyrtzidis
2013-04-19
Note that we support (and in fact have supported since the dawn of time itself)
Richard Smith
2013-04-19
[ms-inline asm] The parsing of C++ identifiers is a task of the front-end par...
Chad Rosier
2013-04-19
Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
2013-04-19
Keep the parentheses in #pragma message (partial revert of r179771).
Andy Gibbs
2013-04-19
C++11 support is now feature-complete.
Richard Smith
2013-04-19
Avoid names like __in that conflict with SAL in builtin headers
Reid Kleckner
2013-04-19
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
[analyzer] Call proper callback for const regions escaped other then on call.
Anton Yartsev
2013-04-19
Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"
Eric Christopher
2013-04-19
PR14606: Debug info for using directives/DW_TAG_imported_module
David Blaikie
2013-04-19
Give CGDebugInfo::getContextDescriptor a more specific return type
David Blaikie
2013-04-18
Objective-C++: Enable passing of modern C++11 style
Fariborz Jahanian
2013-04-18
Add comment to describe cleverness.
Benjamin Kramer
2013-04-18
Comment parsing: simplify code. As a side effect, this also silences GCC's
Dmitri Gribenko
2013-04-18
Objective-C parsing [qoi]: Provide good recovery when
Fariborz Jahanian
2013-04-18
[CMake] Create the directory before creating the link to the clang headers.
Argyrios Kyrtzidis
2013-04-18
[analyzer] Refine 'nil receiver' diagnostics to mention the name of the metho...
Ted Kremenek
2013-04-18
Dropped the parentheses for #pragma message and its kin in the -E output gene...
Andy Gibbs
2013-04-18
[analyzer] "Force" LazyCompoundVals on bind when they are simple enough.
Jordan Rose
2013-04-18
[analyzer] Don't crash if we cache out after making a temporary region.
Jordan Rose
2013-04-18
Specify that we're parsing ms-style inline assembly.
Chad Rosier
2013-04-18
Reject asm output constraints that consist of modifiers only.
Benjamin Kramer
2013-04-18
[Parser] Handle #pragma pack/align inside C structs.
Argyrios Kyrtzidis
2013-04-18
Switch the note order for -Woverloaded-shift-op-parentheses so that the note
Richard Trieu
2013-04-18
[analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
Anna Zaks
2013-04-17
[analyzer] Improve dereferenced expression tracking for MemberExpr with a dot...
Anna Zaks
2013-04-17
[analyzer] Gain more precision retrieving the right SVal by specifying the ty...
Anna Zaks
2013-04-17
[analyzer] Allow TrackConstraintBRVisitor to work when the value it’s track...
Anna Zaks
2013-04-17
[Modules] Use global index to improve typo correction performance
Argyrios Kyrtzidis
2013-04-17
Add support for gcc's spelling of -fcolor-diagnostics.
Nico Weber
2013-04-17
[document parsing]: When tag declaration (but not definition!)
Fariborz Jahanian
2013-04-17
Fix off-by-one error in #pragma clang system_header.
Jordan Rose
2013-04-17
PR15755: don't drop parameter packs when dropping parameters with default
Richard Smith
2013-04-17
Sema: Remove unused variable.
Benjamin Kramer
[next]