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
2009-10-29
make clang emit undefs for padding of structs and unions instead of zeros. th...
Nuno Lopes
2009-10-29
Track source information for template arguments and template specialization
John McCall
2009-10-29
Extract TemplateArgument into a new header just for common template
John McCall
2009-10-29
Add an assertion to ensure NullDerefChecker exists.
Zhongxing Xu
2009-10-29
Fix accidental use of CheckSVal instead of CheckLocation, and add a
Ted Kremenek
2009-10-29
StringSwitch-ify attribute name mapping.
Douglas Gregor
2009-10-29
Fix an insidious bug in RegionStore::RemoveDeadBindings() pointed out
Ted Kremenek
2009-10-29
simplify intmax setup, patch by Ken Dyck!
Chris Lattner
2009-10-29
Remove some obsolete or unnecessary FIXMEs.
Daniel Dunbar
2009-10-29
PR5328: Allow duplicatic -pedantic (and -pedantic-errors) options.
Daniel Dunbar
2009-10-29
Kill off MakeFormattedString helper function.
Daniel Dunbar
2009-10-29
Move NullDeref and UndefDeref into their own checker.
Zhongxing Xu
2009-10-29
Reject -I- in driver instead of clang-cc.
Daniel Dunbar
2009-10-29
[llvm up]
Douglas Gregor
2009-10-29
optimize out some ifdefs.
Chris Lattner
2009-10-29
Implement support for semantic checking and template instantiation of
Douglas Gregor
2009-10-28
Implement clang support for indirect branch and address of label
Chris Lattner
2009-10-28
Unused ivars checker: also check methods in categories that are defined in th...
Ted Kremenek
2009-10-28
Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating me...
Steve Naroff
2009-10-28
Refine __builtin_object_size. Don't try and get a size for things
Mike Stump
2009-10-28
Minor cleanup.
Fariborz Jahanian
2009-10-28
Code gen for array construction - WIP
Fariborz Jahanian
2009-10-28
Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...
Steve Naroff
2009-10-28
Refactor a bit.
Mike Stump
2009-10-28
Pull ivar scanning logic into another utility function. This refactoring will...
Ted Kremenek
2009-10-28
factor a creation of Int32Ty.
Chris Lattner
2009-10-28
Use array's base element type in getting to its
Fariborz Jahanian
2009-10-28
Removed an unnecessary arguement passed to InitializeVarWithConstructor
Fariborz Jahanian
2009-10-28
random tidying
Chris Lattner
2009-10-28
Diagnose use of data pointer member in a function call
Fariborz Jahanian
2009-10-28
Mangle based on the declaration we're given, not the canonical
Douglas Gregor
2009-10-28
Fix for PR4887, Credit to Jonathan Gray.
Edward O'Callaghan
2009-10-28
make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit.
Zhongxing Xu
2009-10-28
adjust for a pending LLVM change.
Chris Lattner
2009-10-28
Add mangling for VTTs.
Mike Stump
2009-10-28
Finish off pure virtual function handling.
Mike Stump
2009-10-28
Slightly improve source location information during template instantiation
Douglas Gregor
2009-10-27
Prep work for putting ___cxa_pure_virtual in the vtables for pure functions.
Mike Stump
2009-10-27
Refactor code a little.
Mike Stump
2009-10-27
Implement proper linkage for explicit instantiation declarations of
Douglas Gregor
2009-10-27
Type of a conditional expression with two distinct objective-c
Fariborz Jahanian
2009-10-27
__builtin_object_size refinements. Ensure we handle expressions with
Mike Stump
2009-10-27
CMake: Respect LLVM_LIBDIR_SUFFIX for clang-specific headers under
Oscar Fuentes
2009-10-27
Introduce FunctionDecl::isInlined() to tell whether a function should
Douglas Gregor
2009-10-27
Rename FunctionDecl::isInline/setInline to
Douglas Gregor
2009-10-27
Explicit instantiation suppresses the instantiation of non-inline
Douglas Gregor
2009-10-27
Set OptimizeForSize LLVM function attribute with -Os.
Daniel Dunbar
2009-10-27
Fix crash when synthesizing property setters when the property type and ivar
Daniel Dunbar
2009-10-27
An explicit instantiation definition only instantiations those class
Douglas Gregor
2009-10-27
Generate constructor for value-initialization cases, even if the
Fariborz Jahanian
[prev]
[next]