index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2011-08-20
Migrate, FileCheckize and update:
Eric Christopher
2011-08-19
Modify the check line to be happier on windows.
Eric Christopher
2011-08-19
Remove dead file.
Eric Christopher
2011-08-19
Migrate, FileCheckize and update:
Eric Christopher
2011-08-19
Add new test.
Devang Patel
2011-08-19
Try removing xfail and xtarget to see if this brings back a couple of bots.
Eric Christopher
2011-08-19
Migrate 2007-01-02-UnboundedArray.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate:
Eric Christopher
2011-08-19
Remove 2008-10-29-WrongOffset.cpp since it requires a header file on all
Eric Christopher
2011-08-19
Migrate 2007-10-01-StructResize.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2008-10-29-WrongOffset.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2009-03-17-dbg.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Remove this test. It's failing and it's not that good of a test.
Eric Christopher
2011-08-19
Migrate 2009-06-16-DebugInfoCrash.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2009-07-16-PrivateCopyConstructor.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2009-08-05-ZeroInitWidth.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2009-08-11-VectorRetTy.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2009-09-09-packed-layout.cpp test from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2009-10-27-crash.cpp from llvm/test/FrontendC++.
Eric Christopher
2011-08-19
Migrate 2009-12-23-MissingSext.cpp from test/FrontendC++ and modify
Eric Christopher
2011-08-19
Do not depend on the standard library on the system. Replace the #include with
Nick Lewycky
2011-08-19
Improve the correctness and accuracy of the message for -Wdynamic-class-memac...
Matt Beaumont-Gay
2011-08-19
objc-arc: @property definitions should default to (strong) when not
Fariborz Jahanian
2011-08-19
Revers r138040. Need to look at a few buildbot failures.
Fariborz Jahanian
2011-08-19
objective-c: Bring objective-c handling of decl context
Fariborz Jahanian
2011-08-19
Rename -Wstrl-incorrect-size to -Wstrlcpy-strlcat-size. This warning really ...
Ted Kremenek
2011-08-19
Warn about and truncate UCNs that are too big for their character literal type.
Craig Topper
2011-08-19
Teach ModuleManager::addModule() to check whether a particular module
Douglas Gregor
2011-08-18
Enhance -Wstrl-incorrect-size to not report a FIXIT for destinations that are...
Ted Kremenek
2011-08-18
Don't accept a typo correction if the corrected identifier is the same as the
Kaelyn Uhrain
2011-08-18
Reapply r137903, but fix the definition of size_t in the test case to use __S...
Ted Kremenek
2011-08-18
[libclang] Support code-completion inside macro arguments.
Argyrios Kyrtzidis
2011-08-18
Temporarily revert r137925 to appease buildbots. Original commit message:
Chad Rosier
2011-08-18
Add a test for checking that custom diagnostic visitors are working.
Anna Zaks
2011-08-18
Rework DiagnoseInvalidRedeclaration to add the ability to correct typos when
Kaelyn Uhrain
2011-08-18
[libclang] Annotate correctly macro argument tokens.
Argyrios Kyrtzidis
2011-08-18
Add support for MSVC __unaligned attribute. Necessary to parse MSVC headers i...
Francois Pichet
2011-08-18
Always mark friend function declarations in class templates as
Chandler Carruth
2011-08-18
Teach ModuleManager::addModule() to check whether a particular module
Douglas Gregor
2011-08-18
Revert r137903, "Add experimental -Wstrlcpy-size warning that looks to see if...
Ted Kremenek
2011-08-18
Remove the last FIXMEs on -Wunused-comparison since it got moved to
Chandler Carruth
2011-08-18
[driver] Implement in a more table-like manner and add many more warning options
Chad Rosier
2011-08-18
Implement '-Weverything', which enables all warnings except those explicitly ...
Ted Kremenek
2011-08-18
For the MacroExpands preprocessor callback, also pass the SourceRange
Argyrios Kyrtzidis
2011-08-18
Downgrade "err_init_list_variable_narrowing" into a warning in Microsoft mode...
Francois Pichet
2011-08-17
Add experimental -Wstrlcpy-size warning that looks to see if the size argumen...
Ted Kremenek
[next]