Age | Commit message (Expand) | Author |
2012-04-04 | Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys::fs instead. | NAKAMURA Takumi |
2012-04-04 | Don't crash (assert failure) when generating blocks for C++ types with a non-... | David Chisnall |
2012-04-04 | Adds a tooling library. | Manuel Klimek |
2012-04-04 | For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is | Richard Smith |
2012-04-04 | When performing template argument deduction for an initializer list, | Douglas Gregor |
2012-04-04 | Dependent-sequence initialization of a single element can be direct | Douglas Gregor |
2012-04-04 | [preprocessor] In Preprocessor::CachingLex() check whether there were more to... | Argyrios Kyrtzidis |
2012-04-04 | When computing the conversion sequence in overload resolution | John McCall |
2012-04-04 | If something already instantiated is reinstantiated as an explicit definition, | Nick Lewycky |
2012-04-04 | ErrorUnsupported on array cookies in the MS C++ ABI code; | John McCall |
2012-04-04 | Enter an expression evaluation context when parsing | John McCall |
2012-04-04 | Change BugReporter's usage of IsCachedDiagnostic to only impact pruning diagn... | Ted Kremenek |
2012-04-04 | Silence dead store warning, and fix indentation. | Ted Kremenek |
2012-04-04 | Remove dead assignment to local variable. | Ted Kremenek |
2012-04-04 | Add feature check "cxx_local_type_template_args" describing support | Douglas Gregor |
2012-04-04 | Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>. | Douglas Gregor |
2012-04-03 | Remove more redundant lookups. Add a new "all_lookups_iterator" which provides | Nick Lewycky |
2012-04-03 | Don't treat synthesized ivars as being in the base class for the purpose of | Nick Lewycky |
2012-04-03 | Replace the workaround from r153445 with a proper fix. | Kaelyn Uhrain |
2012-04-03 | modern objective-c translator: rewriter linkage spec. | Fariborz Jahanian |
2012-04-03 | Correct handling of _Pragma macro inside a macro argument. | Argyrios Kyrtzidis |
2012-04-03 | [analyzer] Record the basic blocks covered by the analyzes run. | Anna Zaks |
2012-04-03 | Add more constraint registers for mips. | Eric Christopher |
2012-04-03 | Change location information for synthesized properties to be at the | Eric Christopher |
2012-04-03 | Fix another false positive in RegionStore involving doing loads from symbolic... | Ted Kremenek |
2012-04-02 | Fix potential null dereference in the static analyzer when inlining a call th... | Ted Kremenek |
2012-04-02 | PR10217 diagnostic fix: don't say 'copy constructor' when we mean | Richard Smith |
2012-04-02 | Remove windows line endings. | David Blaikie |
2012-04-02 | Finish PR10217: Ensure we say that a special member was implicitly, not | Richard Smith |
2012-04-02 | Correct error recovery when missing 'class' in a template template parameter. | David Blaikie |
2012-04-02 | Silence -Wunused-variable in -Asserts build | Matt Beaumont-Gay |
2012-04-02 | PR12438: Profile a reference to a type template parameter by depth and index, | Richard Smith |
2012-04-02 | Implement DR1402: if a field or base class is not movable, the derived class's | Richard Smith |
2012-04-02 | Use -rewrite-legacy-objc as clang argument for translating | Fariborz Jahanian |
2012-04-02 | Basic semantic analysis support for inheriting constructor declarations in | Richard Smith |
2012-04-01 | Ignore unused --serialize-diagnostics option when using llvm-gcc. | Bob Wilson |
2012-04-01 | Properly handle explicit constructors in list-initialization. Fixes PR12120. | Sebastian Redl |
2012-04-01 | Analyzer: Store BugReports directly in a ilist instead of adding another laye... | Benjamin Kramer |
2012-03-31 | Fixed MacroInfo definition range for function like macros with empty body. | Abramo Bagnara |
2012-03-31 | [arcmt] When fixing the "unassigned init call" ARC error, make sure | Argyrios Kyrtzidis |
2012-03-30 | modern objective-c translator: writing container | Fariborz Jahanian |
2012-03-30 | Fix a pair of invalidation bugs when emitting protocol definitions | John McCall |
2012-03-30 | Make sure we unique static-local decls across multiple emissions of | John McCall |
2012-03-30 | PR10217: Provide diagnostics explaining why an implicitly-deleted special | Richard Smith |
2012-03-30 | Revert r153723, and its follow-ups r153728 and r153733. | Chandler Carruth |
2012-03-30 | modern objective-c translator: writing numeric | Fariborz Jahanian |
2012-03-30 | If we encounter a friend class template for which we cannot resolve | Douglas Gregor |
2012-03-30 | Do the static-locals thing properly in the face of unions and | John McCall |
2012-03-30 | Correctly check argument types for some vector macros in smmintrin.h. Put par... | Craig Topper |
2012-03-30 | [analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert. | Anna Zaks |