aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-24Handle universal character names and Unicode characters outside of literals.Jordan Rose
2013-01-24Unify diagnostics for \x, \u, and \U without any following hex digits.Jordan Rose
2013-01-24Fail these tests in a way that doesn't cause unexpected successes, per Daniel'sChad Rosier
2013-01-24Temporarily XFAIL this test; the compiler will segfault if the target-specificChad Rosier
2013-01-24[ms-inline asm] Add an error when trying to compile MS-style inline assemblyChad Rosier
2013-01-24[driver] Associate a JobAction with each result file. This enables the driverChad Rosier
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-24Fix a non-conformant OpenCL test case.Joey Gouly
2013-01-24Properly remove this test file, that I copied over to test/SemaOpenCL in r173...Joey Gouly
2013-01-24Fix an OpenCL test case that was OpenCL conformant.Joey Gouly
2013-01-24clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f...NAKAMURA Takumi
2013-01-24clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now.NAKAMURA Takumi
2013-01-24Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar...Nick Lewycky
2013-01-24Start checking nonnull (as well as format and argument_with_type_tag) onNick Lewycky
2013-01-24Fix some wonky formatting, remove spurious emacs major mode marker. NoNick Lewycky
2013-01-23Micro cleanup: use an array of const char, rather than an array of char, as theRichard Smith
2013-01-23Don't check lines beginning with '#', since they could contain a path with th...Bill Wendling
2013-01-23Don't check lines beginning with '#', since they could contain a path with th...Bill Wendling
2013-01-23The diagnostic is now a warning instead of an error. Also don't check lines b...Bill Wendling
2013-01-23Fix for case-sensitive file systems. UghDouglas Gregor
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-23Add a test case for 'analyzer_noreturn' on category methods.Ted Kremenek
2013-01-23Always process an index.html file if we have HTML output. Patch by Justin Bo...Ted Kremenek
2013-01-23Add missing null check. Not sure why my tests passed before.Ted Kremenek
2013-01-23Honor attribute 'analyzer_noreturn' on Objective-C methods.Ted Kremenek
2013-01-23Add extra indent for nested calls inside if's.Daniel Jasper
2013-01-23Implement -Wvla correctlyDmitri Gribenko
2013-01-23Factor the trait for lookup into the on-based hash table ofDouglas Gregor
2013-01-23docs: clear up ambiguitySean Silva
2013-01-23[PCH] Temporarily disable the "ambiguous macro" warning that is currently bog...Argyrios Kyrtzidis
2013-01-23Documentation: add a note that -cc1 options are not guaranteed to be stableDmitri Gribenko
2013-01-23libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko
2013-01-23Use 'const Decl *' throughout code completion in SemaDmitri Gribenko
2013-01-23Add constness for NestedNameSpecifier::Create parameterDmitri Gribenko
2013-01-23Don't try to align builder-type continuations on assignments.Daniel Jasper
2013-01-23Constify some getters in RedeclarableTemplateDeclDmitri Gribenko
2013-01-23Remove uneeded castsDmitri Gribenko
2013-01-23Don't try to do a hanging ident after assignments.Daniel Jasper
2013-01-23Fix handling of macro definitions.Manuel Klimek
2013-01-23Fixes layouting regression and invalid-read.Manuel Klimek
2013-01-23Fix the formatting of pointer/reference types in range-based for loops.Daniel Jasper
2013-01-23Removing the penalty for breaking after "=".Daniel Jasper
2013-01-23Fix another regression for pointer types.Daniel Jasper
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly
2013-01-23Fix regression in formatting pointer types.Daniel Jasper
2013-01-23Fixes incorrect handling of the declaration context stack.Manuel Klimek
2013-01-23Fix segfaults in the formatter.Manuel Klimek
2013-01-23Add option to allow putting all parameters onto the next line.Daniel Jasper
2013-01-23Allow us to better guess the context of an unwrapped line.Manuel Klimek
2013-01-23Explicitly cast away the const-ness instead of doing it implicitly.Bill Wendling