- 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
- 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
- f3bbb15 ARM says that the array cookie should always be eight bytes. by John McCall · 12 years ago
- 96fcde0 Move the decision about the kind of CGCXXABI to make inside by John McCall · 12 years ago
- 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 12 years ago
- 23799e3 simplify code by removing excessive bracing. by Fariborz Jahanian · 12 years ago
- 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 12 years ago
- d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
- b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
- d07865b Optimize ModuleManager::visit() by precomputing the visitation order by Douglas Gregor · 12 years ago
- c6dcea9 Silence unintended fallthrough diagnostic on a case label preceded with a normal label. by Alexander Kornienko · 12 years ago
- e992ed1 Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for multiple case labels. by Alexander Kornienko · 12 years ago
- 3499dda Fix some alignment and line break decisions. by Daniel Jasper · 12 years ago
- b6c08a6 Lexer.cpp: Fix a warning with ptrdiff_t on i686. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
- 63f0036 Allow breaking after "::" if absolutely necessary. by Daniel Jasper · 12 years ago
- b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
- eab6652 [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 12 years ago
- 5c4e34c [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. by Daniel Dunbar · 12 years ago
- f3fc21f [Frontend] The -iwithprefix option belongs in the After category, according to by Daniel Dunbar · 12 years ago
- 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 12 years ago
- 1d32133 Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio> by NAKAMURA Takumi · 12 years ago
- 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
- f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 12 years ago
- e169807 Track the number of lookups and hits into the on-disk hash tables for by Douglas Gregor · 12 years ago
- ae82c2b Clarify comment: "diagnose" is better than "warn" when emitting an error. by Jordan Rose · 12 years ago
- d4497dd Clean up: since we have FunctionDecl::IsInline, make it store the right value by Richard Smith · 12 years ago
- d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 12 years ago
- bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 12 years ago
- 73f0563 [analyzer] refactor: access IPAMode through the accessor. by Anna Zaks · 12 years ago
- 8f62847 removed duplicated comment. by Fariborz Jahanian · 12 years ago
- ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 12 years ago
- 4055cfc [mips] Do not emit i32 padding if target ABI is O32. This was causing backend by Akira Hatanaka · 12 years ago
- b87672b Add a fixit for \U1234 -> \u1234. by Jordan Rose · 12 years ago
- fc12060 As an extension, treat Unicode whitespace characters as whitespace. by Jordan Rose · 12 years ago
- c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
- 5209e2b Unify diagnostics for \x, \u, and \U without any following hex digits. by Jordan Rose · 12 years ago
- ae07378 [ms-inline asm] Add an error when trying to compile MS-style inline assembly by Chad Rosier · 12 years ago
- 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 12 years ago
- 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 12 years ago
- d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 12 years ago
- 9b7ea0d Start checking nonnull (as well as format and argument_with_type_tag) on by Nick Lewycky · 12 years ago
- 5d9484d Fix some wonky formatting, remove spurious emacs major mode marker. No by Nick Lewycky · 12 years ago
- 4ea6a64 Micro cleanup: use an array of const char, rather than an array of char, as the by Richard Smith · 12 years ago
- 5100135 Fix for case-sensitive file systems. Ugh by Douglas Gregor · 12 years ago
- a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 12 years ago
- b33349e Add missing null check. Not sure why my tests passed before. by Ted Kremenek · 12 years ago
- a5b6469 Honor attribute 'analyzer_noreturn' on Objective-C methods. by Ted Kremenek · 12 years ago
- e438bac Add extra indent for nested calls inside if's. by Daniel Jasper · 12 years ago
- 630f4bb Implement -Wvla correctly by Dmitri Gribenko · 12 years ago
- 479633c Factor the trait for lookup into the on-based hash table of by Douglas Gregor · 12 years ago
- 0c06cbc [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH by Argyrios Kyrtzidis · 12 years ago
- 89cf425 Use 'const Decl *' throughout code completion in Sema by Dmitri Gribenko · 12 years ago
- 8441fff Add constness for NestedNameSpecifier::Create parameter by Dmitri Gribenko · 12 years ago
- f39c885 Don't try to align builder-type continuations on assignments. by Daniel Jasper · 12 years ago
- b76d971 Constify some getters in RedeclarableTemplateDecl by Dmitri Gribenko · 12 years ago
- 13cb7c2 Don't try to do a hanging ident after assignments. by Daniel Jasper · 12 years ago
- 7ccbc21 Fix handling of macro definitions. by Manuel Klimek · 12 years ago
- a32a7fd Fixes layouting regression and invalid-read. by Manuel Klimek · 12 years ago
- 20d3583 Fix the formatting of pointer/reference types in range-based for loops. by Daniel Jasper · 12 years ago
- 7006e7e Removing the penalty for breaking after "=". by Daniel Jasper · 12 years ago
- 4bfc65a Fix another regression for pointer types. by Daniel Jasper · 12 years ago
- 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 12 years ago
- 218b6df Fix regression in formatting pointer types. by Daniel Jasper · 12 years ago
- 836b58f Fixes incorrect handling of the declaration context stack. by Manuel Klimek · 12 years ago
- 092a2c7 Fix segfaults in the formatter. by Manuel Klimek · 12 years ago
- 8f4bd7a Add option to allow putting all parameters onto the next line. by Daniel Jasper · 12 years ago
- 70b03f4 Allow us to better guess the context of an unwrapped line. by Manuel Klimek · 12 years ago
- 89530e4 Remove the last of uses that use the Attribute object as a collection of attributes. by Bill Wendling · 12 years ago
- 3edf387 Make __attribute__((nonnull)) use the general expression evaluator to search for by Nick Lewycky · 12 years ago
- 6ea3a2a [Driver] Don't remove non-regular files that were outputs. by Daniel Dunbar · 12 years ago
- 18f43a6 Documentation cleanup: fixing documentation for FrontendAction. by James Dennett · 12 years ago
- 909b6de Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind by Bill Wendling · 12 years ago
- 3cc6277 Fix compilation on Linux, which defines PATH_MAX in a weird place, by Douglas Gregor · 12 years ago
- b0fc94c PowerPC: fix __builtin_eh_return_data_regno return by Adhemerval Zanella · 12 years ago
- b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
- 3548068 Small code change to improve performance by Fariborz Jahanian · 12 years ago
- 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
- c666cf4 [ms-inline asm] Remove a warning about ms-style inline assembly not being by Chad Rosier · 12 years ago
- e0d2066 Make getDefinitiveDeclContext() actually return a DeclContext, as one by Douglas Gregor · 12 years ago
- 3a344f9 Fix a bug in VarDecl::getSourceRange() for static member arrays with an element by Nico Weber · 12 years ago
- 86721d2 Implements more principled comment parsing. by Manuel Klimek · 12 years ago
- 3298327 Let the formatter be more restrictive for breaking around . and -> by Daniel Jasper · 12 years ago
- ffee171 Fix "*" formatting when creating arrays of pointers. by Daniel Jasper · 12 years ago
- 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 12 years ago
- 454028e [ASan] Link with the dynamic runtime on OS X by Alexander Potapenko · 12 years ago
- b62faef Use the correct field to copy/dispose a __block variable. by John McCall · 12 years ago
- 821627e Remove "incorrect" aligning of trailing comments. by Daniel Jasper · 12 years ago
- ed01f84 Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute. by Bill Wendling · 12 years ago
- f11ccc1 objectiveC: don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
- a37ce61 Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute. by Bill Wendling · 12 years ago
- cc71dbe Give ModuleFiles an index, so that we can use indexed vectors rather by Douglas Gregor · 12 years ago
- b892d70 Eliminate Sema::CompareProperties(), which was walking over a pile of by Douglas Gregor · 12 years ago
- 05bf827 Formatter: Set MatchingParen for [], to match <>, (), {}. No functionality change. by Nico Weber · 12 years ago
- 3f29fbb Formatter: Rename LSquare to Left to make parseSquare() more consistent with the other paren parsing methods. by Nico Weber · 12 years ago
- 308232c Fixes various problems around enum parsing. by Manuel Klimek · 12 years ago
- aabd094 Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which by Douglas Gregor · 12 years ago
- eb8fc58 [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a crash if Precompilepreamble by Argyrios Kyrtzidis · 12 years ago
- 0dfe23c Replace some unnecessary O(N^2) lookups for properties with by Douglas Gregor · 12 years ago
- 187f8bd [analyzer] Show notes inside implicit calls at the last explicit call site. by Jordan Rose · 12 years ago
- 125eb3e ReadSourceManagerBlock is skipping over records that can contain Blobs. Not passing by Chris Lattner · 12 years ago