2009-03-30 |
Daniel Dunbar | Driver: Unbreak ArgList::hasFlag. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Fariborz Jahanian | Use CodeGenModule API for ObjC runtime function references. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Daniel Dunbar | Fix -MD with no -MT when -o is specified (and fix test... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ted Kremenek | Add version of GRExprEngine::AddCheck that registered... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Daniel Dunbar | Some very rough Driver documentation. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Daniel Dunbar | Missed test case update (part of previous commit) |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Zhongxing Xu | Make SymbolicRegion untyped. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Daniel Dunbar | Driver: Support -M and -MM. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Zhongxing Xu | Implement a FIXME. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Daniel Dunbar | Improve dependency file support. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Sebastian Redl | Hopefully fix the rval regressions. Thanks to Chris... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Daniel Dunbar | Driver: Track which original arguments an arg is derive... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Daniel Dunbar | Driver: Add test case for darwin::Preprocess and darwin... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Daniel Dunbar | Driver: Make sure to claim -### before emitting "unused... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Daniel Dunbar | Fix typo in diagnostic. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Eli Friedman | Fix the default for intptr_t on *BSD x86-32 and Windows... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Daniel Dunbar | Driver: Finish porting Darwin::Preprocess and Compile... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | minor simplification |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | hoist some code for handling objc foreach construct... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | hoist checks for ; and in out of ParseInitDeclaratorLis... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Daniel Dunbar | Driver: Start porting Darwin::Preprocess and Compile... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Push DeclGroup much farther throughout the compiler... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | DeclRefExpr refers to one decl, not all the declarators... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | simplify |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Sebastian Redl | Reintroduce r67870 (rval ref overloading), since I... |
commit | commitdiff | tree | snapshot |
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 |
next |