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