aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
2013-01-28ASTReader and profiling statistics indicate that implementing a methodDouglas Gregor
2013-01-28Add some more ASTReader statistics for global method pool lookups.Douglas Gregor
2013-01-28Back out r173689. It doesn't matter when we're building with Clang anyway.Douglas Gregor
2013-01-28Eliminate memory allocation from most invocations ofDouglas Gregor
2013-01-28Don't put a function's return type on its own line in Google style.Daniel Jasper
2013-01-28Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do aDouglas Gregor
2013-01-28Print warning instead of error if optional ASan features are enabled w/o spec...Alexey Samsonov
2013-01-28Add a -pedantic warning: an anonymous union within an anonymous union is notRichard Smith
2013-01-27PR15067: Don't assert when a UCN appears in a C90 file.Jordan Rose
2013-01-26Added ASTContext methods getIntPtrType and getUIntPtrType.Enea Zaffanella
2013-01-26Constify getOptionalExplicitTemplateArgs()Dmitri Gribenko
2013-01-26Constify some getters of DesignatedInitExprDmitri Gribenko
2013-01-26Give a more informative error message when the dot or arrow operator is usedRichard Trieu
2013-01-26Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu
2013-01-26[analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode.Jordan Rose
2013-01-26[analyzer] Add 'prune-paths' config option to disable path pruning.Jordan Rose
2013-01-26[analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths.Jordan Rose
2013-01-26Since we're stuck with realpath for the header <-> module mapping,Douglas Gregor
2013-01-26Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko
2013-01-26Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky
2013-01-25patch for PR9027 and // rdar://11861085Fariborz Jahanian
2013-01-25Improve coordination between the module manager and the global moduleDouglas Gregor
2013-01-25The standard ARM C++ ABI dictates that inline functions areJohn McCall
2013-01-25First pass at abstracting out a class for the target C++ ABI.John McCall
2013-01-25Optimize ModuleManager::visit() by precomputing the visitation orderDouglas Gregor
2013-01-25Add space after ';'.Fariborz Jahanian
2013-01-25Improve diagnsotic further on integer overflow.Fariborz Jahanian
2013-01-25ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare]NAKAMURA Takumi
2013-01-25Add missing InGroup for this warning.Nick Lewycky
2013-01-25Sync 'in class initialization of static const double' extension up with GCC,Richard Smith
2013-01-25[Frontend] Remove another IsUserSpecified member variable that is now unused.Daniel Dunbar
2013-01-25[Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-25Track the number of lookups and hits into the on-disk hash tables forDouglas Gregor
2013-01-25Clean up: since we have FunctionDecl::IsInline, make it store the right valueRichard Smith
2013-01-24[analyzer] Fixup for r173385 and r173386 - initialize the members.Anna Zaks
2013-01-24Fixes text of diagnostics in integer overflow patch.Fariborz Jahanian
2013-01-24[analyzer] Add "-analyzer-config mode=[deep|shallow] ".Anna Zaks
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks
2013-01-24[analyzer] refactor: access IPAMode through the accessor.Anna Zaks
2013-01-24Patch to check for integer overflow. It has beenFariborz Jahanian
2013-01-24Move 'convertUTF8Sequence' helper into the C++ section of the header file.Jordan Rose
2013-01-24Add a fixit for \U1234 -> \u1234.Jordan Rose
2013-01-24Handle universal character names and Unicode characters outside of literals.Jordan Rose
2013-01-24Unify diagnostics for \x, \u, and \U without any following hex digits.Jordan Rose
2013-01-24[ms-inline asm] Add an error when trying to compile MS-style inline assemblyChad Rosier
2013-01-24[driver] Associate a JobAction with each result file. This enables the driverChad Rosier
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-24Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar...Nick Lewycky