2009-03-29 |
Chris Lattner | Implement PointerLikeTypeTraits for DeclGroupRef. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | reduce indentation with an early exit. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | remove unused #include |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | switch TemplateOrInstantiation to be a PointerUnion... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | change another PointerIntPair into a PointerUnion. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | switch DeclBase::DeclCtx to the new happy and type... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Make the ActionResult optimization work for non-void... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | genericize the ActionResult optimization for holding... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | various cleanups |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | adjust to llvm mainline changes. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | tighten this up, the decl *must* be a declcontext,... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | add fixme |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | add getNumLowBitsAvailable for OpaquePtr and QualType. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | follow llvm mainline, where PointerLikeTypeInfo got... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Ted Kremenek | scan-build: Also look for clang-cc in ../libexec |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Eli Friedman | Initial implementation of ARM ABI. Mostly untested... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | QualType can go in SmallPtrSet now, simplify code that... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | implement the PointerLikeTypeInfo trait for QualType... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | More improvements to namespace aliases. We now support... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Handle the case where the namespace decl is an alias. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Fix lookup bug |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Let getIdentifierNamespaceForKind know about aliases... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Create AST nodes for namespace aliases. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Parse the location of the 'namespace' token to ActOnNam... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Ted Kremenek | Fix regression in pointer comparison with NULL (e.g... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | Introduce a new OpaquePtr<N> struct type, which is... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | sort alphabetically |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Ted Kremenek | Adjust control-flow endpoints for '&&' and '||'. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Ted Kremenek | Add comparison operators for PathDiagosticLocation. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Ted Kremenek | Add comparison operators for SourceRange. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Cedric Venet | CMake: remove TranslationUnit.cpp from build (file... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | move file to proper place. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | As Eli pointed out, it is possible that a namespace... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | add accessors. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | some random cleanups |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | eliminate unneeded iterator wrappers. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | change NamespaceDecl to hold its 'NextNamespace' pointe... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Check that the alias points to a valid namespace. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Ted Kremenek | Properly escape special characters in <string>'s in... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | rename some methods. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | Cleanups for DeclGroup. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Anders Carlsson | Check that the namespace alias doesn't conflict with... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | tidy whitespace. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | rename NextDeclInScope to NextDeclInContext, since... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | simplify getNextDeclInScope |
commit | commitdiff | tree | snapshot |
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 |
next |