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
2009-10-29
Update checker build.
Ted Kremenek
2009-10-29
Make sure to call CompleteConstructorCall for bases and members that are init...
Anders Carlsson
2009-10-29
Fix Release-Asserts build breakage
Douglas Gregor
2009-10-29
make clang emit undefs for padding of structs and unions instead of zeros. th...
Nuno Lopes
2009-10-29
Apparently when is now.
John McCall
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
make this interpretable.
Chris Lattner
2009-10-29
Fix an insidious bug in RegionStore::RemoveDeadBindings() pointed out
Ted Kremenek
2009-10-29
add two new and very exhaustive preprocessor tests, patch by
Chris Lattner
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
Formatting fixes.
Daniel Dunbar
2009-10-29
make this more interesting, test the static const array.
Chris Lattner
2009-10-29
Add test case for <rdar://problem/7342806>.
Ted Kremenek
2009-10-29
[llvm up]
Douglas Gregor
2009-10-29
optimize out some ifdefs.
Chris Lattner
2009-10-29
Fix some Window-isms to get these tests to pass on Windows.
John Thompson
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
Restored note on pointer to members with a pointer
Fariborz Jahanian
2009-10-28
random tidying
Chris Lattner
2009-10-28
Removed a Note related to pointer to member functions which
Fariborz Jahanian
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
Test
Douglas Gregor
[prev]
[next]