Age | Commit message (Expand) | Author |
2010-01-27 | Remove ModuleProviders from clang after r94686 removed them from LLVM. | Jeffrey Yasskin |
2010-01-26 | Move 'LocalCheckers.h' to the 'Checkers' subdirectory. | Ted Kremenek |
2010-01-26 | Added assert to the rewrite. | Fariborz Jahanian |
2010-01-26 | Refix rewriting of an ivar access when it is | Fariborz Jahanian |
2010-01-26 | Fix a regression caused by my rewriting of cast of ivar | Fariborz Jahanian |
2010-01-25 | Fixes a rewriting bug of access ivar of a variable cast | Fariborz Jahanian |
2010-01-25 | Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe... | Ted Kremenek |
2010-01-25 | Update C++ include paths for Exherbo, by Ingmar Vanhassel. | Benjamin Kramer |
2010-01-25 | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek |
2010-01-25 | ASTUnit: Don't check that input files exist when parsing ASTs from the command | Daniel Dunbar |
2010-01-24 | -fno-rtti is now the default. | Chris Lattner |
2010-01-24 | Implement instantiation of AsmStmts (Crazy, I know) | Anders Carlsson |
2010-01-23 | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor |
2010-01-22 | (1) Rename getClangSubversionRevision() to getClangRevision(), and | Ted Kremenek |
2010-01-22 | Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION. | Ted Kremenek |
2010-01-22 | Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur... | Ted Kremenek |
2010-01-21 | Patch to implement rewriting of properties. | Fariborz Jahanian |
2010-01-20 | Make some helper functions static. | Benjamin Kramer |
2010-01-20 | Don't store a Twine temporary, it's unsafe. | Benjamin Kramer |
2010-01-20 | Move the MacroBuilder utilitiy to its own header. Update references. | Chandler Carruth |
2010-01-20 | Fix an invalid Twine use spotty by abbeyj, it isn't safe to use Twine | Daniel Dunbar |
2010-01-20 | Add a missing case for DeclContext printer. | Zhongxing Xu |
2010-01-20 | Also handle CXXConstructor, CXXDestructor and CXXConversion in CFG | Mike Stump |
2010-01-20 | Use the llvm coding convention for indentation for switch. | Mike Stump |
2010-01-19 | add support for Fedora 10 x86_64, there really should be a better way to hand... | Chris Lattner |
2010-01-19 | The type of a compound literal expression is not necessarily the same as the | John McCall |
2010-01-19 | Rewriteing of gnu extension __typeof in objective-c rewriter. | Fariborz Jahanian |
2010-01-19 | Avoid an instantiation of std::sort. | Benjamin Kramer |
2010-01-18 | Preserve type source information in compound literal expressions. | John McCall |
2010-01-18 | Print fix-it hints properly around tabs, from Christian Adåker! | Douglas Gregor |
2010-01-18 | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor |
2010-01-18 | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor |
2010-01-17 | PR6055: fix FreeBSD c++ include path. patch by Roman Divacky | Nuno Lopes |
2010-01-16 | Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast... | Sam Weinig |
2010-01-16 | Fix a rewriting crash and correct rewriting of __block | Fariborz Jahanian |
2010-01-16 | Improve location information for Objective-C category declarations. We | Douglas Gregor |
2010-01-16 | Keep track of the source locations for each protocol reference in | Douglas Gregor |
2010-01-15 | define __weak to null in rewritten source for | Fariborz Jahanian |
2010-01-15 | Preserve type source information in explicit cast expressions. | John McCall |
2010-01-15 | Do not do the block-specific rewrite when there is no block literals. | Fariborz Jahanian |
2010-01-14 | Patch to avoid duplicate declaration of byref structs | Fariborz Jahanian |
2010-01-14 | Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong p... | Fariborz Jahanian |
2010-01-13 | Add type source information for both kinds of typeof types. | John McCall |
2010-01-13 | Predefine __weak attribute when doing objective-c | Fariborz Jahanian |
2010-01-13 | diagnose invalid values of -ftabstop, patch by Christian Adaker! | Chris Lattner |
2010-01-13 | cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the | Daniel Dunbar |
2010-01-12 | Improve on objective-c pointer recognition | Fariborz Jahanian |
2010-01-12 | Fix rewriting of MacOS sjlj based eh. | Fariborz Jahanian |
2010-01-11 | Fix rewriting for forward class declaration. | Fariborz Jahanian |
2010-01-11 | Fixup rewrite of ivars accessed via an explicit object | Fariborz Jahanian |