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
Age
Commit message (
Expand
)
Author
2013-04-04
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
Plumb through the -fsplit-stack option using the existing backend
Eric Christopher
2013-04-04
Add hasExternalLinkageUncached back with the test that Richard provided, but
Rafael Espindola
2013-04-04
Avoid computing the linkage instead of avoiding caching it.
Rafael Espindola
2013-04-04
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-04
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-04
Make the ObjC attributes diagnostics a bit more informative.
Nico Weber
2013-04-03
Revert accidental commit.
Richard Smith
2013-04-03
Pare back r164351 somewhat. The problem that change was addressing was that we
Richard Smith
2013-04-03
Complain about attempts to befriend declarations via a using
John McCall
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
[preprocessor] Allow comparing two macro definitions syntactically instead of...
Argyrios Kyrtzidis
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
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
Escape more @ signs in Doxygen comments.
Jordan Rose
2013-04-02
Update assertion string to new name of ArithAssignBinaryOperator
Stefanus Du Toit
2013-04-02
Objective-C: Provide fixit hints when warning
Fariborz Jahanian
2013-04-02
Adding a hasLocalQualifiers() AST Matcher.
Edwin Vane
2013-04-02
[ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion
Reid Kleckner
2013-04-02
[ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
Reid Kleckner
2013-04-02
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-04-02
[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...
Anna Zaks
2013-04-02
[analyzer] For now, don't inline [cd]tors of C++ containers.
Jordan Rose
2013-04-02
[analyzer] Cache whether a function is generally inlineable.
Jordan Rose
2013-04-02
[analyzer] Use inline storage in the FunctionSummary DenseMap.
Jordan Rose
2013-04-02
[analyzer] Allow suppressing diagnostics reported within the 'std' namespace
Jordan Rose
2013-04-01
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2013-04-01
Only merge down a variable type if the previous declaration was
John McCall
2013-04-01
Adding parenType() and innerType() AST Matchers
Edwin Vane
2013-04-01
[libclang] Make clang_Cursor_getArgument work with call-exprs.
Argyrios Kyrtzidis
2013-03-31
Fix typo. This method isn't used anywhere.
Benjamin Kramer
2013-03-30
Remove unused default values.
Rafael Espindola
2013-03-30
Add support for gcc-compatible -mfprnd -mno-fprnd PPC options
Hal Finkel
2013-03-30
[analyzer] Add debug helper LocationContext::dumpStack().
Jordan Rose
2013-03-29
[analyzer] Address Jordan’s review of r178309 - do not register an extra vi...
Anna Zaks
2013-03-29
When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
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-29
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
Add configuration plumbing to enable static initializer branching in the CFG ...
Ted Kremenek
2013-03-28
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
[analyzer] Apply the suppression rules to the nil receiver only if the value ...
Anna Zaks
2013-03-28
Warn about more than the first unused variable when -Werror is set.
Matt Beaumont-Gay
2013-03-28
Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
[next]