2009-03-28 |
Chris Lattner | reduce indentation, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Add an ActOnNamespaceAliasDef action and have the parse... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | remove TranslationUnit. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | push more ASTContext goodness out through interfaces... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Revert Sebastian's rvalue patch (r67870) since it cause... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | remove TranslationUnit from ParseAST. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | change HandleTranslationUnit to take an ASTContext... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Ted Kremenek | Text PathDiagnosticBuilder::getEnclosingStmt() about '?' |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Parse namespace aliases. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | remove dead ivar. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | simplify away some dead ownership stuff, TranslationUni... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | hoist TranslationUnit some more. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | eliminate some wrappers. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | eliminate ReadASTBitcodeFile |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | move serialization logic from TranslationUnit to ASTCon... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Ted Kremenek | Teach PathDiagnosticBuilder::getEnclosingStmtLocation... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | don't poke at TranslationUnit directly |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Eli Friedman | Trivial cleanup. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Eli Friedman | Move where block-related variables are initialized... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Eli Friedman | Fix silly mistake in test. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Eli Friedman | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Eli Friedman | Misc small fixes/cleanups/comment changes. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | eliminate ASTConsumer::InitializeTU, all clients are |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | revert mike's patch which broke test/CodeGen/no-common.c. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | remove TranslationUnit::OwnsDecls, which is only set... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | simplify ParseAST by sucking -disable-free handling... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Eli Friedman | Change compound assignment operators to keep track... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Implement access checking for protected base classes. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | move StatListener out to top level. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Douglas Gregor | Make our diagnostics about the obsolete GNU designated... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | various cleanups, no functionality change |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Better way to free NestedNameSpecifiers. Thanks, Chris |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Fix <rdar://problem/6724396>, where we were silently... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Perform a very, very ugly song-and-dance number to... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Devang Patel | Do not emit debug information for variables while gener... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Initial implementation of parsing, semantic analysis... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Add missing header file change. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Sebastian Redl | Better overload resolution for rvalue references. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | BugReporter: For control-flow edges from 'if', 'for... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Eli Friedman | Finish off semantic analysis for regparm, and remove... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Eli Friedman | Fix test failures caused by reading memory after freein... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | BugReporter: PathDiagnosticBuilder::ExecutionContinues... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | minor cleanups: make getIdentifierNamespace() be a... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mike Stump | Fixup -fcommon and -fno-common to be more gcc compatible. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | reduce # const_casts, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | It is OK to cast to a private base class if the current... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Add a Class field to the base path element structure... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | change Decl::DeclCtx to use a PointerIntPair instead... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Fariborz Jahanian | Besides the warning, issue unsupported diagnostics in |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | push line markers through -E mode. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Update "Getting Started" with more current information... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | analyzer plist: For PathDiagnosticControlFlowPieces... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Emit aggregate "location" for PathDiagnostic to plist... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Move declaration of 'PathDiagnostic' to the end of... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Daniel Dunbar | Driver: Pass -f[no-]pascal-strings on to clang, even... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | PathDiagnostic: replace 'std::list' with 'std::deque' |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Add iterators to PathDiagnosticControlFlowDiagnostic... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Daniel Dunbar | Driver: -print-libgcc-file-name was searching wrong... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Implement checking for base class access. Right now... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | If the user is trying to apply the -> or . member refer... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Zhongxing Xu | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Update CMake |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Remove the code insertion hint for implicit int. Too... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | BugReporter: |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Add a stubbed out CheckBaseClassAccess method. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Add SemaAccess.cpp |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Improve recovery when a constructor fails to type-check... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Tests and fixes for templates declared within (non... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | Fix rdar://6719156 - clang should emit a better error... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Zhongxing Xu | remove the updated notes. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | - Fix thinko in implementation of PathDiagnosticLocatio... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mike Stump | Fix searching for gcc, we only want executable files. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Clarify that QualifiedNameType is sugar-only. This... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Fariborz Jahanian | Put back __OBJC2__ definition. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Douglas Gregor | Simplify CXXScopeSpec a lot. No more weird SmallVector... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Douglas Gregor | Revamp our representation of C++ nested-name-specifiers... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | I said _fix_ the build, don't break it. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | Fix build. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | Add |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | - Add class PathDiagosticLocationPair. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Implement PathDiagnosticLocation::asRange() and PathDia... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Add comment. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Restructure code to silence bogus GCC warning. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | - Implement PathDiagnosticLocation::asLocation. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Because of the use of 'cast<TagDecl>', ASTContext.h... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Mike Stump | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | PathDiagnostics (analyzer): |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Fariborz Jahanian | - Minor change to dump of ivar layout map. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Forward -fno-common to clang. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Test case for darwin::Link |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Add darwin::Link tool. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Add a high-level intro to the memory regions design... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Fix a number of option definition mismatches... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Print the correct target when printing the... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Steve Naroff | Fix <rdar://problem/6697053> instance variable is prote... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Move GetReleaseVersion to static Driver::GetRel... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Add ArgList::AddAllArgsTranslated; for forwardi... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Move "regions" analyzer design document to 'docs'. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Zhongxing Xu | Simplify some code. No functionality change. |
commit | commitdiff | tree | snapshot |
next |