Age | Commit message (Expand) | Author |
2011-04-13 | Collect the options applicable to the Rewriter methods into a RewriterOptions... | Argyrios Kyrtzidis |
2011-04-13 | In Microsoft mode, within class scope, if a CXXScopeSpec's type is equal to t... | Francois Pichet |
2011-04-12 | Redeclaration of 'self' should be flagged in | Fariborz Jahanian |
2011-04-12 | Driver: Don't treat -m{abi,arch,cpu,cmodel}= as "driver" options, they don't | Daniel Dunbar |
2011-04-12 | Fix a regression where the initializer implements | Fariborz Jahanian |
2011-04-12 | After some discussion with Doug, we decided that it made a lot more sense | John McCall |
2011-04-12 | Teach GRState::getSValAsScalarOrLoc() about C++ references. | Ted Kremenek |
2011-04-11 | C++ static analysis: also invalidate fields of objects that are the callees i... | Ted Kremenek |
2011-04-11 | Typo. | Fariborz Jahanian |
2011-04-11 | Fixup more objc rwriter bug having to do with | Fariborz Jahanian |
2011-04-11 | More __unknown_anytype work. | John McCall |
2011-04-11 | Remove CK_DynamicToNull. | Anders Carlsson |
2011-04-11 | Add CXXDynamicCastExpr::isAlwaysNull() which will be replacing the cast kind ... | Anders Carlsson |
2011-04-11 | PR9669: implement correct checking for [dcl.init.string]p2. | Eli Friedman |
2011-04-10 | As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which | Anders Carlsson |
2011-04-10 | Simplify calling CheckPlaceholderExpr, converge on it in a few places, | John McCall |
2011-04-10 | Enhance the diagnostic for literal float -> int conversions to suggest | Chandler Carruth |
2011-04-10 | MSVC accepts that default parameters be redefined for member functions | Francois Pichet |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall |
2011-04-09 | refactor -ccc-gcc-name code | Dylan Noblesmith |
2011-04-09 | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman |
2011-04-09 | Clean up the bool conversion warning. Group it with other conversion | Chandler Carruth |
2011-04-09 | add a __sync_swap builtin to fill out the rest of the __sync builtins. | Chris Lattner |
2011-04-09 | Remove a pair of unused diagnostic messages. | Eric Christopher |
2011-04-08 | complete documentation of flags, patch by nobled | Chris Lattner |
2011-04-08 | Properly traverse a ObjCMethodDecl in RecursiveASTVisitor. | Argyrios Kyrtzidis |
2011-04-08 | Rename -mtrap_function= to -ftrap_function= since it's now a target neutral o... | Evan Cheng |
2011-04-08 | Add -mtrap_function=<> option. rdar://9257465 | Evan Cheng |
2011-04-08 | Use ExprResult& instead of Expr *& in Sema | John Wiegley |
2011-04-08 | Warn for any kind of initialization if initializer does not | Fariborz Jahanian |
2011-04-08 | Switch 'is possibly uninitialized' to 'may be uninitialized' based on | Chandler Carruth |
2011-04-08 | Now that the analyzer is distinguishing between uninitialized uses that | Chandler Carruth |
2011-04-07 | Driver: Don't attempt to forward some Clang-only options to cc1. | Daniel Dunbar |
2011-04-07 | Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support. | Daniel Dunbar |
2011-04-07 | Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for | Daniel Dunbar |
2011-04-07 | Frontend: Continue flushing out LogDiagnosticPrinter. | Daniel Dunbar |
2011-04-07 | Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to | Daniel Dunbar |
2011-04-07 | ChainedDiagnosticClient: Fix a bug where chained diagnostic clients wouldn't | Daniel Dunbar |
2011-04-07 | Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any... | Daniel Dunbar |
2011-04-07 | Enhance the Rewriter. | Argyrios Kyrtzidis |
2011-04-07 | Add FullSourceLoc::BeforeThanCompare. a comparison function class, useful for... | Argyrios Kyrtzidis |
2011-04-07 | Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the | Daniel Dunbar |
2011-04-07 | In C++ the argument of logical not should always be bool. Added missing impli... | Abramo Bagnara |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-04-06 | Fix lookup for class messages sent to qualified-class | Fariborz Jahanian |
2011-04-05 | Fix spelling. | Michael J. Spencer |
2011-04-05 | Make this const, there's probably no harm in it and it silences a bunch | Eric Christopher |
2011-04-05 | Fix building with gcc. | Argyrios Kyrtzidis |
2011-04-04 | Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero... | Ted Kremenek |
2011-04-04 | Move Driver::createInvocationFromArgs function to Frontend library to avoid d... | Argyrios Kyrtzidis |