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-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-09
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
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-08
The recent GCOV changes expect the initial version string to be in forward or...
Bill Wendling
2013-04-08
fixes a typo in my last patch.
Fariborz Jahanian
2013-04-08
doce parsing: adding few more headerdoc tags.
Fariborz Jahanian
2013-04-08
<rdar://problem/12806802> Propagate access specifiers for conversion function...
Douglas Gregor
2013-04-08
Add matcher for NamespaceDecls.
Daniel Jasper
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-05
doce parsing: adding few more headerdoc tags.
Fariborz Jahanian
2013-04-05
[analyzer] Show path diagnostic for C++ initializers
Anna Zaks
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
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
[next]