- 7d47053 Add the missing line return to align parameters of printPretty. by Michael Han · 12 years ago
- 9c48d16 libclang: refactor CXStringPool: make it a class by Dmitri Gribenko · 12 years ago
- a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 12 years ago
- 8c718e7 libclang: type safety for CXTranslationUnitImpl::CIdx by Dmitri Gribenko · 12 years ago
- 337ee24 libclang: type safety for CXTranslationUnitImpl::FormatContext by Dmitri Gribenko · 12 years ago
- e42e578 libclang: some type safety for CXTranslationUnitImpl's internals by Dmitri Gribenko · 12 years ago
- e3fac33 Fix comment. by Fariborz Jahanian · 12 years ago
- 87611cd Attach any tag type's documentation to its typedef if by Fariborz Jahanian · 12 years ago
- 5694feb libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 12 years ago
- 404628c libclang: make getCursorParentDecl() return 'const Decl *' by Dmitri Gribenko · 12 years ago
- 7d91438 libclang: change getCursorAttr() to return 'const Attr *' by Dmitri Gribenko · 12 years ago
- a8a908b Migrate tests to -verify by Dmitri Gribenko · 12 years ago
- 9677eb8 Added ASTContext methods getIntPtrType and getUIntPtrType. by Enea Zaffanella · 12 years ago
- adeb782 <limits.h> includes <linux/limits.h> on Linux, no need to special-case it by Dmitri Gribenko · 12 years ago
- ff74f96 libclang: make getCursorStmt() and getCursorExpr() return const pointers by Dmitri Gribenko · 12 years ago
- 9eca9f7 Specify non-GNU-ARM triples for key-function test. by Tim Northover · 12 years ago
- 7d9f077 Constify getOptionalExplicitTemplateArgs() by Dmitri Gribenko · 12 years ago
- d615f88 Constify some getters of DesignatedInitExpr by Dmitri Gribenko · 12 years ago
- 1a1b3ab clang/test/Misc/diag-template-diffing-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
- db84e7a [libclang] Introduce clang_getFileUniqueID which returns a struct by Argyrios Kyrtzidis · 12 years ago
- 4e4d7ce clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
- 07c52d2 [analyzer] C++ initializers may require cleanups; look through these. by Jordan Rose · 12 years ago
- db55c04c Give a more informative error message when the dot or arrow operator is used by Richard Trieu · 12 years ago
- 98bfbf5 Fix mismatch between pointer and pointee type when diagnosing an incorrect by Richard Smith · 12 years ago
- 6723472 Fix test case by being more lenient on what to accept as a path name. by Richard Trieu · 12 years ago
- 8782761 Remove function that is newly dead as of r173538. by Nick Lewycky · 12 years ago
- a9cd3d8 Hopefuly unbreak buldbot. by Fariborz Jahanian · 12 years ago
- 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 12 years ago
- 44ec3f0 [analyzer] Track null object lvalues back through C++ method calls. by Jordan Rose · 12 years ago
- dede2fd [analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode. by Jordan Rose · 12 years ago
- aeca2cc [analyzer] Add 'prune-paths' config option to disable path pruning. by Jordan Rose · 12 years ago
- 7ee8906 [analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths. by Jordan Rose · 12 years ago
- a7db6a2 Fix up the test. for // rdar://11861085 by Fariborz Jahanian · 12 years ago
- 713b7c0 Since we're stuck with realpath for the header <-> module mapping, by Douglas Gregor · 12 years ago
- 25cf8ab Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a by Richard Smith · 12 years ago
- 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 12 years ago
- 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
- 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
- b2274d6 clang/test/Index/annotate-comments-typedef.m: Remove CommentXMLValid in CHECKs. Don't assume libxml2 here. by NAKAMURA Takumi · 12 years ago
- f3bbb15 ARM says that the array cookie should always be eight bytes. by John McCall · 12 years ago
- 96fcde0 Move the decision about the kind of CGCXXABI to make inside by John McCall · 12 years ago
- 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 12 years ago
- 59273eb clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr/include. by NAKAMURA Takumi · 12 years ago
- 856e06b [utils] Kill another no-longer-useful utility script. by Daniel Dunbar · 12 years ago
- 23799e3 simplify code by removing excessive bracing. by Fariborz Jahanian · 12 years ago
- 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 12 years ago
- d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
- b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
- d07865b Optimize ModuleManager::visit() by precomputing the visitation order by Douglas Gregor · 12 years ago
- 3d115cf Remove useless 'XPASS: *' from tests by Dmitri Gribenko · 12 years ago
- 69bb7f6 Temporarily disabling ms-asm test by Renato Golin · 12 years ago
- d086068 This test actually passes, just add the missing expected-error by Dmitri Gribenko · 12 years ago
- ff3e102 Migrate test from grep to -fdiagnostics-parseable-fixits by Dmitri Gribenko · 12 years ago
- a5b8e19 Remove empty directories. by Daniel Dunbar · 12 years ago
- cd856ae [utils] Remove the OptionalTests subdir no one runs. by Daniel Dunbar · 12 years ago
- 7771467 [utils] Remove C++Tests that I don't think anyone uses anymore. by Daniel Dunbar · 12 years ago
- c6dcea9 Silence unintended fallthrough diagnostic on a case label preceded with a normal label. by Alexander Kornienko · 12 years ago
- f282e72 FileCheck'ize tests by Dmitri Gribenko · 12 years ago
- 8b127d3 Migrate tests to -verify and merge them by Dmitri Gribenko · 12 years ago
- 7f5c343 [tests] Force a triple to ensure /usr/include is one of the entries. by Daniel Dunbar · 12 years ago
- fd426dc [tests] Add a test for -iwithprefix. by Daniel Dunbar · 12 years ago
- 909df54 Add space after ';'. by Fariborz Jahanian · 12 years ago
- 78c28be Improve diagnsotic further on integer overflow. by Fariborz Jahanian · 12 years ago
- e992ed1 Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for multiple case labels. by Alexander Kornienko · 12 years ago
- 3499dda Fix some alignment and line break decisions. by Daniel Jasper · 12 years ago
- b6c08a6 Lexer.cpp: Fix a warning with ptrdiff_t on i686. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
- 7d56bfe clang/test/PCH/modified-header-error.c: Disable it again. It had been problematic on win32 for while. by NAKAMURA Takumi · 12 years ago
- 63f0036 Allow breaking after "::" if absolutely necessary. by Daniel Jasper · 12 years ago
- ae04222 ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
- 643728a clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. by NAKAMURA Takumi · 12 years ago
- de72f10 Add missing InGroup for this warning. by Nick Lewycky · 12 years ago
- d7e87b2 clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now. by NAKAMURA Takumi · 12 years ago
- dddcc57 clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is available on Lit win32 since r173421. by NAKAMURA Takumi · 12 years ago
- a6cd5cd clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. by NAKAMURA Takumi · 12 years ago
- e095c65 clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc to add explicit -target x86_64-unknown-unknown. by NAKAMURA Takumi · 12 years ago
- 33eb9b5 Create clang/test/Driver/lit.local.cfg. by NAKAMURA Takumi · 12 years ago
- b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
- eab6652 [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 12 years ago
- 5c4e34c [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. by Daniel Dunbar · 12 years ago
- f3fc21f [Frontend] The -iwithprefix option belongs in the After category, according to by Daniel Dunbar · 12 years ago
- 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 12 years ago
- 1d32133 Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio> by NAKAMURA Takumi · 12 years ago
- 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
- f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 12 years ago
- e169807 Track the number of lookups and hits into the on-disk hash tables for by Douglas Gregor · 12 years ago
- ae82c2b Clarify comment: "diagnose" is better than "warn" when emitting an error. by Jordan Rose · 12 years ago
- d4497dd Clean up: since we have FunctionDecl::IsInline, make it store the right value by Richard Smith · 12 years ago
- 57e2a16 FileCheck'ize test by Dmitri Gribenko · 12 years ago
- 5c9e20f FileCheck'ize test by Dmitri Gribenko · 12 years ago
- b8ccd43 [analyzer] Fixup for r173385 and r173386 - initialize the members. by Anna Zaks · 12 years ago
- 057519d FileCheck'ize test by Dmitri Gribenko · 12 years ago
- 45f1fa9 FileCheck'ize test by Dmitri Gribenko · 12 years ago
- a7972a0 Fixes text of diagnostics in integer overflow patch. by Fariborz Jahanian · 12 years ago
- 0a04cbd FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to other by Dmitri Gribenko · 12 years ago
- d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 12 years ago
- bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 12 years ago
- 73f0563 [analyzer] refactor: access IPAMode through the accessor. by Anna Zaks · 12 years ago
- 33e9500 scan-build: Add a --keep-empty option for better testing. by Jordan Rose · 12 years ago
- 75c12bf FileCheck-ify some debug info scope related tests. by David Blaikie · 12 years ago
- 8f62847 removed duplicated comment. by Fariborz Jahanian · 12 years ago