- d7a60ad Be more careful in applying pragma weak. Fixes pr14974. by Rafael Espindola · 12 years ago
- 518ee34 Fix bad line break decision. by Daniel Jasper · 12 years ago
- d79f1f3 Allow dash before "ld" in android driver test. by Evgeniy Stepanov · 12 years ago
- 84a1a63 In range-based for-loops, prefer splitting after ":". by Daniel Jasper · 12 years ago
- 1ef81d5 Only keep empty lines in unwrapped lines if they preceed a line comment. by Daniel Jasper · 12 years ago
- 0fb382b Only break string literals as a last resort. by Daniel Jasper · 12 years ago
- 863fb35 Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdirectory. Otherwise, while configuring the build tree for the first time, Clang unit tests could avoid being added to 'check-clang' command, and thus avoid being built and executed. by Alexey Samsonov · 12 years ago
- 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
- d8be0ab Update tests to do a full match against printed C++11 attributes. by Michael Han · 12 years ago
- eafb5c6 [analyzer] Don't look through casts when creating pointer temporaries. by Jordan Rose · 12 years ago
- a0e6e6d [analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types. by Jordan Rose · 12 years ago
- bb60fc6 [ubsan] Emit single check for left shift. by Will Dietz · 12 years ago
- db061e4 [analyzer] Restrict ObjC type inference to methods that have related result type. by Anna Zaks · 12 years ago
- 6f8e9b6 [analyzer] Recover all PreStmtPurgeDeadSymbols nodes with a single successor or predecessor. by Ted Kremenek · 12 years ago
- 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 12 years ago
- c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 12 years ago
- 42f2309 [analyzer] Address Jordan's code review of r175857. by Anna Zaks · 12 years ago
- fbdbed3 [analyzer] Handle reference parameters with default values. by Jordan Rose · 12 years ago
- 59c9003 Add a front-end test case for r176036. by Chad Rosier · 12 years ago
- 6980f17 Fix empty declaration printing. by Michael Han · 12 years ago
- 6dc5c33 [analyzer] Base regions may be invalid when layered on symbolic regions. by Jordan Rose · 12 years ago
- df779d3 Add forgotten testcase. by Eric Christopher · 12 years ago
- 9c3e71a Re-add hack that caused regression. by Daniel Jasper · 12 years ago
- 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 12 years ago
- b45083d Support in hasDeclaration for types with getDecl() by Edwin Vane · 12 years ago
- 1b354b8 Reverting r176019. Corrupt patch. by Edwin Vane · 12 years ago
- 0b6f23a Support in hasDeclaration for types with getDecl() by Edwin Vane · 12 years ago
- c7093d9 Update generated documentation after recent matcher addition. by Daniel Jasper · 12 years ago
- f3197e9 Add matcher for AccessSpecDecls. by Daniel Jasper · 12 years ago
- 6c5038c [analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are looking for is always a VarRegion. by Ted Kremenek · 12 years ago
- 4e9c085 [analyzer] add the notion of an "interesting" lvalue expression for ExplodedNode pruning. by Ted Kremenek · 12 years ago
- d620e09 Add more attributes from the command line to functions. by Bill Wendling · 12 years ago
- 0a8dead Documentation: add an idea for a (weird) clang tool by Dmitri Gribenko · 12 years ago
- c1d0af1 Update Clang for a minor DIBuilder breaking change. by David Blaikie · 12 years ago
- f9067c6 Moving initialization into the initializer list and correcting capitalization, as suggested by Chandler. by Aaron Ballman · 12 years ago
- 824ed0c Documentation: add an idea for an automatic refactoring by Dmitri Gribenko · 12 years ago
- 3c08a81 Allow breaking between a type and name in variable declarations. by Daniel Jasper · 12 years ago
- 960876c Add the testcase from PR13573, this used to crash. by Benjamin Kramer · 12 years ago
- 43b82b8 [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields. by Ted Kremenek · 12 years ago
- 0dd15d7 Add "KnownSVal" to represent SVals that cannot be UnknownSVal. by Ted Kremenek · 12 years ago
- 026cd1a Add regression test for serialized diagnostics for notes without locations. by Ted Kremenek · 12 years ago
- 5956bcc PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete by Richard Smith · 12 years ago
- c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 12 years ago
- 82a29af Add comments for the MacroDirective & MacroInfo classes. by Argyrios Kyrtzidis · 12 years ago
- afda905 In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer by Argyrios Kyrtzidis · 12 years ago
- 237d4c1 Better formatting of conditional expressions. by Daniel Jasper · 12 years ago
- 04ea68c Reference the canonical commit (r175462) in the value casting release note. by David Blaikie · 12 years ago
- a62e561 Document the value casting API changes. by David Blaikie · 12 years ago
- c5139a9 Prefer 'and' over '&' in comments. by David Blaikie · 12 years ago
- f3f6231 Shrink SmallPtrSet. It gets swapped a lot which copies the whole small part. by Benjamin Kramer · 12 years ago
- b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 12 years ago
- c4cca7b Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc. by Enea Zaffanella · 12 years ago
- 37eff83 Don't recognize unnamed pointer parameters as casts. by Daniel Jasper · 12 years ago
- 3a20441 Allow splitting between string literals and identifiers. by Daniel Jasper · 12 years ago
- a8f7a97 Implement __builtin_eh_return_data_regno() for ARM and MIPS. by Logan Chien · 12 years ago
- 884f0a7 clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc. by NAKAMURA Takumi · 12 years ago
- a0a628f ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. by Richard Smith · 12 years ago
- 1c8278b Test that attribute(availability) doesn't override private_extern. by John McCall · 12 years ago
- b078054 Remove the CFGElement "Invalid" state. by David Blaikie · 12 years ago
- 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 12 years ago
- 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
- ff971d7 Propagate the split dwarf file information through into the backend by Eric Christopher · 12 years ago
- fdf5706 [libclang] Fix assertion hit when code-completing inside a function macro with more by Argyrios Kyrtzidis · 12 years ago
- f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 12 years ago
- 5bb033b Update tests so that we don't test for function-only attributes on call sites. by Bill Wendling · 12 years ago
- efc5b67 Driver: Pass down the -march setting down to -cc1as on x86 too. by Benjamin Kramer · 12 years ago
- 93e4bff Make sure we apply attributes to correct places. by Bill Wendling · 12 years ago
- 8019039 Split out the command handling for split debug info, we're going by Eric Christopher · 12 years ago
- ae7396c [analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion. by Jordan Rose · 12 years ago
- 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
- 0b849d3 [preprocessing record] Have the MacroDefinitions map point to the MacroDefinition object instead by Argyrios Kyrtzidis · 12 years ago
- f512ace Replace some typically large vectors with SmallVector. by Benjamin Kramer · 12 years ago
- 4c8cba8 Make sure pragmas don't attach visibility attributes to auto variables with by Rafael Espindola · 12 years ago
- f23546a Suppress -Wswitch to unbreak the build. by David Blaikie · 12 years ago
- 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
- 5dd8f28 Use raw_ostream::indent, update comment. by Benjamin Kramer · 12 years ago
- 7e9f060 Push the raw_ostream through the template diffing code. by Benjamin Kramer · 12 years ago
- 1249b0f Streamify FormatASTNodeDiagnosticArgument. by Benjamin Kramer · 12 years ago
- 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 12 years ago
- 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
- 9d4df46 StmtPrinter: Directly print types to the stream instead of taking a detour through getAsString. by Benjamin Kramer · 12 years ago
- 33b52ad Fix MergeFunctionDecl implicit CC for static methods. by Timur Iskhodzhanov · 12 years ago
- 9672b90 scan-build: Remove debug print. by Benjamin Kramer · 12 years ago
- 1441632 C++11 status page: by Richard Smith · 12 years ago
- 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 12 years ago
- 672edb0 Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs by Richard Smith · 12 years ago
- 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 12 years ago
- 68ea3ae Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes by Richard Smith · 12 years ago
- f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 12 years ago
- 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 12 years ago
- d5668a2 When a parameter list in a C function has an error, recover by forming a K&R function, by Argyrios Kyrtzidis · 12 years ago
- 28965bf Don't crash when applying an alloc_size attribute on a K&R function. by Argyrios Kyrtzidis · 12 years ago
- 150d853 Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, by Richard Smith · 12 years ago
- 425663a Teach -ast-print how to print trailing-return-types. by Richard Smith · 12 years ago
- b04a238 [analyzer] Implement "Loop executed 0 times" diagnostic correctly. by Ted Kremenek · 12 years ago
- 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 12 years ago
- 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 12 years ago
- d9bd83e Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
- 637619b Only suppress instance context if a member is actually by John McCall · 12 years ago
- 8dadf15 [analyzer] Place all inlining policy checks into one palce by Anna Zaks · 12 years ago