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