- c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
- e861dd9 Add prologue text for list of potential checkers. by Ted Kremenek · 12 years ago
- 9573c3a clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. by NAKAMURA Takumi · 12 years ago
- 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
- 4145228 Remove the ASTDeserializationListener's MacroVisible() callback, which by Douglas Gregor · 12 years ago
- 7097be9 Remove an unused bit from the serialized IdentifierInfo by Douglas Gregor · 12 years ago
- 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
- 8b03277 Teach set-xcode-analyzer that the new default value for ExecPath is CLANG_ANALYZER_EXEC. by Ted Kremenek · 12 years ago
- df75b0c Minor cleanup for r165678; no functional change. by Eli Friedman · 12 years ago
- 2edcde8 Make sure we perform the variadic method check correctly for calls to a member operator(). PR14057. by Eli Friedman · 12 years ago
- 786e620 Reapply "[analyzer] Treat fields of unions as having symbolic offsets." by Jordan Rose · 12 years ago
- 3ea19c8 Fix a crash-on-invalid when parsing a reference to an invalid auto declaration by David Blaikie · 12 years ago
- b9966bd objective-C IRgen: When sending a method to 'super' by Fariborz Jahanian · 12 years ago
- 8ceb837 Temporarily Revert "[analyzer] Treat fields of unions as having symbolic offsets." by Eric Christopher · 12 years ago
- bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
- 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- cf9030e [analyzer] Treat fields of unions as having symbolic offsets. by Jordan Rose · 12 years ago
- 831339c Make -Wshift-op-parentheses a subgroup of -Wparentheses by David Blaikie · 12 years ago
- dbd9197 tblgen: Build clang-tblgen without RTTI. by Sean Silva · 12 years ago
- 1ab4632 tblgen: Use LLVM-style RTTI in clang-tblgen by Sean Silva · 12 years ago
- bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
- 4eff6b5 [analyzer] Don't run non-path-sensitive checks on system headers... by Jordan Rose · 12 years ago
- 469ba55 [analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDeclsCallGraph/g by Jordan Rose · 12 years ago
- c88f8ef -Warc-repeated-use-of-weak: look through explicit casts on assigned values. by Jordan Rose · 12 years ago
- 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
- 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
- 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 12 years ago
- b5e4ace Fix stack overflow when trying to create an implicit moving by Argyrios Kyrtzidis · 12 years ago
- ff2fb96 [CMake] clang/tools/extra may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR. by NAKAMURA Takumi · 12 years ago
- f82232c Apply the same fundamental fix for PR14048 as was applied for PR11905. by Chandler Carruth · 12 years ago
- 603571a Remove the final bits of Attributes being declared in the Attribute by Bill Wendling · 12 years ago
- eae5a820 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement by Logan Chien · 12 years ago
- d34eca2 Place temporary LTO files into their own subdirectory. by Bill Wendling · 12 years ago
- fac6310 Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. by Bill Wendling · 12 years ago
- 93cd6e8 Disable the preprocessing record when indexing a source file by Argyrios Kyrtzidis · 12 years ago
- 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 12 years ago
- 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 12 years ago
- bf43f2f Tidy up formatting. by Richard Smith · 12 years ago
- 930c05c -fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positive value. by Richard Smith · 12 years ago
- 0a94068 Fix test broken by r165572. by Richard Smith · 12 years ago
- 1be7939 Revert "Use a special path to place the .o files in." by Bob Wilson · 12 years ago
- dc47bdc -fcatch-undefined-behavior: store the type name directly at the end of a type descriptor. 5% binary size reduction due to fewer relocations. by Richard Smith · 12 years ago
- 196f35e Add extra vim swap file pattern by Michael Liao · 12 years ago
- a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
- 8b2bfdd People put pragmas in crazy places; add more handling. PR14046. by Eli Friedman · 12 years ago
- 6c2fd0d Initialize the end loc in ObjCInterfaceTypeLoc. by Benjamin Kramer · 12 years ago
- 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
- bc0a2bb Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer. by Argyrios Kyrtzidis · 12 years ago
- 96a6eb9 [driver] Remove redundant cases due to overlapping commits between Ted (r165531, 165532) and I by Chad Rosier · 12 years ago
- 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
- d372a70 [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion] by Chad Rosier · 12 years ago
- 2c3d8fa Don't forward -Wenum-conversion to cc1plus. by Ted Kremenek · 12 years ago
- 28e2aff Don't forward -Wint-conversion to cc1plus. by Ted Kremenek · 12 years ago
- 26a9438 Create variable for warning group -Wshorten-64-to-32. by Ted Kremenek · 12 years ago
- 740ae67 Move the functionality that looks for ObjC overridden methods from by Argyrios Kyrtzidis · 12 years ago
- ce12d2f Make the order of visitation of the pending bodies in the AST reader by Douglas Gregor · 12 years ago
- 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
- f288d22 Fixup for r165097: build 32-bit ASan compiler-rt library on 64-bit Linux only if just-built clang can build simple 32-bit executables by Alexey Samsonov · 12 years ago
- 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
- f5b132f Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidateSet::clear and don't do it on destruction. by Benjamin Kramer · 12 years ago
- 5c3e4ca We use the enums to query whether an Attributes object has that attribute. The by Bill Wendling · 12 years ago
- de7c001 CXXMethodDecl::isConst() and CXXMethodDecl::isVolatile() can be const methods by Arnaud A. de Grandmaison · 12 years ago
- 21c3607 Move the logic that searches for overridden methods from libclang to by Argyrios Kyrtzidis · 12 years ago
- 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
- 3ef38ee Make sure we allow "#pragma options align=mac68k" in function-local contexts. <rdar://problem/12453134> by Eli Friedman · 12 years ago
- 7716a6b Add regression test to check if -Wenum-conversion is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
- d69f31c In VarDecl::getSourceRange() make sure to check that the source location by Argyrios Kyrtzidis · 12 years ago
- 635dc3a Actually add the -Wenum-conversion group to -Wconversion as r165361 by Chandler Carruth · 12 years ago
- fc80b79 Sort the subgroups of the diagnostic group for -Wconversion. No by Chandler Carruth · 12 years ago
- 8e6881d Make Bitrig's clang understand -stdlib= correctly. by Chandler Carruth · 12 years ago
- 09655fc Use a special path to place the .o files in. by Bill Wendling · 12 years ago
- 3201da3 CompilationDatabaseTest: Fix another Windows path issue. by Daniel Jasper · 12 years ago
- 8a5e8c3 CompilationDatabase: Use //net paths for tests, as they should be by Daniel Jasper · 12 years ago
- d7ee194 Don't emit double parentheses in __clang_version__. by Benjamin Kramer · 12 years ago
- 61a50ad Hopefully appease Windows buildbot with Japanese (?) error message. by Daniel Jasper · 12 years ago
- 2dbe2fa FileNameMatchTrie: Use StringRef instead of Twines where possible. by Daniel Jasper · 12 years ago
- 25a6a84 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
- d3420c9 Support symlinks and relative paths in complilation databases. by Daniel Jasper · 12 years ago
- 6b34c17 Use a single note diagnostic for all the precedent/parentheses warnings. by David Blaikie · 12 years ago
- 0bea863 StringRef-ify Binary/UnaryOperator::getOpcodeStr by David Blaikie · 12 years ago
- 6988666 Python bindings: fix typo. by Benjamin Kramer · 12 years ago
- 724d0dc Python bindings: Add missing availability kind. by Benjamin Kramer · 12 years ago
- 64f7ad9 Use getArch instead of getArchName + string compare. by Rafael Espindola · 12 years ago
- a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
- 09fa33b List of potential checkers: smart pointer checker: actually, unique_ptr<T[]> by Dmitri Gribenko · 12 years ago
- b4e4529 Clang static analyzer docs: fix a couple of HTML markup issues and non-UTF-8 by Dmitri Gribenko · 12 years ago
- 9074fbe List of potential checkers: more C++11 details for the smart pointer checker. by Dmitri Gribenko · 12 years ago
- d190057 Expose __builtin_bswap16. by Benjamin Kramer · 12 years ago
- 0b06e33 Place warn_impcast_different_enum_types in a new warning group, -Wenum-conversion, that is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
- e3af20d Add link to potential future checkers. by Ted Kremenek · 12 years ago
- 41c1c71 Add list of potential checkers. Provided by Anton Yartsev! by Ted Kremenek · 12 years ago
- b1368c8 [analyzer] Tweak test to run the retain-count checker even on non-Darwin. by Jordan Rose · 12 years ago
- 1e5101e ParentMap: Restore the ability to update an existing map. by Jordan Rose · 12 years ago
- cf4ce93 [analyzer] Handle implicit statements used for end-of-path nodes' source locs. by Jordan Rose · 12 years ago
- d29245c [libclang] Fix the comments, as suggested by Dmitri. by Argyrios Kyrtzidis · 12 years ago
- 53d6ded [libclang] Don't disable the preprocessing record while indexing so as by Argyrios Kyrtzidis · 12 years ago
- cbeda89 Fix another spot where this test varied for a Release build. by Alex Rosenberg · 12 years ago
- 74112be Make test resilient to Release build temp names. by Alex Rosenberg · 12 years ago
- c857ce8 Propagate calling convention for aliases and weakrefs. by Alex Rosenberg · 12 years ago
- 26994a1 FileCheckize test by Alex Rosenberg · 12 years ago