Age | Commit message (Expand) | Author |
2009-12-23 | More rewriting of __block variables. | Fariborz Jahanian |
2009-12-23 | switch -Werror/-Wfatal-errors error conditions to use diagnostics instead | Chris Lattner |
2009-12-23 | Remove RewriteBlocks. It has been superseded by RewriteObjC | Kovarththanan Rajaratnam |
2009-12-23 | Add support for handling initializers in RewriteObjC::RewriteByRefVar(). | Steve Naroff |
2009-12-23 | Register call inliner as the last checker. | Zhongxing Xu |
2009-12-23 | Migrate the call inliner to the Checker interface. | Zhongxing Xu |
2009-12-23 | Patch to do more rewrite of __block variables. | Fariborz Jahanian |
2009-12-22 | implement -W[no-]fatal-errors, patch by Christian Adåker! | Chris Lattner |
2009-12-22 | Serialize the NoReturn bit on FunctionTypes for precompiled headers | Douglas Gregor |
2009-12-22 | Work around PR5514. | Anders Carlsson |
2009-12-22 | Template code for rewrite of __block variables - wip. | Fariborz Jahanian |
2009-12-21 | Providing support for rewriting of block copy/dispose of | Fariborz Jahanian |
2009-12-18 | Fix a few MSVC warnings. | Daniel Dunbar |
2009-12-18 | Debian has x86_64-linux-gnu, not x86_64-pc-linux-gnu, so add it. | Torok Edwin |
2009-12-18 | Move the 4.4.2 c++ include search to the top, otherwise it was picking the 4.1.3 | Torok Edwin |
2009-12-18 | clang -cc1: Rename -mcpu to -target-cpu to match other target options and not... | Daniel Dunbar |
2009-12-18 | Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used | Daniel Dunbar |
2009-12-18 | Implemented rewriting of invocation of a block ivar. | Fariborz Jahanian |
2009-12-16 | Fix -fdollars-in-identifiers Clang translation. | Daniel Dunbar |
2009-12-16 | When value-initializing a class with no user-defined constructors but | Douglas Gregor |
2009-12-16 | implement PR5654: add -fassume-sane-operator-new, which is enabled by default... | Nuno Lopes |
2009-12-16 | Expose C++ methods to GRExprEngine. | Zhongxing Xu |
2009-12-16 | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor |
2009-12-15 | Implement conditional block invocation rewrite | Fariborz Jahanian |
2009-12-15 | Add comments. | Zhongxing Xu |
2009-12-15 | Remove displayProgress parameter. | Zhongxing Xu |
2009-12-15 | Add -resource-dir to clang -cc1, this allows the base directory for compiler | Daniel Dunbar |
2009-12-13 | Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix C... | Daniel Dunbar |
2009-12-13 | CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation... | Daniel Dunbar |
2009-12-12 | Backend: Switch to using TargetOptions or TargetMachine to set some options i... | Daniel Dunbar |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin |
2009-12-12 | Fix for PR4642: move work in HTMLPrinter out of the destructor. | Eli Friedman |
2009-12-12 | Implement runtime checks for undefined behavior. WIP. | Mike Stump |
2009-12-12 | We should only scan for nested blocks if we are analyzing the body of a funct... | Ted Kremenek |
2009-12-11 | Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. | Daniel Dunbar |
2009-12-10 | spread 'const' love to some variables. this considerably reduces the amount o... | Nuno Lopes |
2009-12-09 | First pass at implementing C++ enum semantics: calculate (and store) an | John McCall |
2009-12-09 | Fix crash in DisplayFunction(). ObjCInterfaceDecls can also get passed to th... | Ted Kremenek |
2009-12-09 | Neil points out that this could be simplified, do it. | Chris Lattner |
2009-12-08 | Increase inlining threshold at -O3, to match llvm-gcc. | Daniel Dunbar |
2009-12-08 | Twinify InitHeaderSearch::AddPath and use it in C++ include path generation. | Benjamin Kramer |
2009-12-08 | Use StringRefs in InitHeaderSearch::AddDelimitedPaths. | Benjamin Kramer |
2009-12-08 | DeclRefExpr stores a ValueDecl internally. | John McCall |
2009-12-08 | Small compatibility fix for -print-decl-contexts. | Eli Friedman |
2009-12-08 | Remove several .c_str() to be forward-compatible with StringRef. | Jeffrey Yasskin |
2009-12-07 | Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block lite... | Ted Kremenek |
2009-12-07 | add fedora 12 include path | Nuno Lopes |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-12-07 | fix -dM with variadic macros, PR5699 | Chris Lattner |
2009-12-07 | some code cleanup. | Chris Lattner |