Age | Commit message (Expand) | Author |
2012-03-14 | modern objective-c translator: section info. | Fariborz Jahanian |
2012-03-14 | Instantiating a class template should not instantiate the definition of any | Richard Smith |
2012-03-14 | '#if 0' out a variable that's only used in other preprocessor-disabled code. | Matt Beaumont-Gay |
2012-03-14 | Provide -Wnull-conversion separately from -Wconversion. | David Blaikie |
2012-03-14 | objective-c modern tranaltor. More section info. | Fariborz Jahanian |
2012-03-14 | [analyzer] A fixup to r152734. Always initialize the flag. | Anna Zaks |
2012-03-14 | No longer defining LP64 in 64-bit builds on platforms which are not LP64. | Aaron Ballman |
2012-03-14 | When emitting a diagnostic about two-phase name lookup, don't do useless | Nick Lewycky |
2012-03-14 | Fix dereference of end iterator. Spotted by ASan. | Matt Beaumont-Gay |
2012-03-14 | [analyzer] Diagnostics: Supply Caller information even if the bug occurs | Anna Zaks |
2012-03-14 | objective-c modern translator. | Fariborz Jahanian |
2012-03-14 | [Analyser] Remove unnecessary recursive visits for ExprWithCleanups and | Erik Verbruggen |
2012-03-14 | Remove clang-wpa example, which has been unmaintained for quite a while. | Douglas Gregor |
2012-03-14 | Minor cleanup in attribute-related diagnostics, from Alexander Kornienko! | Douglas Gregor |
2012-03-14 | Parse brace initializers as default arguments. PR12236. | Sebastian Redl |
2012-03-14 | [Analyser] Removes more recursive visitations in ExprEngine that are no | Erik Verbruggen |
2012-03-14 | [Basic] Change DiagnosticBuilder to use a separate status variable to track w... | Daniel Dunbar |
2012-03-14 | [Sema] Fix SemaDiagnosticBuilder to be inline. | Daniel Dunbar |
2012-03-14 | Remove trailing whitespace (especially after a \ which should be trailing) | Matt Beaumont-Gay |
2012-03-14 | -arch is a darwin-only feature, use -target instead to make the linux buildbo... | Benjamin Kramer |
2012-03-14 | Add support to mangle templated member function names with template | Eric Christopher |
2012-03-13 | Typo. | Chad Rosier |
2012-03-13 | objective-c modern rewriter. Do not add _class_ro_t.reserved | Fariborz Jahanian |
2012-03-13 | [driver] Clang should report an error for -faltivec on non-ppc. | Chad Rosier |
2012-03-13 | When adding member functions to a class add any specializations of | Eric Christopher |
2012-03-13 | Add a test case for PR8385. | David Blaikie |
2012-03-13 | [analyser] Refactor shouldInline logic into a helper. | Anna Zaks |
2012-03-13 | [analyzer] Call enter/exit diagnostic should refer to caller/callee, | Anna Zaks |
2012-03-13 | [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline. | Daniel Dunbar |
2012-03-13 | Allow vectors to be constructed from constexpr function arguments in | Richard Smith |
2012-03-13 | Update test case to use not tool. | Chad Rosier |
2012-03-13 | [driver] Parse diagnostic args in the driver. | Chad Rosier |
2012-03-13 | [analyzer] Change the order in which we analyze the functions under | Anna Zaks |
2012-03-13 | [analyzer] Use BFS over call graph when analysing functions. | Anna Zaks |
2012-03-13 | [analyzer] Refactor CallGraph to use Recursive AST visitor when | Anna Zaks |
2012-03-13 | [analyzer] Use recursive AST visitor to drive simple visitation order in | Anna Zaks |
2012-03-13 | [analyzer] Minor: factor out logic for determining if we should skip a | Anna Zaks |
2012-03-13 | [analyzer] Move the check for parser errors out of the loop over Decls. | Anna Zaks |
2012-03-13 | Fix the long double to be of width/align 64. Rename va_list_test to | Roman Divacky |
2012-03-13 | Spelling. | Daniel Dunbar |
2012-03-13 | [Basic] Make DiagnosticBuilder::{Clear,Emit} protected. | Daniel Dunbar |
2012-03-13 | [Basic] Eliminate DiagnosticBuilder::Suppress and matching ctor, this stuff is | Daniel Dunbar |
2012-03-13 | [Basic] Make DiagnosticBuilder::{isActive,getLocation,getDiagID} protected. | Daniel Dunbar |
2012-03-13 | [Basic] Fix ~Diagnostic() to not call Emit() when there is no diag obj (most | Daniel Dunbar |
2012-03-13 | [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary size | Daniel Dunbar |
2012-03-13 | Remove unused-but-set variable. | Benjamin Kramer |
2012-03-13 | Long double is just double on FreeBSD/{PPC,PPC64}. | Roman Divacky |
2012-03-13 | Tweak linkage order for solaris. | David Chisnall |
2012-03-13 | Ensure that default arguments are handled correctly in sub scopes. For example: | James Molloy |
2012-03-13 | Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template | Richard Smith |