- b622959 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 13 years ago
- d226e5c Tweak comment above DiagGroup<"all">. by Nico Weber · 13 years ago
- 87c5150 A little more lambda capture initialization diagnostics cleanup by Douglas Gregor · 13 years ago
- 4773654 Introduce a new initialization entity for lambda captures, and by Douglas Gregor · 13 years ago
- badb6cd Fix copy-and-paste error in comment by David Chisnall · 13 years ago
- 793cd1c Specialize noreturn diagnostics for lambda expressions. by Douglas Gregor · 13 years ago
- 0bcc3d8 Fix silly precedence error. by Douglas Gregor · 13 years ago
- 4e88df7 Specialize the diagnostic complaining about conflicting types of by Douglas Gregor · 13 years ago
- 81f3bff Implement code completion support for lambda capture lists. by Douglas Gregor · 13 years ago
- 31c4690 First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 13 years ago
- d5f55dc Convert ad-hoc `int array[expr ? -1 : 1]' assertions by Dmitri Gribenko · 13 years ago
- be6126a Make -Wformat fix-its preserve original conversion specifiers. by Hans Wennborg · 13 years ago
- 37ce010 If a static data member of a class template which could be used in a constant by Richard Smith · 14 years ago
- 83587db Implement DR1454. This allows all intermediate results in constant expressions by Richard Smith · 14 years ago
- 1d6cc6a [analyzer] Malloc checker: make a bit safer. by Anna Zaks · 14 years ago
- 5677eaf Fix typo in r150549. by Richard Smith · 14 years ago
- 4d4e5c1 Split reinterpret_casts of member pointers out from CK_BitCast; this by John McCall · 14 years ago
- 011d8b9 Implement indexing support for lambdas in libclang (both kinds), as by Douglas Gregor · 14 years ago
- f1c1d9a modern objective-c translator: start writing the main class meta-data. by Fariborz Jahanian · 14 years ago
- f66035e [analyzer] Add the Malloc checker to the list of tested checkers. by Anna Zaks · 14 years ago
- ebc1d32 [analyzer] Malloc Checker: Add another false positive as a todo test. by Anna Zaks · 14 years ago
- 40add29 [analyzer] Malloc Checker: add support for reallocf, which always frees by Anna Zaks · 14 years ago
- b16ce45 [analyzer] Malloc Checker: add support for valloc + minor code hardening. by Anna Zaks · 14 years ago
- 69f811d Extend all-std-headers.cpp to include C++11 headers when building in C++11 mode. by Richard Smith · 14 years ago
- b5216aa Advertize support for constexpr. by Richard Smith · 14 years ago
- 65967ec I hereby declare that all remaining constexpr issues are bugs, not unimplemented by Richard Smith · 14 years ago
- 26f2cac constexpr: evaluation support for nullptr comparisons. by Richard Smith · 14 years ago
- c6889e7 Implement C++ core issue 974, which permits default arguments for by Douglas Gregor · 14 years ago
- 57b9c4e If a constexpr function template specialization is referenced, and then the by Richard Smith · 14 years ago
- 58d2dbe [libclang] Indexing: only index implicit template instantiations via an opt-in indexing option. by Argyrios Kyrtzidis · 14 years ago
- 625bb56 Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) by Dmitri Gribenko · 14 years ago
- 66c4040 [analyzer] Make Malloc Checker optimistic in presence of inlining. by Anna Zaks · 14 years ago
- 9050e3a Remove recusive expression visitation in ExprEngine::VisitIncrementDecrementOperator(). by Ted Kremenek · 14 years ago
- 70488e2 Pending clear answer from WG21 on whether core issue 903 is intended to apply to by Richard Smith · 14 years ago
- a91ac5b Remove recursive visitation in ExprEngine for UO_Not, UO_Minus, UO_LNot. by Ted Kremenek · 14 years ago
- 224c489 Remove recursive visitation in ExprEngine for UO_Deref, UO_AddrOf, and UO_Extension. by Ted Kremenek · 14 years ago
- c1e08dc Remove ExprEngine recursive visitation of unary UO_Imag operation. by Ted Kremenek · 14 years ago
- 0193166 Further remove some recursive visitiation in ExprEngine that is no longer needed because the CFG is fully linearized. by Ted Kremenek · 14 years ago
- 53393f2 Check the return type of lambda expressions. by Douglas Gregor · 14 years ago
- 1d0c9a8 PR11650: Implement resolution of core issue 1301. Value initialization can't be by Richard Smith · 14 years ago
- 75d8ba3 Warn about non-int main() results in GNU C mode instead of erroring. by John McCall · 14 years ago
- 0a52534 more objective-c translator for modern abi. by Fariborz Jahanian · 14 years ago
- a736524 Implement support for lambda capture pack expansions, e.g., by Douglas Gregor · 14 years ago
- 63aae82 Use several weighted factors to determine typo candidate viablity. by Kaelyn Uhrain · 14 years ago
- 9d66504 Simplify and robustify lambda PCH test by Douglas Gregor · 14 years ago
- 9d36f5d Implement AST (de-)serialization for lambda expressions. by Douglas Gregor · 14 years ago
- 90af4e2 more modern objc translator. Focusing on metadata for methods. by Fariborz Jahanian · 14 years ago
- cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 14 years ago
- 14c5982 Use a simpler (and more efficient) pattern to pad vectors. by Benjamin Kramer · 14 years ago
- 3164c14 Fix crash-on-invalid for 'operator int[]()' in C++11. by David Blaikie · 14 years ago
- 7b8290f Fix use-after-free introduced by me being an idiot. by Ted Kremenek · 14 years ago
- df33a35 Remove useless if statement. by Eli Friedman · 14 years ago
- 8656855 Add a coverage test for lambda expression IRGen. by Eli Friedman · 14 years ago
- 7473b1c Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosticSetFromTU() as by Ted Kremenek · 14 years ago
- 8be51ea Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality by Ted Kremenek · 14 years ago
- 6700d67 Add helper methods to StoredDiagnostic. by Ted Kremenek · 14 years ago
- eb273b7 Fix another issue introduced by the proposed wording for core issue 1358: since by Richard Smith · 14 years ago
- b74ed08 Implement IRGen of lambda expressions which capture arrays. by Eli Friedman · 14 years ago
- 0bdb5aa Refactor out new function EmitInitializerForField from EmitMemberInitializer. The new function will be used to initialize the fields of lambda expressions. by Eli Friedman · 14 years ago
- b276bd9 [analyzer] Malloc Checker: realloc: add dependency between the symbols by Anna Zaks · 14 years ago
- d764437 Simple test ensuring that we perform direct initialization when copy-capturing in lambdas by Douglas Gregor · 14 years ago
- d5387e8 Link together the call operator produced from transforming a lambda by Douglas Gregor · 14 years ago
- e76872e Mark the cxa_guard_{abort,acquire,release} functions nounwind. by Nick Lewycky · 14 years ago
- 7ca4850 Deal with a horrible C++11 special case. If a non-literal type has a constexpr by Richard Smith · 14 years ago
- 5ad3af9 Add a subgroup of -Wreturn-type, -Wreturn-type-c-linkage. by Matt Beaumont-Gay · 14 years ago
- dfca6f5 Introduce support for template instantiation of lambda by Douglas Gregor · 14 years ago
- 07e5288 modern objc translator. More ivar rewrite work. by Fariborz Jahanian · 14 years ago
- db64923 objc modern translator. ivar offset symbols. by Fariborz Jahanian · 14 years ago
- 30838b9 [analyzer] Malloc Checker: realloc: correct the way we are handing the by Anna Zaks · 14 years ago
- 5189035 Add a script that produces a list of all diagnostics that are defined in by Dmitri Gribenko · 14 years ago
- 684a8e4 Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files. by Dmitri Gribenko · 14 years ago
- 20ff0e2 Don't route explicit construction via list-initialization through the functional cast code path. It sometimes does the wrong thing, produces horrible error messages, and is just unnecessary. by Sebastian Redl · 14 years ago
- 43a1b00 Sink variable into assert by Matt Beaumont-Gay · 14 years ago
- 164d6f8 objective-c translator: more rewriting of ivar types by Fariborz Jahanian · 14 years ago
- c563891 When generating diagnostic information due to a clang failure, allow multiple by Chad Rosier · 14 years ago
- c8bb3be [analyzer] Malloc checker: rework realloc handling: by Anna Zaks · 14 years ago
- 7ae282f Split the storage of lambda information between the LambdaExpr and the by Douglas Gregor · 14 years ago
- 9daa7bf Keep track of the set of array index variables we use when we by Douglas Gregor · 14 years ago
- 3b66d7b Remove empty directories left behind by git-svn. by Benjamin Kramer · 14 years ago
- 908a595 Don't allocate unused storage for captures/capture initializers in lambda expressions by Douglas Gregor · 14 years ago
- da8962a Move the storage of lambda captures and capture initializers from by Douglas Gregor · 14 years ago
- e88a71f Add back in the code to create forward decls using temporary mdnodes. by Eric Christopher · 14 years ago
- a765b9f Testcase for previous commit. by Eric Christopher · 14 years ago
- 42e75da Temporarily walk back a few of my recent debug info limiting changes by Eric Christopher · 14 years ago
- 63d7ed8 StaticAnalyzer/Core: fix MSVC build by Dylan Noblesmith · 14 years ago
- 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 14 years ago
- 1e4c01b drop more llvm:: prefixes on OwningPtr<> by Dylan Noblesmith · 14 years ago
- 8944675 examples/analyzer-plugin: hook up to build by Dylan Noblesmith · 14 years ago
- 4ee01ef Fix typo in PrintfConversionSpecifier::isDoubleArg() by Hans Wennborg · 14 years ago
- 86c3ae4 Update constexpr implementation to match CWG's chosen approach for core issues by Richard Smith · 14 years ago
- 9b338a7 Delete a simplistic helper function now that llvm::Triple can provide by Chandler Carruth · 14 years ago
- 0b17b9a more of rewriting ivar types. by Fariborz Jahanian · 14 years ago
- 9ecb72a Move -Wdangling-else under -Wparentheses to be backwards compatibile with GCC. by David Blaikie · 14 years ago
- 6d9ef30 Implement the standard decltype() semantics described in C++11 by Douglas Gregor · 14 years ago
- f8af982 Within the body of a lambda expression, decltype((x)) for an by Douglas Gregor · 14 years ago
- 6dc00f6 Proper initializer list support for new expressions and type construct expressions. Array new still missing. by Sebastian Redl · 14 years ago
- 215e4e1 Lambdas have a deleted default constructor and a deleted copy by Douglas Gregor · 14 years ago
- 3a45c0e Change the way we store initialization kinds so that all direct inits can distinguish between list and parens form. This allows us to correctly diagnose the last test cases from litb. by Sebastian Redl · 14 years ago
- 168319c Employ DirectList initialized entities to properly sort through some initialization edge cases. by Sebastian Redl · 14 years ago
- 8275fc0 Fix broken link. I believe this has been broken for at least 7 months. by Michael J. Spencer · 14 years ago