aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-14modern objective-c translator: section info.Fariborz Jahanian
2012-03-14Instantiating a class template should not instantiate the definition of anyRichard Smith
2012-03-14'#if 0' out a variable that's only used in other preprocessor-disabled code.Matt Beaumont-Gay
2012-03-14Provide -Wnull-conversion separately from -Wconversion.David Blaikie
2012-03-14objective-c modern tranaltor. More section info.Fariborz Jahanian
2012-03-14[analyzer] A fixup to r152734. Always initialize the flag.Anna Zaks
2012-03-14No longer defining LP64 in 64-bit builds on platforms which are not LP64.Aaron Ballman
2012-03-14When emitting a diagnostic about two-phase name lookup, don't do uselessNick Lewycky
2012-03-14Fix dereference of end iterator. Spotted by ASan.Matt Beaumont-Gay
2012-03-14[analyzer] Diagnostics: Supply Caller information even if the bug occursAnna Zaks
2012-03-14objective-c modern translator.Fariborz Jahanian
2012-03-14[Analyser] Remove unnecessary recursive visits for ExprWithCleanups andErik Verbruggen
2012-03-14Remove clang-wpa example, which has been unmaintained for quite a while.Douglas Gregor
2012-03-14Minor cleanup in attribute-related diagnostics, from Alexander Kornienko!Douglas Gregor
2012-03-14Parse brace initializers as default arguments. PR12236.Sebastian Redl
2012-03-14[Analyser] Removes more recursive visitations in ExprEngine that are noErik 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-14Remove 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-14Add support to mangle templated member function names with templateEric Christopher
2012-03-13Typo.Chad Rosier
2012-03-13objective-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-13When adding member functions to a class add any specializations ofEric Christopher
2012-03-13Add 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-13Allow vectors to be constructed from constexpr function arguments inRichard Smith
2012-03-13Update 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 underAnna 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 whenAnna Zaks
2012-03-13[analyzer] Use recursive AST visitor to drive simple visitation order inAnna Zaks
2012-03-13[analyzer] Minor: factor out logic for determining if we should skip aAnna Zaks
2012-03-13[analyzer] Move the check for parser errors out of the loop over Decls.Anna Zaks
2012-03-13Fix the long double to be of width/align 64. Rename va_list_test toRoman Divacky
2012-03-13Spelling.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 isDaniel 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 (mostDaniel Dunbar
2012-03-13[Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary sizeDaniel Dunbar
2012-03-13Remove unused-but-set variable.Benjamin Kramer
2012-03-13Long double is just double on FreeBSD/{PPC,PPC64}.Roman Divacky
2012-03-13Tweak linkage order for solaris.David Chisnall
2012-03-13Ensure that default arguments are handled correctly in sub scopes. For example:James Molloy
2012-03-13Implement [temp.param]p5: the top-level cv-qualifiers on a non-type templateRichard Smith