| Commit message (Expand) | Author | Age | Files | Lines |
* | Warn on missing [super dealloc] calls. | Nico Weber | 2011-08-22 | 1 | -0/+1 |
* | Switch the __int128_t and __uint128_t types over to predefined types | Douglas Gregor | 2011-08-12 | 1 | -32/+24 |
* | Switch the Objective-C 'SEL' type over to a predefined type in the | Douglas Gregor | 2011-08-12 | 1 | -13/+6 |
* | Switch the Objective-C 'Class' type over to a predefined type in the | Douglas Gregor | 2011-08-12 | 1 | -13/+5 |
* | Move the creation of the predefined typedef for Objective-C's 'id' | Douglas Gregor | 2011-08-12 | 1 | -12/+10 |
* | Encapsulate the Objective-C id/Class/SEL "redefinition" types in | Douglas Gregor | 2011-08-11 | 1 | -3/+0 |
* | Make Sema::WeakUndeclaredIdentifiers lazily deserialized. | Douglas Gregor | 2011-07-28 | 1 | -0/+17 |
* | Switch Sema::DynamicClasses over to LazyVector | Douglas Gregor | 2011-07-28 | 1 | -5/+6 |
* | Switch Sema::UnusedFileScopedDecls over to a LazyVector. | Douglas Gregor | 2011-07-27 | 1 | -3/+7 |
* | Introduce a new data structure, LazyVector, which is a vector whose | Douglas Gregor | 2011-07-27 | 1 | -2/+6 |
* | Cleanup the stray comments and variables I could dig out of Sema to | Chandler Carruth | 2011-07-26 | 1 | -4/+4 |
* | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 2011-07-25 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -9/+9 |
* | Build up statistics about the work done for analysis based warnings. | Chandler Carruth | 2011-07-06 | 1 | -2/+11 |
* | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 1 | -0/+6 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -5/+35 |
* | Whenever we instantiate a static data member, make sure to define any new | Nick Lewycky | 2011-05-31 | 1 | -24/+16 |
* | Implement CWG1170, which makes access-control errors into template | Douglas Gregor | 2011-05-11 | 1 | -3/+6 |
* | Look through block pointers and ObjC object pointers | Matt Beaumont-Gay | 2011-05-05 | 1 | -4/+3 |
* | Change cycle detection to be based off of a warning flag. | Alexis Hunt | 2011-05-05 | 1 | -1/+4 |
* | Implement Sema::isExprCallable. | Matt Beaumont-Gay | 2011-05-04 | 1 | -0/+100 |
* | Implement a better version of delegating constructor cycle detection. | Alexis Hunt | 2011-05-04 | 1 | -0/+3 |
* | Recognize gcc's ms_struct pragma (and ignore for now). | Fariborz Jahanian | 2011-04-25 | 1 | -2/+2 |
* | Synthesizing the definition of an implicit member is an AST modification, so ... | Sebastian Redl | 2011-04-24 | 1 | -0/+4 |
* | At the end of the translation unit, defining a vtable can introduce | Douglas Gregor | 2011-04-22 | 1 | -16/+24 |
* | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 2011-04-22 | 1 | -0/+1 |
* | We regard a function as 'unused' from the codegen perspective, so our warning... | Argyrios Kyrtzidis | 2011-04-19 | 1 | -6/+20 |
* | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -10/+10 |
* | In C++ the argument of logical not should always be bool. Added missing impli... | Abramo Bagnara | 2011-04-07 | 1 | -0/+15 |
* | Fix my earlier commit to work with escaped newlines and leave breadcrumbs | John McCall | 2011-03-08 | 1 | -0/+21 |
* | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -3/+8 |
* | Don't emit unused warning for deleted functions. Fixes rdar://8365684 & http:... | Argyrios Kyrtzidis | 2011-03-03 | 1 | -0/+2 |
* | Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r... | Ted Kremenek | 2011-02-23 | 1 | -1/+12 |
* | Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext. | Ted Kremenek | 2011-02-23 | 1 | -1/+1 |
* | Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(... | Ted Kremenek | 2011-02-23 | 1 | -2/+8 |
* | Tweaks to C++0x deduced auto type support: | Richard Smith | 2011-02-21 | 1 | -0/+6 |
* | Warn about code that uses variables and functions with internal linkage | John McCall | 2011-02-19 | 1 | -0/+61 |
* | Switch labels over to using normal name lookup, instead of their | Chris Lattner | 2011-02-18 | 1 | -49/+0 |
* | add a fixme | Chris Lattner | 2011-02-17 | 1 | -0/+2 |
* | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -2/+1 |
* | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -0/+48 |
* | When parsing an out-of-line member function declaration, we must delay | John McCall | 2011-02-14 | 1 | -1/+1 |
* | Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions | Peter Collingbourne | 2011-02-14 | 1 | -1/+1 |
* | Perform the bad-address-space conversions check as part of | John McCall | 2011-02-01 | 1 | -9/+0 |
* | If there were errors, disable 'unused' warnings since they will mostly be noise. | Argyrios Kyrtzidis | 2011-01-31 | 1 | -19/+23 |
* | Teach the evaluation of the __is_convertible_to trait to translate | Douglas Gregor | 2011-01-27 | 1 | -5/+11 |
* | Separate the access-control diagnostics from other diagnostics that do not ha... | Douglas Gregor | 2011-01-27 | 1 | -0/+2 |
* | Don't insert class templates into the DynamicClasses vector. | Anders Carlsson | 2011-01-25 | 1 | -0/+2 |
* | Implement basic support for template instantiation of pack expansions | Douglas Gregor | 2010-12-20 | 1 | -1/+2 |
* | Move the functionality to mark all vtables of key functions as used within | Chandler Carruth | 2010-12-12 | 1 | -0/+12 |