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