- a2c91e7 objective-c: Issue diagnostic when an implicit by Fariborz Jahanian · 13 years ago
- 0ddb097 Suppress -Wunused-variable warning in -Asserts build by Matt Beaumont-Gay · 13 years ago
- d448ce0 VerifyICE: Pass PartialDiagnostics by reference. by Benjamin Kramer · 13 years ago
- 8b2a5d2 MIPS: Followup to r154606. Expand list of accepted MIPS target features in the MipsTargetInfoBase::setFeatureEnabled() routine. by Simon Atanasyan · 13 years ago
- 241cbe4 fix GCC version comparison wrt. equal patch suffices (and squash two typos) by Gabor Greif · 13 years ago
- 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 13 years ago
- 2d01f2c As per John McCall comment: by Francois Pichet · 13 years ago
- 3acf764 fix display of source lines with null characters by Seth Cantrell · 13 years ago
- 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 13 years ago
- 074c191 Calling setVisibility directly only makes (some) sense when the visibility is by Rafael Espindola · 13 years ago
- 87162c2 PR12569: Instantiate exception specifications of explicit instantiations by Richard Smith · 13 years ago
- 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 13 years ago
- 70712b2 fix display of source lines with null characters by Seth Cantrell · 13 years ago
- e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 13 years ago
- 54881cb Simplify calls to mergeVisibility* by passing in the LinkageInfo. No by Rafael Espindola · 13 years ago
- 76a98be objective-c modern translation. Correct rewriting of by Fariborz Jahanian · 13 years ago
- c661f14 Switches the JSONCompilationDatabase to use the YAML parser. by Manuel Klimek · 13 years ago
- b2d899e Emulate a MSVC bug where the creation of pointer-to-member to protected member of base class is allowed but only from a static function. by Francois Pichet · 13 years ago
- 0407a04 fix a typo by Gabor Greif · 13 years ago
- 49a110d Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. Unfortunately, these instructions have behavior that can't be modeled with shuffle vector. by Craig Topper · 13 years ago
- 01561d1 Change ExprEngine::shouldInlineDecl() to be defensive in checking if the CFG of the callee is valid. Fixes <rdar://problem/11257631>. by Ted Kremenek · 13 years ago
- 26397ed Fix case where the alignment is overaligned, per Eli's suggestion. by Chad Rosier · 13 years ago
- e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 13 years ago
- 7fea7c8 Make sure EmitMoveFromReturnSlot is passing the correct alignment to by Chad Rosier · 13 years ago
- 0ff258b Typo. by Eric Christopher · 13 years ago
- 0e97681 Modern objective-c translator:'self' used inside by Fariborz Jahanian · 13 years ago
- 43aa1c3 modern objective-c translator: translation of implicit by Fariborz Jahanian · 13 years ago
- 9a70cdd [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991). by Anna Zaks · 13 years ago
- 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 13 years ago
- 3c6ed1b Remove support for -fast-math metadata for the moment. by Duncan Sands · 13 years ago
- 2850376 Per Richard's comments on r154794, add the checks necessary to handle constant-folding relational comparisons safely in case the user is using -fwrapv or equivalent. by Eli Friedman · 13 years ago
- e9836a2 Revert r154749 for now at John McCall's request. by Rafael Espindola · 13 years ago
- 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 13 years ago
- 0f90590 Use ordering and the explicit visibility bit instead of modifying by Rafael Espindola · 13 years ago
- 10e675d Generate fpmath metadata when -ffast-math. Note that no optimizations are hooked by Duncan Sands · 13 years ago
- 7ac715f Hexagon V5(Floating Point) support. by Sirish Pande · 13 years ago
- 60c7707 Adjust for LLVM name tweaks requested by Chandler. by Duncan Sands · 13 years ago
- 62d9f11 Add another constructor to LVFlags and use it to simplify the code a bit. by Rafael Espindola · 13 years ago
- cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 13 years ago
- a316988 Make constant evaluation for pointer comparisons work correctly for some uncommon cases. <rdar://problem/10962435>. by Eli Friedman · 13 years ago
- 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 13 years ago
- e275a18 The result of the Microsoft __uuidof operator must be considered a global lvalue during constant expression evaluation. by Francois Pichet · 13 years ago
- 377ecc7 Propagate alignment on lvalues through EmitLValueForField. PR12395. by Eli Friedman · 13 years ago
- b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 13 years ago
- b5491f3 Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code. by Craig Topper · 13 years ago
- 6c22939 Correct indentation by David Blaikie · 13 years ago
- 2d7cb06 Use MDBuilder to help with metadata creation. by Duncan Sands · 13 years ago
- b1758c6 Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete. by Benjamin Kramer · 13 years ago
- a9ab209 Actually, this tree isn't necessarily binary. by Benjamin Kramer · 13 years ago
- 398a498 Recursively delete rewrite rope nodes when tearing down the tree. by Benjamin Kramer · 13 years ago
- fe58720 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 13 years ago
- 8590d86 objective-c modern translator: Make metadata by Fariborz Jahanian · 13 years ago
- 767f7c7 Consider visibility attributes last, so that they take precedence. by Rafael Espindola · 13 years ago
- 8fb9fb6 Replace manual delete[] with OwningArrayPtr. by Benjamin Kramer · 13 years ago
- a2189d7 Don't leak vtable thunks. by Benjamin Kramer · 13 years ago
- d306cf7 Delete late parsed attributes instead of leaking them. by Benjamin Kramer · 13 years ago
- 9bb1d34 Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm by Duncan Sands · 13 years ago
- 13bb701 Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool. by Benjamin Kramer · 13 years ago
- bcadf96 ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked. by Benjamin Kramer · 13 years ago
- 34f9dc4 Directly store TypoResultsMaps in the TypoEditDistanceMap, getting rid of manual deletion. by Benjamin Kramer · 13 years ago
- 534986f Add an AttributedStmt type to represent a statement with C++11 attributes by Richard Smith · 13 years ago
- 9cdd1e3 Delete the TypoResultsMap when erasing the pointer to it. by Benjamin Kramer · 13 years ago
- 38baeab Don't enter cleanups for unreachable variables. It's impossible to by John McCall · 13 years ago
- 653b7cf modern objective-c translator: Fixes translation of by Fariborz Jahanian · 13 years ago
- c6b468e Avoid string thrashing when we can concatenate them in the final buffer. by Benjamin Kramer · 13 years ago
- b889614 Serialize and deserialize some missing bits from BlockDecl. by John McCall · 13 years ago
- 87e154c Remove the unused, unmaintained, incomplete 'Index' library. by Douglas Gregor · 13 years ago
- b20c46e modern objective-c translator: When translating by Fariborz Jahanian · 13 years ago
- 88507dd Make control flow more explicit for rebuilding property reference expressions without their OpaqueValueExprs by Douglas Gregor · 13 years ago
- 1050471 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 13 years ago
- f53bc31 super and class property reference expressions don't need to be by Douglas Gregor · 13 years ago
- eaf856d Step forward with supporting of ARM homogenous aggregates: by Anton Korobeynikov · 13 years ago
- 51b9240 Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of by Richard Smith · 13 years ago
- a1c4f7c PR12500: Improve the wording of the diagnostic for a redefinition of a name by Richard Smith · 13 years ago
- 5e6c3f0 Support -Wc++98-compat-pedantic as requested: by Seth Cantrell · 13 years ago
- 7444639 Fix a trivial oversight with apple-kext static local destructors by John McCall · 13 years ago
- 97b57a2 When we're flagging a protected scope to prevent jumps into the by John McCall · 13 years ago
- d555222 C++11 no longer requires files to end with a newline by Seth Cantrell · 13 years ago
- 2c39d71 Implement the missing pieces needed to support libstdc++4.7's <atomic>: by Richard Smith · 13 years ago
- e2d87bc objective-c modern translator: beautify rewrite of by Fariborz Jahanian · 13 years ago
- 3705084 Warn on 64-to-32 for source value of x bits where 64 >= x > 32. by David Blaikie · 13 years ago
- 6a86082 [analyzer] PCH deserialization optimization. by Anna Zaks · 13 years ago
- 262acda objective-c literals: Issue warning and ignore by Fariborz Jahanian · 13 years ago
- 7d00065 s/isAtomicConversion/tryAtomicConversion/g, per Jordy's suggestion. by Douglas Gregor · 13 years ago
- 47bfcca Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both by Douglas Gregor · 13 years ago
- 83748e2 Include lambda capture init expressions in CFG. by Ted Kremenek · 13 years ago
- 55331da Fix CFGBuilder to not include the body of a LambdaExpr in the CFG of the enclosing function. by Ted Kremenek · 13 years ago
- 10e1629d MIPS: Initialize MIPS CPU's name by default value. by Simon Atanasyan · 13 years ago
- f7ecc30 Compute standard conversion sequences for conversions to atomic by Douglas Gregor · 13 years ago
- 9985038 objective-c numeric literal: type of boolean is by Fariborz Jahanian · 13 years ago
- 5ce2827 modern objective-c translator. ifdef'out by Fariborz Jahanian · 13 years ago
- 41a7e89 Fix the signatures for the _mm256_storeu2_* intrinsics. PR12532 by Chad Rosier · 13 years ago
- 9bc0c29 Changed all direct calls to CompletionConsumer.reset(..) to go call by Erik Verbruggen · 13 years ago
- 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 13 years ago
- ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 13 years ago
- b92bd4b These functions too have no prototypes. Audited the rest of Sema for by Eric Christopher · 13 years ago
- 43443de static functions have a need for mangled name debug information too. by Eric Christopher · 13 years ago
- e5bbebb The copy and destroy helper functions aren't prototyped, don't call them so. by Eric Christopher · 13 years ago
- 104dbf9 modern objective-c translator. Fixes a mis-translation when by Fariborz Jahanian · 13 years ago
- 7ea1c56 [analyzer] dynamic_cast Simplify null value generation. by Anna Zaks · 13 years ago