- c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 12 years ago
- 024c119 We already reported an error for by Rafael Espindola · 12 years ago
- 3fd9ccd Implemented formatting of rvalue references by Alexander Kornienko · 12 years ago
- 4ad07bd [docs] Add rtags to the external examples. by Sean Silva · 12 years ago
- e96bc52 Modify comment in user test. by Fariborz Jahanian · 12 years ago
- 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 12 years ago
- 10b1d1c Error if an extern C declaration matches a previous hidden extern C declaration. by Rafael Espindola · 12 years ago
- 6c18af2 Remove a bogus assert so we don't crash in by Rafael Espindola · 12 years ago
- 4ba9bfd Remove bad space after "default". by Daniel Jasper · 12 years ago
- e8a1efc Remove driver support for Hexagon V2 and V3 by Matthew Curtis · 12 years ago
- 212d19a [docs] Add SourceWeb as external example. by Sean Silva · 12 years ago
- 6fc9e7a Objective-C: When using super.prop, property should be by Fariborz Jahanian · 12 years ago
- 77b7223 [analyzer] Look for calls along with lvalue nodes in trackNullOrUndefValue. by Jordan Rose · 12 years ago
- ebf0f43 Disallow using -fmodules with -no-integrated-as. by Ted Kremenek · 12 years ago
- ebbd7e0 Improve the caching of debuginfo Objective C interface types. by Adrian Prantl · 12 years ago
- d4bf760 Add -Wc99-compat warning for C11 unicode string and character literals. by Richard Smith · 12 years ago
- f96df90 Partly revert "Move clang tests that depend on llvm/ADT/Statistic.h to a subdir". by Jan Wen Voung · 12 years ago
- 695bbea [docs] Add ellipsis. by Sean Silva · 12 years ago
- 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 12 years ago
- 44abff7 Add a test case for the 'vec_type_hint' attribute that was introduced in by Joey Gouly · 12 years ago
- 3521c49 PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual by Anton Yartsev · 12 years ago
- 0354253 Driver: do not strip file extensions when printing diagnostics. by Benjamin Kramer · 12 years ago
- d436c99 Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call. by Guy Benyei · 12 years ago
- 11fd5b1 www tweaks to embiggen up our near-complete C++11 and C11 support. by Richard Smith · 12 years ago
- 0093e12 When lexing in C11 mode, accept unicode character and string literals, per C11 by Richard Smith · 12 years ago
- 0b91cc4 Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also by Richard Smith · 12 years ago
- 7cb583d Remove unused diagnostic. by Benjamin Kramer · 12 years ago
- 2c39b06 Make helper function static. by Benjamin Kramer · 12 years ago
- 0415998 [analyzer] Make Suppress IDC checker aware that it might not start from the same node it was registered at by Anna Zaks · 12 years ago
- 80412c4 [analyzer] Rename AttrNonNullChecker -> NonNullParamChecker by Anna Zaks · 12 years ago
- 6cc4e25 [analyzer] Add test case for reference to null pointer param check by Anna Zaks · 12 years ago
- 9fe09f3 [analyzer] Be more consistent about Objective-C methods that free memory. by Jordan Rose · 12 years ago
- 41d0164 Adjust the special non-C++ enum block return type inference by John McCall · 12 years ago
- 83972f1 Add TagDecl::hasNameForLinkage(), which is true if the tag by John McCall · 12 years ago
- b421b56 Documentation parsing. Some refactoring and code by Fariborz Jahanian · 12 years ago
- 0183768 [analyzer] Look for lvalue nodes when tracking a null pointer. by Jordan Rose · 12 years ago
- 8c84707 [analyzer] Don't rely on finding the correct return statement for suppression. by Jordan Rose · 12 years ago
- 6f09c3d [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 12 years ago
- e4743be <rdar://problem/13170740> Be a little more careful when instantiating 'this' expressions. by Douglas Gregor · 12 years ago
- 325de0c Move clang tests that depend on llvm/ADT/Statistic.h to a subdir. by Jan Wen Voung · 12 years ago
- 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 12 years ago
- c61361b <rdar://problem/13094134> Don't try to wire up typedef names for invalid anonymous tag declarations encountered during template instantiation. by Douglas Gregor · 12 years ago
- bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 12 years ago
- 303b96f <rdar://problem/13140795> Transform the scope type of a pseudo-destructor expression within the object scope. by Douglas Gregor · 12 years ago
- f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 12 years ago
- 389dc56 [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 12 years ago
- aa62d0c Fixes breaking of string literals. by Manuel Klimek · 12 years ago
- c2ac68e Remove unused variable. by Benjamin Kramer · 12 years ago
- 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 12 years ago
- ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 12 years ago
- 029c8f3 [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to by Argyrios Kyrtzidis · 12 years ago
- b70e7a8 [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. by Argyrios Kyrtzidis · 12 years ago
- 480760f [driver] If we're just linking, don't report --param X as unused option. by Chad Rosier · 12 years ago
- 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 12 years ago
- 0689863 Add code completion for @import <rdar://problem/13344306>. by Douglas Gregor · 12 years ago
- 1344e94 Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-C object type <rdar://problem/13338107>. by Douglas Gregor · 12 years ago
- 6cda3e6 When possible, move __block variables to the heap rather than copying them. by Douglas Gregor · 12 years ago
- 9eda3ab Promote atomic type sizes up to a power of two, capped by by John McCall · 12 years ago
- fafaaef Move the atomics code into its own file. by John McCall · 12 years ago
- 9d232c8 Change hasAggregateLLVMType, which conflates complex and by John McCall · 12 years ago
- 372fe78 Add CharUnits::alignmentAtOffset. by John McCall · 12 years ago
- 1723f63 Evaluate compound literals directly into the result aggregate by John McCall · 12 years ago
- 76ecdfc Remove temporary std::vectors that ca be replaced with ArrayRef's magic. by Benjamin Kramer · 12 years ago
- f302354 Remove unncessary whitespace when triggered on empty line. by Daniel Jasper · 12 years ago
- f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 12 years ago
- f3ddf63 Add 'e' to the SPIR data layout - SPIR is little endian for now. by Guy Benyei · 12 years ago
- b9aa673 Minor refactor of how we get compilation phases. by Matthew Curtis · 12 years ago
- 9789d0d2 Fix build with clang, this was supposed to be part of r176617. by Nick Lewycky · 12 years ago
- 0f815f1 Add flags for additional control over coverage generation. Pick the version by Nick Lewycky · 12 years ago
- 018e9aa [analyzer] Warn on passing a reference to null pointer as an argument in a call by Anna Zaks · 12 years ago
- cf048a8 Don't duplicate function names. Thanks to Jordan Rose for pointing it out. by Rafael Espindola · 12 years ago
- 531db82 Add a hasExternalLinkage helper. No functionality change. by Rafael Espindola · 12 years ago
- 3778300 Add a hasExternalStorageAsWritten helper. No functionality change. by Rafael Espindola · 12 years ago
- 58bd77f Fix typo. by Rafael Espindola · 12 years ago
- c236b73 [analyzer] Check for returning null references in ReturnUndefChecker. by Jordan Rose · 12 years ago
- 962fbc4 [analyzer] Clean up a few doc comments for ProgramState and CallEvent. by Jordan Rose · 12 years ago
- 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 12 years ago
- 42773d6 [analyzer] Pass the correct Expr to the bug reporter visitors when dealing with CompoundLiteralExpr by Anna Zaks · 12 years ago
- 713e075 [analyzer] IDC: Add config option; perform the idc check on first “null node” rather than last “non-null”. by Anna Zaks · 12 years ago
- 398253a [PCH] When pre-validating the headers from the PCH, only validate non-system headers. by Argyrios Kyrtzidis · 12 years ago
- ed3802e [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file. by Argyrios Kyrtzidis · 12 years ago
- 36592b1 [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. by Argyrios Kyrtzidis · 12 years ago
- 8bd50b1 [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTrait that are not used for anything. by Argyrios Kyrtzidis · 12 years ago
- 26facfa Spell Objective-C correctly. by Fariborz Jahanian · 12 years ago
- 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 12 years ago
- f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 12 years ago
- 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 12 years ago
- 7e73f94 [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. by Alexey Samsonov · 12 years ago
- 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 12 years ago
- 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
- eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 12 years ago
- 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 12 years ago
- b4e8245 Remove unused static variable. by Douglas Gregor · 12 years ago
- cf2c2e9 Preprocessor: don't keep comments under -traditional-cpp. by Jordan Rose · 12 years ago
- 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 12 years ago
- eb8f69f fix a missing check in my last patch. // rdar://13094352 by Fariborz Jahanian · 12 years ago
- 693fdfa Preprocessor: don't consider // to be a line comment in -E -std=c89 mode. by Jordan Rose · 12 years ago
- 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 12 years ago
- f32e11d Remove outdated claim that GCC builds without a C++ compiler from compilers comparison. by Richard Smith · 12 years ago
- 23742cd Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first by Lang Hames · 12 years ago