aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2013-09-13clang-format: Add -assume-filename option for editor integrations.Daniel Jasper4-15/+30
2013-09-13Added missing field comparisons to the FormatStyle::operator==Alexander Kornienko1-6/+9
2013-09-13A buildbot compiling with strict error on unused variables pointed out aDavid Tweed1-1/+0
2013-09-13Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed12-9/+123
2013-09-13Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville4-1/+8
2013-09-13clang-format: Detect braced lists in subscript expressions.Daniel Jasper2-1/+3
2013-09-13[-cxx-abi microsoft] Mangle user defined entry points properlyDavid Majnemer2-2/+45
2013-09-13clang-format: Fix incorrect enum parsing / layouting.Daniel Jasper7-55/+56
2013-09-13[-cxx-abi microsoft] Mangle declarations inside extern "C"David Majnemer2-33/+86
2013-09-13CHECK -> CHECK-DAGDavid Majnemer1-82/+82
2013-09-13Refactor the uninitialized field visitor. Also moved the calls to the visitorRichard Trieu2-54/+107
2013-09-13Documentation: Doxygen-ification of existing docs for Sema/DelayedDiagnostic.h.James Dennett1-12/+12
2013-09-13Documentation cleanup: Fixing \brief comments, migrating away from old styleJames Dennett1-26/+26
2013-09-13Fix two incorrect comments.Jordan Rose2-3/+3
2013-09-13[analyzer] Fix copy-paste error in internal docs.Jordan Rose1-1/+1
2013-09-13[analyzer] Run post-stmt checks for DeclStmt.Jordan Rose1-1/+4
2013-09-12Restore the sqrt -> llvm.sqrt mapping in fast-math modeHal Finkel2-6/+18
2013-09-12Fix typo in llvm_unreachable string.Nick Lewycky1-1/+1
2013-09-12PR13657 (and duplicates):Richard Smith10-95/+843
2013-09-12Fix regression from r190427.Eli Friedman2-1/+6
2013-09-12Add a test case to test RAV visits parameters of implicit copy constructor.Michael Han1-3/+7
2013-09-12PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use aRichard Smith5-22/+133
2013-09-12Move the execution code from Compilation::ExecuteCommand to Command::ExecuteHans Wennborg3-13/+18
2013-09-12Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg9-162/+128
2013-09-12[CMake] Put controversial always-recheck-revision-number behind an option.Jordan Rose2-2/+10
2013-09-12Fix the MCTargetAsmParser API change.Joey Gouly2-4/+4
2013-09-12[libclang] In clang_getLocation, check that the provided line/column is valid.Argyrios Kyrtzidis1-0/+2
2013-09-11Fix the end-location of a CXXTemporaryObjectExpr when it is created with a in...Argyrios Kyrtzidis2-1/+48
2013-09-11[CMake] Fix repository version checking dependencies harder.Jordan Rose1-1/+1
2013-09-11clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL.NAKAMURA Takumi1-1/+0
2013-09-11[CMake] Always include the Clang repo version, just like the autoconf build.Jordan Rose1-30/+20
2013-09-11ObjectiveC migration. NS_RETURNS_NOT_RETAINED is the default forFariborz Jahanian2-25/+19
2013-09-11clang-format: Fix bug in pointer detectionDaniel Jasper2-1/+2
2013-09-11Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman8-89/+66
2013-09-11ObjectiveC migrator. Modify inferred property nameFariborz Jahanian3-1/+17
2013-09-11Test for correct usage of columnWidth in clang fixit hints.Alexander Kornienko2-3/+37
2013-09-11Clarify the status of PowerPC support.Roman Divacky1-2/+10
2013-09-11ObjectiveC migrator. methods which look like a getter andFariborz Jahanian3-10/+32
2013-09-11Added regression tests.Serge Pavlov1-0/+13
2013-09-11[analyzer] Handle zeroing constructors for fields of structs with empty bases.Jordan Rose2-4/+37
2013-09-11clang-cl: Warn about overriding /MD with /MT etc.Hans Wennborg5-13/+29
2013-09-11Teach RAV to visit parameter variable declarations of implicit functions. Fix...Michael Han4-2/+43
2013-09-11fix xcore-opts.c testRobert Lytton1-1/+1
2013-09-11Adding some additional test cases for the cleanup attribute.Aaron Ballman1-0/+11
2013-09-11Fix 2 cases of uninitialized reads of an invalid PresumedLoc.Evgeniy Stepanov2-15/+17
2013-09-11Support for CR LF newlines.Alexander Kornienko4-36/+78
2013-09-11Fix the ASan dll_thunk pathTimur Iskhodzhanov2-3/+2
2013-09-11Simplify code with the in place path::native. No functionality change.Benjamin Kramer2-7/+4
2013-09-11Split -Wunused-variable warning.Daniel Jasper4-1/+14
2013-09-11[mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2-12/+12