2009-10-22 |
Sebastian Redl | Try to instantiate templates before doing hierarchy... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Douglas Gregor | When a template-id expression refers to a member functi... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Douglas Gregor | Refactor our handling of implicit member reference... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | fix PR5265: the size of a float3 should be rounded... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Ted Kremenek | Add some explanatory diagnostics when clang_createTrans... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Zhongxing Xu | Rename: CheckBadDiv->CheckDivZero. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Mike Stump | Remove some misguided code. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Mike Stump | Extend out the block descriptor structure for debug... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Daniel Dunbar | Driver: Fix thinko in logic for finding gcc's tool... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Ted Kremenek | Enhance 'clang_createTranslationUnitFromSourceFile... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Fariborz Jahanian | Code gen for '.*' binary expressions - WIP. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Douglas Gregor | Don't (directly) call RequireCompleteType with an inval... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Turn on the preallocation of all BlockDeclRefExprs. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Douglas Gregor | Don't generate pointer types for void or base classes... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Refine collection of BlockDeclRefExprs. WIP. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Benjamin Kramer | Driver: don't produce bogus osx version numbers if... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Fariborz Jahanian | Expand on code gen. for pointer to data members so... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Benjamin Kramer | Force triple; this test was failing on non-darwin platf... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Fariborz Jahanian | Code gen for pointer-to-datamember - WIP. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Refactor. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Complete out debug info generation for captured __block... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anders Carlsson | Change FixOverloadedFunctionReference to return a ... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Douglas Gregor | Downgrade "function declared 'noreturn' should not... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Steve Naroff | Extend clang_getCursor() to take a 'relativeDecl' argum... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Edward O'Callaghan | Add AuroraUX ABI Triple in correct place. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Zhongxing Xu | Simplify some code. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Chris Lattner | add helpful methods to TargetInfo for querying builtin... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Douglas Gregor | Improve diagnostics and template instantiation behavior... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Chris Lattner | hookize wint_t's definition, patch by Edward O'Callagha... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Prep work to always preallocate BlockDeclRefExprs so... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Revert those last two commits. Beware the treacherous... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Preserve type source information when substituting... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Preserve type source information when substituting... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Preserve source information when substituting into... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Clone Sema::SubstType for DeclaratorInfos. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Initialize using the base location provided by the... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Fix 80-col violation. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Rewrite TreeTransform to transform types as DeclaratorI... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Add TypeLocBuilder, an API for incrementally creating... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Publicize getSigilLoc / setSigilLoc for better metaprog... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | Remove stale comment and tighten code. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | Add FIXME. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | Use llvm::OwningPtr in CFGBuilder, fixing a leak on... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Fariborz Jahanian | Code-gen for CXXZeroInitValueExpr AST passed |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Anders Carlsson | Change ResolveAddressOfOverloadedFunction to support... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Anders Carlsson | Fix the 32-bit ABI to return structures with non-trivia... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | Add destructor and cleanup code to LocationContext... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Fariborz Jahanian | Updated, we support == and != builtins for member pointers. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Fariborz Jahanian | Changes to reflect more pointer-to-member support. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Mike Stump | For now, we need to have the llvm type of the block... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Fariborz Jahanian | Moved comment to its proper place in my last patch. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Fariborz Jahanian | Patch implements ranking conversions between member... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Devang Patel | Do not eagerly cache DITypes because it allows real... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | Driver: If unable to find the gcc tool chain, try the... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Devang Patel | Encode global variable name in debug info. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | Add missing semi-colon. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Fariborz Jahanian | Changed text of warning in my last patch. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Edward O'Callaghan | Bring Darwin into the switch-case statement instead... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Fariborz Jahanian | Issue warning if method body starts with a semicolon. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Steve Naroff | Add an example to help claify the process/assumptions... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Steve Naroff | - Extend clang_createIndex() to support PCH and diagnos... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Eli Friedman | Remove default argument for ImpCastExprToType. Add... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Douglas Gregor | Handle substitutions into the "first qualifier in scope... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | Revert 84601. Looks like it was causing failures on... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | BumpVectorContext: Use 'unsigned' integer type with... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | Implement PR5242: don't desugar a type more than once... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | teach FormatDiagnostic to aggregate previously formatte... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | Fix a reference count imbalance in RewriteRope::MakeRop... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | code cleanup, convert if tree to switch etc. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Mike Stump | Refine the type of the first parameter to block invoke... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Anders Carlsson | Force triple for test. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | RegionStore: Use the *default* binding (instead of... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Ted Kremenek | retain/release checker: allow 'new', 'copy', 'alloc... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Fariborz Jahanian | Builtin candidate minimization for |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Ted Kremenek | Fix inverted preprocessor guard, and fix the resulting... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Ted Kremenek | Really fix <rdar://problem/7312058> by adding a 'displa... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Douglas Gregor | Parse a simple-template-id following a '~' when calling... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Ted Kremenek | The constructor for ASTUnit now takes a DiagnosticClien... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Fariborz Jahanian | Add the built-in candidate set reduction hueristic |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Ted Kremenek | Re-order includes so that the logic involving '#ifdef... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Fariborz Jahanian | Copy conversion of an expression to its base class |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Anders Carlsson | Handle emitting the assignment operator when the lhs... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Anders Carlsson | Set the cast kind to CK_NoOp for C-style casts that... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Steve Naroff | Move Diagnostic/DiagClient/FileManager from Indexer... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Steve Naroff | Change indenting for case/compound statements to confor... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Benjamin Kramer | CIndex: make variable non-static to avoid potential... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Workaround a bug exposed by the FileCheckify of message... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Edward O'Callaghan | AuroraUX toolchain should call GNU assembler not the... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | convert this to FileCheck, PR5232 |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Avoid std::string concatenation. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Update NamedDecl::getName() to work for empty names. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Twinify CodeGenFunction::CreateTempAlloca |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Add ObjCImplementationDecl::getName() for consistency... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Add FIXME calling for rename of NamedDecl::getNameAsString. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Suppress build warning. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Anders Carlsson | When binding a reference to a temporary, it's important... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Anders Carlsson | Fix tyop noticed by Sean Hunt. |
commit | commitdiff | tree | snapshot |
next |