- 2fca802 Fix one FIXME in VTableBuilder by Timur Iskhodzhanov · 11 years ago
- 3923d6a Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions. by David Blaikie · 11 years ago
- 70133b5 In block enum-return inference, don't die on loads of enum lvalues. by John McCall · 12 years ago
- 384af4a Add test forgotten in r181388. by Richard Smith · 12 years ago
- e756563 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 12 years ago
- aecda96 [analyzer; alternate edges] insert an extra edge for 'for' statements to conditions. by Ted Kremenek · 12 years ago
- 8484b37 [analyzer;alternate edges] edges from subexpressions of "?:" are important to retain by Ted Kremenek · 12 years ago
- a49a7fe C++1y constant expression evaluation: compound assignment support for floating-point and pointer types. by Richard Smith · 12 years ago
- ddb379e The style guide prefers preincrement expressions :-) by Adrian Prantl · 12 years ago
- 4008088 remove commented out code. by Adrian Prantl · 12 years ago
- d9de51f When typo correction produces an overloaded result when looking up a member, by Nick Lewycky · 12 years ago
- 4c71b8c Don't crash in IRGen if a conditional with 'throw' in one of its branches is by Richard Smith · 12 years ago
- 28b34d8 Fix crash on invalid in template type diffing. by Richard Trieu · 12 years ago
- be0b207 [analyzer;alternate arrows] Fix inconsistencies in recorded location context when handling interprocedural paths. by Ted Kremenek · 12 years ago
- f4bbb1d [analyzer; alternate arrows] add back recording whether we visited the first edge. by Ted Kremenek · 12 years ago
- b17c2f7 [analyzer; alternate arrows] remove pruning of loop diagnostics. by Ted Kremenek · 12 years ago
- 03194fb [analyzer; alternate arrows] include logical '||' and '&&' as anchors for edges. by Ted Kremenek · 12 years ago
- bc0fd81 [analyzer; alternate arrows] include an edge from the "break" or "continue" by Ted Kremenek · 12 years ago
- 98fb1cc [analyzer; alternate arrows] the extra edge to the closing '}' in a loop adds no value. by Ted Kremenek · 12 years ago
- 96b8134 [analyzer; alternate arrows] the initializer of a ForStmt isn't interesting either. by Ted Kremenek · 12 years ago
- 333e44c [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities. by Argyrios Kyrtzidis · 12 years ago
- 35d06d2 We're in 3.4 land now. by Bill Wendling · 12 years ago
- 99e9fe0 Try to recognise hidden tag type names in potential declarations, in ObjC code as well. by Argyrios Kyrtzidis · 12 years ago
- 7f0ffb3 C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. by Richard Smith · 12 years ago
- 636478e [analyzer] Fix a crash triggered by printing a note on a default argument by Anna Zaks · 12 years ago
- e2f7337 [analyzer; alternate arrows] The ForStmt increment is not a critical anchor for arrows. by Ted Kremenek · 12 years ago
- 5068b6f Test commit by Serge Pavlov · 12 years ago
- 54eeac9 Prevent crashes from hasCanonicalType matcher by Edwin Vane · 12 years ago
- d71ec16 Config file support for clang-format, part 1. by Alexander Kornienko · 12 years ago
- dbef71e Correctly recognize dereference after 'delete'. by Daniel Jasper · 12 years ago
- 8c39a1d Further fix to clang-format emacs integration. by Daniel Jasper · 12 years ago
- 8ee617e Fix clang-format emacs integration in last line. by Daniel Jasper · 12 years ago
- a399f77 [analyzer; alternate edges] simplify optimization rules to look at control-flow conditions to prune edges. by Ted Kremenek · 12 years ago
- d0f5faf [analyzer; alternate arrows] use the terminator condition as the location for 'entering loop body' by Ted Kremenek · 12 years ago
- 402cd22 Weaken an assertion in memcpyization to account for unnamed bitfields. by John McCall · 12 years ago
- d20afcb C++1y constant expression evaluation: support for compound assignments on integers. by Richard Smith · 12 years ago
- b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 12 years ago
- a8942d7 C++1y: an assignment operator is implicitly 'constexpr' if it would only call 'constexpr' assignment operators for a literal class type. by Richard Smith · 12 years ago
- 3139d66 C++ status: by Richard Smith · 12 years ago
- b097a57 [analyzer; alternate arrows] provide a diagnostic for entering a loop for the first time. by Ted Kremenek · 12 years ago
- c2fc4ab DebugInfo: Support imported modules (using directives) within lexical blocks. by David Blaikie · 12 years ago
- 481da55 [analyzer; alternate arrows] don't increment the path iterator when we just deleted the next iterator. by Ted Kremenek · 12 years ago
- 993f43f Grab-bag of bit-field fixes: by John McCall · 12 years ago
- 009735d Add missing initialization for Sema::CurScope. This is important for AST consumers which don't create a Parser. Pointed out by Tom Honermann. by Richard Smith · 12 years ago
- 7adf79a Move PragmaCommentHandler to lib/Parse in preparation for calling Sema by Reid Kleckner · 12 years ago
- bdfdb1d Modify ASTReaderListener to allow visiting the input files of an AST file. by Argyrios Kyrtzidis · 12 years ago
- 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. 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
- 745dacf Remove forward slashes from check; should unbreak Windows buildbots. by Douglas Gregor · 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
- 566bf62 ArrayRef<T>() -> None cleanup by Dmitri Gribenko · 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
- aa3d68a Moved pretty printer test for thread local storage in its own file by Enea Zaffanella · 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
- e96515a Tweaks to C++ status: add a link to Faisal's generic lambdas implementation, by Richard Smith · 12 years ago
- fe59635 More colours for C++ status page, and mark relaxed constexpr as partially complete. by Richard Smith · 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