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 |
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 |
next |