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
Age
Commit message (
Expand
)
Author
2012-02-21
Mark a few 'dump' methods as 'used' to make sure they are included in libclang
Argyrios Kyrtzidis
2012-02-21
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-21
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-20
[PCH] Recover gracefully if the ASTReader detects that a file is different
Argyrios Kyrtzidis
2012-02-20
Make PreprocessorOptions::DetailedRecordIncludesNestedMacroExpansions false b...
Argyrios Kyrtzidis
2012-02-20
modern objc translator. Finish off first cut of the
Fariborz Jahanian
2012-02-20
Basic support for name mangling of C++11 lambda expressions. Because
Douglas Gregor
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-19
Implement a -gcc-toolchain command line option that does the same as
Rafael Espindola
2012-02-18
Implement constant expression support for __real__ and __imag__ on lvalue
Richard Smith
2012-02-18
Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...
Ted Kremenek
2012-02-18
Implement #pragma redefine_extname.
David Chisnall
2012-02-18
Rewrite variable capture within lambda expressions and blocks,
Douglas Gregor
2012-02-18
Unify our computation of the type of a captured reference to a
Douglas Gregor
2012-02-18
Change wording of warning about using __bridge casts in non-ARC.
Ted Kremenek
2012-02-18
Diagnose uses of deleted destructors and inaccessible defaulted destructors.
Richard Smith
2012-02-18
Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing
Richard Smith
2012-02-17
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-17
Basic code generation support for std::initializer_list.
Sebastian Redl
2012-02-17
Disambiguate between C++11 lambda expressions and C99 array
Douglas Gregor
2012-02-17
Block expressions always have a prototyped function type; expose this
John McCall
2012-02-17
Add a castAs<U> accessor to CanQual<T>.
John McCall
2012-02-17
Rework the Sema/AST/IRgen dance for the lambda closure type's
Douglas Gregor
2012-02-17
Reject continue/break statements within members of local functions nested within
Richard Smith
2012-02-16
Improve recovery for lambda expressions that have 'mutable' or a
Douglas Gregor
2012-02-16
Revert "Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine....
Ted Kremenek
2012-02-16
C++11 allows unions to have static data members. Remove the corresponding
Richard Smith
2012-02-16
Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also h...
Ted Kremenek
2012-02-16
Minor cleanup to node data structures in ExplodedGraph. No functionality cha...
Ted Kremenek
2012-02-16
Tweak the comment on the 'q' length modifier again.
Hans Wennborg
2012-02-16
Update comment as per Joerg's comment on r150697.
Hans Wennborg
2012-02-16
Allow thread safety attributes on function definitions.
DeLesley Hutchins
2012-02-16
Format string analysis: give 'q' its own enumerator.
Hans Wennborg
2012-02-16
Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...
Sebastian Redl
2012-02-16
Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...
Sebastian Redl
2012-02-16
Make CXXNewExpr contain only a single initialier, and not hold the used const...
Sebastian Redl
2012-02-16
constexpr tidyups:
Richard Smith
2012-02-16
Fix the RecursiveASTVisitor to not traverse C++ default parameters twice.
Argyrios Kyrtzidis
2012-02-16
Implicitly define a lambda's conversion functions (to function
Douglas Gregor
2012-02-16
Mark the parenthesized array member initialization diagnostic as DefaultError,
Richard Smith
2012-02-15
Support GCC's bug^Wextension allowing class array members to be initalized by a
Richard Smith
2012-02-15
Provide common include for all diagnostic headers.
David Blaikie
2012-02-15
Remove the unuseful -fdiagnostics-show-name
David Blaikie
2012-02-15
When overload resolution picks an implicitly-deleted special member
Douglas Gregor
2012-02-15
Tweak comment above DiagGroup<"all">.
Nico Weber
2012-02-15
A little more lambda capture initialization diagnostics cleanup
Douglas Gregor
2012-02-15
Introduce a new initialization entity for lambda captures, and
Douglas Gregor
2012-02-15
Specialize noreturn diagnostics for lambda expressions.
Douglas Gregor
2012-02-15
Specialize the diagnostic complaining about conflicting types of
Douglas Gregor
2012-02-15
Implement code completion support for lambda capture lists.
Douglas Gregor
[next]