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