- ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
- 9f86af8 Whitespace. by Chad Rosier · 13 years ago
- 6e2cdfd Minor fix for r152130. Put -fno-inline in f_Group. by Chad Rosier · 13 years ago
- 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 13 years ago
- 27949f6 Undo patch for // rdar://10735698 by Fariborz Jahanian · 13 years ago
- f9aa363 AST: Move several Type::is...Type() functions to be inline. by Daniel Dunbar · 13 years ago
- 81e722e NamespaceDecl: Call non-virtual method inside virtual method, not the other way round. by Benjamin Kramer · 13 years ago
- 9a2105b objective-c modern translator. Don't ignore unnamed bitfields when rewriting. by Fariborz Jahanian · 13 years ago
- faa7fac Use newly introduced const-goodness of TinyPtrVector. by Argyrios Kyrtzidis · 13 years ago
- 99831e4 User-defined literals: reject string and character UDLs in all places where the by Richard Smith · 13 years ago
- c1b0f7f Use TinyPtrVector instead of UsuallyTinyPtrVector. by Argyrios Kyrtzidis · 13 years ago
- c112b9c Move clang/Basic/UsuallyTinyPtrVector.h to llvm/ADT/UsuallyTinyPtrVector.h. by Argyrios Kyrtzidis · 13 years ago
- 097ebb3 [analyzer] add a diagnostic event when entering a call via inlining, within the callee, and add an edge. by Ted Kremenek · 13 years ago
- 2dd17ab [analyzer] 'Looping back to the head of the loop' diagnostics are prunable. by Ted Kremenek · 13 years ago
- 792777c Move include/clang/AST/UsuallyTinyPtrVector.h -> include/clang/Basic/UsuallyTinyPtrVector.h by Argyrios Kyrtzidis · 13 years ago
- 218fce0 [analyzer] Remove now-unused constant. No functionality change. by Jordy Rose · 13 years ago
- 257c60f [analyzer] Fix unnecessary dyn_cast_or_null. No functionality change. by Jordy Rose · 13 years ago
- 3ebdd85 Add some doxygen comments. by Argyrios Kyrtzidis · 13 years ago
- d42236e [tablegen] Make sure that the code that is determining the order of warning groups by Argyrios Kyrtzidis · 13 years ago
- e4d653b Teak CallAndMessageChecker to only warn about uninitialized struct fields in call arguments by Ted Kremenek · 13 years ago
- 8fbb4e6 [analyzer] Bump up the size of the functions that should be by Anna Zaks · 13 years ago
- 6a5d30e Minor refactoring for previous patch for // rdar://10735698 by Fariborz Jahanian · 13 years ago
- 0cc323c static_assert: Allow any string-literal as the message, not just a character by Richard Smith · 13 years ago
- a99f874 Teach SimpleSValBuilder that (in the absence of more information) stack memory doesn't alias symbolic memory. This is a heuristic/hack, but works well in practice. Fixes <rdar://problem/10978247>. by Ted Kremenek · 13 years ago
- 02892a6 AST/stats: Don't effectively use an out-of-line function to return a static by Daniel Dunbar · 13 years ago
- 7034fb6 ASTContext: Don't use nothrow specifications on the new operators for allocating by Daniel Dunbar · 13 years ago
- d38f795 [analyzer] Time the execution (per each TU) with -analyzer-stats. by Anna Zaks · 13 years ago
- 3518058 build/compiler-rt: Stop forcing off -integrated-as for compiler-rt builds. by Daniel Dunbar · 13 years ago
- 2835745 If the element type of an initializer list has a destructor, make sure we check it. Fixes PR12178. by Sebastian Redl · 13 years ago
- abf9d90 patch to optionally warn for block implementations without explicit by Fariborz Jahanian · 13 years ago
- a187c5c Add MCRegisterInfo to the MCInstPrinter factory function interface. by Jim Grosbach · 13 years ago
- f420fe3 [analyzer] False positive in SelfInit - teach the checker about method by Anna Zaks · 13 years ago
- fb7f76f [analyzer] Malloc should assume that ownership is transfered when by Anna Zaks · 13 years ago
- 52c1668 Avoid double lookup. by Benjamin Kramer · 13 years ago
- 12fc4b0 Properly handle non-canonical underlying types in by Peter Collingbourne · 13 years ago
- 2bfdad1 Fix a -Wstring-plus-int warning. by Nico Weber · 13 years ago
- 713575a TargetInfo: create less temporary strings. by Benjamin Kramer · 13 years ago
- 234fe65 Fix a small difference in sema and codegen views of what needs to be output. by Rafael Espindola · 13 years ago
- b3c312c Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X would not be seen to be in ::std::. by James Molloy · 13 years ago
- 2a27818 [arcmt] by Argyrios Kyrtzidis · 13 years ago
- c6c5452 [preprocessor] Enhance PreprocessingRecord to keep track of locations of conditional directives. by Argyrios Kyrtzidis · 13 years ago
- bb66066 [preprocessor] Enhance the preprocessor callbacks: by Argyrios Kyrtzidis · 13 years ago
- d4f9f9d More tests for r152012. by Richard Smith · 13 years ago
- 5cc2c6e Lexing support for user-defined literals. Currently these lex as the same token by Richard Smith · 13 years ago
- 9d008fd [clang.py] Return bool from Cursor.__eq__ by Gregory Szorc · 13 years ago
- a81d3d4 Remove a recursive visitation in ExprEngine that is no longer needed because the CFG is fully linearized. by Erik Verbruggen · 13 years ago
- 77889c4 Silence a GCC warning about a set-but-not-used variable in release builds. by Chandler Carruth · 13 years ago
- b4a7b1e Add tests for [over.literal]. Fix a few bugs which were exposed by the tests. by Richard Smith · 13 years ago
- 5bd20ff From his comment in PR12168, Eli seems confused about the alignment assumptions by Chris Lattner · 13 years ago
- d6e7356 add a testcase for PR12094 and fix a crash on pointer to incomplete type, by Chris Lattner · 13 years ago
- ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 13 years ago
- 1aa0be8 constexpr: Remove APValue/CCValue distinction. It is no longer useful given the by Richard Smith · 13 years ago
- 7eb7d99 Remove unused variable. by Benjamin Kramer · 13 years ago
- 3fd8087 Fix Typo in 'objc changes' anchor. by Jean-Daniel Dupas · 13 years ago
- 16412ef Avoid an unnecessary recursive loop between type canonicalization and NNS canonicalization which would (rarely) lead to memory corruption. While I'm here, simplify. Fixes PR12166. Not committing a testcase because it's impossible to reduce it. by Eli Friedman · 13 years ago
- 7e86783 [analyzer] do not warn about returning stack-allocated memory when it comes from an ancestor stack frame. by Ted Kremenek · 13 years ago
- 1f73ae2 Factor bitfields of LangOptions out into a base class in order to make them by Richard Smith · 13 years ago
- e21dd28 Frontend: Default to creating output files using temporary files + rename. by Daniel Dunbar · 13 years ago
- 12f28ab Frontend: Don't automatically create missing directories when using temporary files with createOutputFile() by Daniel Dunbar · 13 years ago
- 0d95dfc Thread safety analysis: expand set of expressions that can be used to denote locks. by DeLesley Hutchins · 13 years ago
- a3ca41f Reinstate r151879, r151880, reverted in r151922, along with a bugfix for by Richard Smith · 13 years ago
- 067cc40 Unbreak the CMake builds following the CallGraph change. by Anna Zaks · 13 years ago
- ff1e9cc Add a test for the -Wstring-plus-int fixit note. by Nico Weber · 13 years ago
- 190f600 [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename by Anna Zaks · 13 years ago
- 4c55c54 Adding support for #pragma include_alias in MS compatibility mode. This implements PR 10705. by Aaron Ballman · 13 years ago
- 7ec419a Issue warning when late-parsed attributes have no declaration. by DeLesley Hutchins · 13 years ago
- 2287c5e Make late-parsed attributes follow the conventions of ordinary by DeLesley Hutchins · 13 years ago
- 2a35be8 Thread safety analysis: handle CFG blocks which call functions marked as noreturn. by DeLesley Hutchins · 13 years ago
- 1cb2d74 Add -Wstring-plus-int, which warns on "str" + int and int + "str". by Nico Weber · 13 years ago
- b0a6615 objc: When issue diagnostic about deprecated method, also by Fariborz Jahanian · 13 years ago
- 4ba86bc [analyzer diagnostics] flush locations *before* popping the current path when visiting a CallEnter. by Ted Kremenek · 13 years ago
- 178a9b8 Fix an ABI problem with ptrdiff_t and intptr_t on PPC32 by Hal Finkel · 13 years ago
- 7d613bf Move int<->pointer conversion warnings behind -Wint-conversions. by Nico Weber · 13 years ago
- 5a61e0c [Sema] Fix crash-on-invalid-code issue: by Argyrios Kyrtzidis · 13 years ago
- 8235f9c [analyzer] Bound the size of the functions being inlined + provide by Anna Zaks · 13 years ago
- f4c3db1 PR12094: Set the alignment of memory intrinsic instructions based on the by Jay Foad · 13 years ago
- a0e005b Change diagnostic test for my last patch. // rdar://10961370 by Fariborz Jahanian · 13 years ago
- c169e08 Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variables in contexts where there" and "Fix buildbot: make this test less dependent on the value names in the produced IR." by Daniel Dunbar · 13 years ago
- edd1cae Use tabs instead of spaces. by Benjamin Kramer · 13 years ago
- f8e5d4c clang -v support for separate clang.git and llvm.git, patch by Andrew Trick. by Jia Liu · 13 years ago
- b4f0bd6 Add the Solaris support directory to the header search when using libc++. by David Chisnall · 13 years ago
- 1658133 Ensure that we instantiate static reference data members of class templates by Richard Smith · 13 years ago
- 0524171 Fix buildbot: make this test less dependent on the value names in the produced IR. by Richard Smith · 13 years ago
- a3cac5b PR12145: Avoid emitting loads of constexpr variables in contexts where there by Richard Smith · 13 years ago
- 77d0944 [analyzer diagnostics] Change CompactPathDiagnostic to recursively compact diagnostics in calls into macro pieces. by Ted Kremenek · 13 years ago
- e853bb3 c/objc: problem originally reported as an objective-c bug. by Fariborz Jahanian · 13 years ago
- 48a8cd9 add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs/UsersManual.html by Kostya Serebryany · 13 years ago
- cc2c4b2 Teach the analyzer to just ignore CXXBindTemporaryExpr. There's nothing special to do with it, since destructors are represented explicitly in the CFG. by Ted Kremenek · 13 years ago
- f15e114 Moving tagging of '__experimental_modules_import' IdentifierInfo out of by Ted Kremenek · 13 years ago
- 8c72a7d Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name says. by Eli Friedman · 13 years ago
- 3d32bb0 Update test for llvm assembly output change. Also add a fixme that this by Eric Christopher · 13 years ago
- 278f1f8 [analyzer] Turn inlining on by default for better testing exposure. by Anna Zaks · 13 years ago
- 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 13 years ago
- 32ad2ee Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, by Ted Kremenek · 13 years ago
- b3d7275 [analyzer] Fix a regression introduced in malloc with by Anna Zaks · 13 years ago
- ad8de51 Reapply r151702 with a small fix for a failure to cut and paste correctly. by Eric Christopher · 13 years ago
- 88530d5 Fix the isReferenced bit on parameters in a couple of edge cases. PR12153. by Eli Friedman · 13 years ago
- 3638fab Remove test/Sema/many-logical-ops.c since it fails in linux variants. by Argyrios Kyrtzidis · 13 years ago
- b2c60b0 Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. by Argyrios Kyrtzidis · 13 years ago
- 9a0b705 Merge __has_attribute tests. Patch by Jonathan Sauer! by Jean-Daniel Dupas · 13 years ago