- bdfdb1d Modify ASTReaderListener to allow visiting the input files of an AST file. by Argyrios Kyrtzidis · 12 years ago
- 00ffb80 [analyzer] Remove now-unused bindCompoundLiteral helper function. by Jordan Rose · 12 years ago
- 6376703 [analyzer] Handle CXXTemporaryObjectExprs in compound literals. by Jordan Rose · 12 years ago
- 2624b81 Fix representation of compound literals for C++ objects with destructors. by Jordan Rose · 12 years ago
- b840921 by Ulrich Weigand · 12 years ago
- 6b20351 by Ulrich Weigand · 12 years ago
- fd4aa4b R600: Update GPU variants in -mcpu option by Tom Stellard · 12 years ago
- dbce2c6 Add llvm_unreachable at end of fully covered switch by Hans Wennborg · 12 years ago
- fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 12 years ago
- 7ff96ed Don't break comments after includes. by Daniel Jasper · 12 years ago
- 53e72cd Change indentation when breaking after a type. by Daniel Jasper · 12 years ago
- 10f6f06 Require the containing type to be complete when we see __alignof__ of a field. by John McCall · 12 years ago
- 692eafd C++1y: support range-based for loops in constant expressions. by Richard Smith · 12 years ago
- c194c95 Break the class-inheritance ":" to the new line. by Daniel Jasper · 12 years ago
- f022018 Don't put a space before ellipsis. by Daniel Jasper · 12 years ago
- ce61715 C++1y: support 'for', 'while', and 'do ... while' in constant expressions. by Richard Smith · 12 years ago
- 27f9cf3 Fix assert if __extension__ or _Generic is used when initializing a char array from a string literal. by Richard Smith · 12 years ago
- 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 12 years ago
- b476a14 Factor out duplication between lvalue-to-rvalue conversions and variable by Richard Smith · 12 years ago
- 62ed889 Replace 'MultiExprArg()' with 'None' by Dmitri Gribenko · 12 years ago
- d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 12 years ago
- 287f24d ArrayRef'ize Sema::CheckObjCMethodCall by Dmitri Gribenko · 12 years ago
- b98cf79 Use lexical contexts when checking for conflicting language linkages. by Rafael Espindola · 12 years ago
- 30ae1ed Handle parens properly when initializing a char array from a string literal. by Richard Smith · 12 years ago
- 958ba64 ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! by Richard Smith · 12 years ago
- fe57db2 Use remove_if to erase parts of a vector. Avoids O(n^2) worst cases. by Benjamin Kramer · 12 years ago
- 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 12 years ago
- 3ce0de6 Properly parsing __declspec(safebuffers), though there is no semantic hookup. For more information about safebuffers, see MSDN: http://msdn.microsoft.com/en-us/library/dd778695(v=vs.110).aspx by Aaron Ballman · 12 years ago
- f973424 Reverting r181004 since it has broken test/Sema/wchar.c. by Aaron Ballman · 12 years ago
- 269cc2d Lex: Fix quadratic behavior when unescaping _Pragma strings. by Benjamin Kramer · 12 years ago
- dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 12 years ago
- ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 12 years ago
- 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 12 years ago
- 82f145d Don't build a call expression referring to a function which we're not allowed by Richard Smith · 12 years ago
- ffd015e Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagnostic. by Richard Smith · 12 years ago
- 9fd6b8f Implement template support for CapturedStmt by Wei Pan · 12 years ago
- cd904e8 Added a function to check whether a Decl is in by Sean Callanan · 12 years ago
- df6217e Simplify slightly. by Richard Smith · 12 years ago
- 14f78f4 Separate out and special-case the diagnostic for 'auto' in a by Richard Smith · 12 years ago
- 15676be [analyzer;alternate edges] start experimenting with control flow "barriers" to prevent an edge being optimized away. by Ted Kremenek · 12 years ago
- e644ed5 [analyzer;alternate edges] ignore parentheses when determining edge levels. by Ted Kremenek · 12 years ago
- f468fa1 [analyzer; alternate edges] - eliminate unnecessary edges where between parents and subexpressions. by Ted Kremenek · 12 years ago
- b9e13d5 [analyzer; alternate edges] - merge control edges where we descend to a subexpression and pop back out. by Ted Kremenek · 12 years ago
- bb521b8 [analyzer; alternate edges] prune edges whose end/begin locations have the same statement parents. by Ted Kremenek · 12 years ago
- cd389d8 [analyzer;alternate edges] - add in events (loop iterations, etc) by Ted Kremenek · 12 years ago
- efa78d1 [doc parsing]: Make warning about unknown command by Fariborz Jahanian · 12 years ago
- c95d413 ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali! by Richard Smith · 12 years ago
- 79bef7a <rdar://problem/13806270> A template argument list is a constant-evaluated context. by Douglas Gregor · 12 years ago
- d99990d Revert r177218. by Argyrios Kyrtzidis · 12 years ago
- ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 12 years ago
- cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 12 years ago
- a4a90ca When building a module, forward diagnostics to the outer diagnostic consumer. by Douglas Gregor · 12 years ago
- dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 12 years ago
- 2f72900 Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consistency with ObjCInterfaceDecl::getSuperClassLoc() by Argyrios Kyrtzidis · 12 years ago
- 55c7d02 by Wei Pan · 12 years ago
- d072e59 Reapply r180982 with repaired logic and an additional testcase. by Adrian Prantl · 12 years ago
- dc5be4f Serialization for captured statements by Ben Langmuir · 12 years ago
- 0f2fc5f PR15906: The body of a lambda is not an evaluated subexpression; don't visit it when visiting such subexpressions. by Richard Smith · 12 years ago
- 8c045ac Move CapturedStmt parameters to CapturedDecl by Ben Langmuir · 12 years ago
- af28365 [analyzer] Start hacking up alternate control-flow edge generation. WIP. Not guaranteed to do anything useful yet. by Ted Kremenek · 12 years ago
- 634c563 Keep track of an @implementation's super class name location, if one was provided. by Argyrios Kyrtzidis · 12 years ago
- 000817b Micro-optimization: check the overloaded operator kind before by John McCall · 12 years ago
- 1f78a50 ArrayRef'ize InitializationSequence constructor and InitializationSequence::Diagnose() by Dmitri Gribenko · 12 years ago
- 363f99d Initialize WarnOnSpellCheck. by Rafael Espindola · 12 years ago
- 454cb70 Add space between ; and (. by Daniel Jasper · 12 years ago
- 16a69ef Fix expression recognition in for-loops. by Daniel Jasper · 12 years ago
- 8eead16 Add const qualifier to Sema::getTypeName's parameter `II` by Dmitri Gribenko · 12 years ago
- 63063f5 Add support for -march=btver2. by Benjamin Kramer · 12 years ago
- 6f464bb Support __wchar_t in -fms-extensions and -fms-compatibility modes. by Hans Wennborg · 12 years ago
- f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 12 years ago
- 2faee99 [analyzer] Check the stack frame when looking for a var's initialization. by Jordan Rose · 12 years ago
- dcd6224 [analyzer] Fix trackNullOrUndef when tracking args that have nil receivers. by Jordan Rose · 12 years ago
- bb09f7b Revert "Attempt to un-break the gdb buildbot." by Adrian Prantl · 12 years ago
- e19229b Make cleanUpLocation() a self-contained function. by Ted Kremenek · 12 years ago
- 79e0291 [ms-cxxabi] Emit non-virtual member function pointers by Reid Kleckner · 12 years ago
- 30c0d27 Attempt to un-break the gdb buildbot. by Adrian Prantl · 12 years ago
- d306a53 Re-apply 180974 with the build error fixed. This was the result by Ted Kremenek · 12 years ago
- ae8c505 Revert "Change LocationContextMap to be a temporary instead of shared variable in BugReporter." by Rafael Espindola · 12 years ago
- aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 12 years ago
- c70fac3 Change LocationContextMap to be a temporary instead of shared variable in BugReporter. by Ted Kremenek · 12 years ago
- 92eb7d8 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 12 years ago
- fa5f030 Revert r180970; it's causing breakage. by Douglas Gregor · 12 years ago
- 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 12 years ago
- 4b75085 [analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant. by Jordan Rose · 12 years ago
- 4e3b54b Use the Itanium ABI for thread_local on Darwin. by Bill Wendling · 12 years ago
- 39b60dc Fix crasher when the range in a C++ range-for loop has an ill-formed initializer. by Douglas Gregor · 12 years ago
- db3910b When looking for the module associated with one of our magical builtin headers, speculatively load module maps. by Douglas Gregor · 12 years ago
- fa6b079 Ensure that the line table for functions with cleanups is sequential. by Adrian Prantl · 12 years ago
- d4147c4 Use a more idiomatic way to disable debug locations. by Adrian Prantl · 12 years ago
- 4857fdc [document parsing]: support c++11 type aliases by Fariborz Jahanian · 12 years ago
- c814c64 Make sure we define wchar_t related macros correctly in -fms-extensions mode. by Hans Wennborg · 12 years ago
- de5ed04 Fix typo in a stddef.h comment: s/risze_t/rsize_t/ by Hans Wennborg · 12 years ago
- e87c5bd Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_local) true when the target supports thread-local storage. by Douglas Gregor · 12 years ago
- 8a729b4 [analyzer] RetainCountChecker: don't track through xpc_connection_set_context. by Jordan Rose · 12 years ago
- e2b1246 [analyzer] Consolidate constant evaluation logic in SValBuilder. by Jordan Rose · 12 years ago
- 776d3bb [analyzer] Don't inline the [cd]tors of C++ iterators. by Jordan Rose · 12 years ago
- a3ae52b [documenting declaration]: Remove arc liftime qualifiers by Fariborz Jahanian · 12 years ago
- 28fff53 Fix spurious trailing comma when printing some of the __c11_atomic_* builtins. Patch by Joe Sprowes! by Richard Smith · 12 years ago
- a07a6c3 PR15884: In the 'taking the address of a temporary' extension, materialize the by Richard Smith · 12 years ago
- 112344a Re-apply "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 12 years ago