- a5a4cba Change the way KEYNOMS is defined to be more comprehensible. by Francois Pichet · 12 years ago
- 9a29d74 clang/test/CodeGenCXX/debug-info-globalinit.cpp: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
- 78d1a10 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 12 years ago
- f50b6fe Fix whitespace, whoops missed a spot! by Nick Lewycky · 12 years ago
- 4ae89bc Fix whitespace, tabs to spaces. No functionality change. by Nick Lewycky · 12 years ago
- aa9cf8d move X86_32ABIInfo::computeInfo out of line. by Rafael Espindola · 12 years ago
- e68c229 Comment parser unit tests: split a huge test case by Dmitri Gribenko · 12 years ago
- b33a3c4 Make classifyReturnType and classifyArgumentType private. by Rafael Espindola · 12 years ago
- debd16f Comment parser unit tests: reduce code duplication by Dmitri Gribenko · 12 years ago
- 5969a5f Do not warn about a function decl / direct init ambiguity if the function has a trailing return type. by Richard Smith · 12 years ago
- e1ecdc1 Change APInt to APSInt in one instance. Also change a call to operator==() to by Richard Trieu · 12 years ago
- f919985 add AST unittests to CMake build system by Dmitri Gribenko · 12 years ago
- 1f8c529 libclang comments AST: clang_ParamCommandComment_getParamName: don't assert by Dmitri Gribenko · 12 years ago
- dc69157 Refactor handler functions for thread safety attributes. by Michael Han · 12 years ago
- 8487c52 Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members. by Dmitri Gribenko · 12 years ago
- 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
- 1cc9be0 Follow-up: fix the quotes by Timur Iskhodzhanov · 12 years ago
- a542744 Replace wrong CHECK array mangling expectations with correct CHECK-NOT+FIXME (PR13182) by Timur Iskhodzhanov · 12 years ago
- bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
- eab9d6f Add diagnostics for comma at end of enum and for extra semicolon at namespace by Richard Smith · 12 years ago
- 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 12 years ago
- adb1d4c PR12917: Remove incorrect assumption that lambda mangling information cannot by Richard Smith · 12 years ago
- b67e7fc Allow the parser to recover gracefully if a typename is used to introduce a decltype type. by Francois Pichet · 12 years ago
- dfd110c char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a way to disable keywords under Microsoft mode. by Francois Pichet · 12 years ago
- 8986e10 Comment AST nodes: add NumHTMLStartTagCommentBits member. by Dmitri Gribenko · 12 years ago
- 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 12 years ago
- d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
- adfa45f Add "long double" to permitted list of ARM complex homogeneous aggregates. by Tim Northover · 12 years ago
- c9dce4d Remove unused private member variable uncovered by the recent changes to clang's -Wunused-private-field. by Benjamin Kramer · 12 years ago
- 5ef6ea5 Fix c-index-test to compile as C89. by Dmitri Gribenko · 12 years ago
- d759cdd Tidy up. by Chad Rosier · 12 years ago
- 89770e5 Add the mechanics for -fms-inline-asm. No easy way to test at this time. by Chad Rosier · 12 years ago
- ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
- 0cfe9a1 Revert accidental commit. by Chad Rosier · 12 years ago
- f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
- 4914c28 No longer assuming the number of prototype arguments is always less than the number of formal parameters for a variadic function call. by Aaron Ballman · 12 years ago
- 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
- bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 12 years ago
- fd8b435 Add a reverse iterator to DeclStmt, and use it when building a CFG. by Jordan Rose · 12 years ago
- b379718 Don't need to specify the abi as it's the default. by Eric Christopher · 12 years ago
- 090d1bd Fixes an ObjC++ parse crash caused by delayed parsing by Fariborz Jahanian · 12 years ago
- 4423f81 CommentBriefParser: coding style fix by Dmitri Gribenko · 12 years ago
- 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
- 675a4e1 CMake: clang should depend on clang-headers, or bin/clang would not work better. by NAKAMURA Takumi · 12 years ago
- 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 12 years ago
- 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
- 4a410dd Rename warn-unused-member.cpp to warn-unused-private-field.cpp to by Nico Weber · 12 years ago
- daa177d Switch to the canonical pipe-based testing of clang output using FileCheck. by Chandler Carruth · 12 years ago
- 0ccd98d Remove dos line endings. Please remember to configure your windows SVN by Chandler Carruth · 12 years ago
- e81ce25 [analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on the by Anna Zaks · 12 years ago
- d23ec89 FileCheck-ize. by Eric Christopher · 12 years ago
- ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 12 years ago
- 6dba4a1 Reset the layout of an ObjC class if we see an ivar in a category by Eric Christopher · 12 years ago
- 9d9cf50 Removing a spurious comment, no functionality changes. by Aaron Ballman · 12 years ago
- ad29b2b CommentDumper: print word-like arguments for block commands. by Dmitri Gribenko · 12 years ago
- ddcfbc9 For varargs, diagnose passing ObjC objects by value like other non-POD types. by Jordan Rose · 12 years ago
- b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 12 years ago
- 4871666 Don't crash checking a format string if one of the arguments is invalid. by Jordan Rose · 12 years ago
- ee7af50 Add a test case for rdar://11806334. by Argyrios Kyrtzidis · 12 years ago
- eee18c3 Simplify UninitializedValues.cpp by removing logic to handle the previous (imprecise) representation by Ted Kremenek · 12 years ago
- cc4748a Remove an unused header by Michael Han · 12 years ago
- 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
- f816787 Relaxed enumeration constant naming rules for scoped enumerators so they no longer emit a diagnostic when the enumeration's name matches that of the class. Fixes PR13128. by Aaron Ballman · 12 years ago
- 7c30427 Silence another GCC warning. by Richard Smith · 12 years ago
- ce40e6f Revert r160404, "Eliminating the GCC_CAST hack, take two.", for now. by NAKAMURA Takumi · 12 years ago
- 7dfbfb1 Silence GCC warnings. by Richard Smith · 12 years ago
- a1ec3db Force the OS X version to 10.6 for old-style simulator builds. by Bob Wilson · 12 years ago
- c48dd8e CommentSema: add more inline commands to tables by Dmitri Gribenko · 12 years ago
- 858e69f Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace by Dmitri Gribenko · 12 years ago
- e3898ac Fix OverloadCandidateSet::clear to not leak PartialDiagnostics, found by Samuel by Richard Smith · 12 years ago
- cdd1b37 Comment::dump(): show name of inline command by Dmitri Gribenko · 12 years ago
- 64da4e5 Comment parsing: don't parse whitespace before \endverbatim as a separate line of whitespace. by Dmitri Gribenko · 12 years ago
- c0e8ad5 Rolling this change back because the fix doesn't fit the symptoms (even if it solves them). by Aaron Ballman · 12 years ago
- 8919e68 [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. by Jordan Rose · 12 years ago
- 4b3918e [analyzer] Rename addExtraInvalidatedRegions to get...Regions by Jordan Rose · 12 years ago
- b7a23e0 [analyzer] Make CallEvent a value object. by Jordan Rose · 12 years ago
- 4ccc4cc [analyzer] Remove obsolete ObjCPropRef SVal kind. by Jordan Rose · 12 years ago
- 7ff8f5e [analyzer] Remove unused ExprEngine::VisitCXXTemporaryObjectExpr. by Jordan Rose · 12 years ago
- 4b4327f Fixing up a test case that was failing due to the lack of -std=c++11 by Aaron Ballman · 12 years ago
- 94572c3 This fits into 80 columns without wrapping. by Dmitri Gribenko · 12 years ago
- 0f7f10b Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). by Dmitri Gribenko · 12 years ago
- 7373ead Remove trivial destructor from SVal. by Benjamin Kramer · 12 years ago
- fb3643a On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) by Dmitri Gribenko · 12 years ago
- 572eec1 Reverted custom init hook from r160369. by Alexander Kornienko · 12 years ago
- 21625c6 Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling references by Ted Kremenek · 12 years ago
- 88237bf Teach CFG construction about destructors resulting from references to array types. Fixes crash in <rdar://problem/11671507>. by Ted Kremenek · 12 years ago
- 517bb84 PR13381, part 2: when determining if a defaulted special member function should by Richard Smith · 12 years ago
- 6a06e5f PR13381: consider cv-qualifiers on a class member's type when determining which by Richard Smith · 12 years ago
- 500d729 PR13386: When matching up parameters between a function template declaration by Richard Smith · 12 years ago
- 5912597 Fix test so it works the same way on 32-bit and 64-bit. by Eli Friedman · 12 years ago
- 3d3d22c CommentSema: \short is the same as \brief. by Dmitri Gribenko · 12 years ago
- b251302 When performing the deduced/actual argument type check for C++ by Douglas Gregor · 12 years ago
- 1638f2e More replacing of target-dependent intrinsics with target-indepdent by Joel Jones · 12 years ago
- 7961589 Remove unnecessary spacing around Objective-C object literal code by Douglas Gregor · 12 years ago
- a52f5a3 Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. by Aaron Ballman · 12 years ago
- 8c77758 Improve comment for TypeDecl::getTypeForDecl(), from Sean Silva! by Douglas Gregor · 12 years ago
- d47bc51 Eliminating the GCC_CAST hack, take two. by Douglas Gregor · 12 years ago
- befceba Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stmt AST nodes. by Dmitri Gribenko · 12 years ago
- 8de0956 Reinstate the GCC_CAST hack; I apparently did not appease GCC with r160397. by Douglas Gregor · 12 years ago
- a444f18 Implement an optimization for finding the comment that occurs just after a by Dmitri Gribenko · 12 years ago