index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-05-03
Re-apply 180974 with the build error fixed. This was the result
Ted Kremenek
2013-05-03
Revert "Change LocationContextMap to be a temporary instead of shared variabl...
Rafael Espindola
2013-05-03
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-02
Change LocationContextMap to be a temporary instead of shared variable in Bug...
Ted Kremenek
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-05-02
Remove redundant flag.
Bill Wendling
2013-05-02
We don't want FP elimination when doing an Apple-style build.
Bill Wendling
2013-05-02
[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.
Jordan Rose
2013-05-02
Use the Itanium ABI for thread_local on Darwin.
Bill Wendling
2013-05-02
Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...
Douglas Gregor
2013-05-02
When looking for the module associated with one of our magical builtin header...
Douglas Gregor
2013-05-02
Basic clang-format integration for BBEdit.
Daniel Jasper
2013-05-02
Ensure that the line table for functions with cleanups is sequential.
Adrian Prantl
2013-05-02
Use a more idiomatic way to disable debug locations.
Adrian Prantl
2013-05-02
Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode.
Douglas Gregor
2013-05-02
[document parsing]: support c++11 type aliases
Fariborz Jahanian
2013-05-02
Make sure we define wchar_t related macros correctly in -fms-extensions mode.
Hans Wennborg
2013-05-02
Fix typo in a stddef.h comment: s/risze_t/rsize_t/
Hans Wennborg
2013-05-02
Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_loca...
Douglas Gregor
2013-05-02
[analyzer] Finally make c++-analyzer 'executable' again.
Anton Yartsev
2013-05-02
[analyzer] RetainCountChecker: don't track through xpc_connection_set_context.
Jordan Rose
2013-05-02
[analyzer] Recreated as a file.
Anton Yartsev
2013-05-02
[analyzer] Temporary remove c++analyzer to recreate it as a separate file, no...
Anton Yartsev
2013-05-02
[analyzer] Added 'executable' property to c++analyzer.
Anton Yartsev
2013-05-02
[analyzer] scan-build for Windows
Anton Yartsev
2013-05-01
[analyzer] Consolidate constant evaluation logic in SValBuilder.
Jordan Rose
2013-05-01
[analyzer] Don't inline the [cd]tors of C++ iterators.
Jordan Rose
2013-05-01
[documenting declaration]: Remove arc liftime qualifiers
Fariborz Jahanian
2013-05-01
Fix typo in FileCheck.
Chad Rosier
2013-05-01
[inline asm] Add a test case for r180873. Test case needs to be on the clang
Chad Rosier
2013-05-01
Fix spurious trailing comma when printing some of the __c11_atomic_* builtins...
Richard Smith
2013-05-01
PR15884: In the 'taking the address of a temporary' extension, materialize the
Richard Smith
2013-05-01
Re-apply "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-05-01
Fix buildbot yet again. // rdar://13757500.
Fariborz Jahanian
2013-05-01
attempt to fix the buildbot failure.
Fariborz Jahanian
2013-05-01
[ObjC declaration documentation] declaration of
Fariborz Jahanian
2013-05-01
As of r180836, these tests should no longer be XFAILed on Windows.
Aaron Ballman
2013-05-01
Point diagnostics that complain about a use of a selector in an objc message,...
Argyrios Kyrtzidis
2013-04-30
Revert 180817 because 180816 was reverted.
Adrian Prantl
2013-04-30
Fix PR15845: apparently MSVC does not support implicit int in C++ mode.
Richard Smith
2013-04-30
Do not generate VLAs as complex variables any more, as they are now
Adrian Prantl
2013-04-30
[driver] Allow multiple -arch options with -save-temps by adding the arch name
Chad Rosier
2013-04-30
[analyzer] scan-build: support -enable-checker with new Xcode integration.
Jordan Rose
2013-04-30
Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...
Richard Smith
2013-04-30
When deducing an 'auto' type, don't modify the type-as-written.
Richard Smith
2013-04-30
[ms-cxxabi] Implement member pointer comparisons
Reid Kleckner
2013-04-30
Struct-path aware TBAA: enable struct-path aware TBAA for classes.
Manman Ren
2013-04-30
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
[next]