2012-10-24 |
Douglas Gregor | (De-)serialize header search options. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Update unit tests for HeaderSearch change |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Move HeaderSearchOptions into the Lex library, make... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Undef SEMANTIC_VALUE_DIAGOPT appropriately |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | (De-)serialize the file system options. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Serialize DiagnosticOptions to the AST file. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Mahesha S | Removed an extra blank line. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Manuel Klimek | Adds the possibility to run ASTMatchFinder over arbitra... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Add a simple test involving decltype on Objective-C... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Remove the HiddenWeakTemplateVTables CodeGen option... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Evgeniy Stepanov | Pass LLVM_ANDROID_TOOLCHAIN_DIR if set. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Alexey Samsonov | Update docs about TSan availability in CMake build |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Alexey Samsonov | Fix some wordings in AddressSanitizer docs. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Ulrich Weigand | A number of test cases assume that an "int" parameter... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
NAKAMURA Takumi | Revert r166541, "clang/test: Add appropriate requiremen... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Nadav Rotem | Clang now attempts to create a TargetMachine whenever... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
NAKAMURA Takumi | clang/test: Add appropriate requirements as REQUIRES... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Nico Weber | Add a test for -Warc-abi as requested by Fariborz. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Rafael Espindola | Add padding inreg registers to cause llvm to skip ecx... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Rafael Espindola | Add inreg markers with the x86_fastcallcc calling conve... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Matt Beaumont-Gay | Address feedback from Eli Friedman on r166522. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Nadav Rotem | Change EmitAssemblyHelper to create the target machine... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Jordan Rose | [analyzer] Handle 'SomeVar.SomeEnumConstant', which... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Jordan Rose | [analyzer] Replace -analyzer-no-eagerly-trim-egraph... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] Test case for r166526. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] Update the triple to test r166523. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Matt Beaumont-Gay | Don't emit -Wunused-value warnings from macro expansions. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Tweak include order |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Use a .def file for most of the diagnostic options. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Fariborz Jahanian | Objective-C: check that when a category method is being... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Buildbot debugging is fun |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | One last unit-test fix |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | More unit-test fixes |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Update clang-interpreter example |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Fixup unit tests for DiagnosticOptions change |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Make DiagnosticOptions intrusively reference-counted... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Jordan Rose | CMake: Fix public header search for generating Xcode... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Eli Friedman | Fix pretty-printing pseudo-destructor calls. Patch... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Eli Friedman | Delete junk that snuck into r166498. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Eli Friedman | Add a new warning -Wmissing-variable-declarations,... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Switch CodeGenOptions over to a .def file, like we... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Richard Smith | When rebuilding a DependentScopeDeclRefExpr, perform... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] Update for r166433. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Rafael Espindola | Handle -pthread, -pg and -shared correctly on bitrig. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Sean Silva | Fix some mdoc nits |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Daniel Jasper | Make hasDeclaration() matcher work inside the memberExp... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
NAKAMURA Takumi | clang/test/PCH/pch-dir.c: Update a comment for msvc... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Manuel Klimek | Implements the thisExpr matcher. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
NAKAMURA Takumi | clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
NAKAMURA Takumi | clang/test/PCH/pch-dir.c: Relax expressions of path... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | If the precompiled header named by "-include" is actual... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Matt Beaumont-Gay | Fix -Wunused-value to not warn on expressions that... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Argyrios Kyrtzidis | [libclang] Add an environment variable to disable threa... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Eli Friedman | [ms-inline-asm] Add handling for errors coming out... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Rafael Espindola | Don't try to use inreg with 0 sized structs. Thanks... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael J.... | [Options] Fix two options I mistransformed. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Richard Smith | Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Douglas Gregor | Handle implicitly-included PCH files the same way as |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Douglas Gregor | Allow clients of the AST reader to specify what kinds... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Douglas Gregor | Collapse ASTReader::ReadSLocEntryRecord() into its... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Douglas Gregor | Distinguish the various kinds of AST file loading failures: |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Michael J.... | [Options] Add prefixes to options. |
commit | commitdiff | tree | snapshot |
2012-10-22 |
NAKAMURA Takumi | ASTReader.cpp: Fix a warning. [-Wunused-variable] |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Eli Friedman | Testcase change for r166440. |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Richard Trieu | Fix for PR13334. This prevents crashes that result... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Chad Rosier | [ms-inline asm] Test case for r166433. |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Daniel Dunbar | Fix pre-commit refacto failure. |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Daniel Dunbar | driver/Darwin: Follow up to last patch, M-class CPUs... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Douglas Gregor | Eliminate the redundancy between source-file informatio... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Daniel Dunbar | driver/Darwin: Default to AAPCS for M-class CPUs. |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Daniel Jasper | Implement hasParent()-matcher. |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Richard Smith | PR14141 (part of DR1351): An implicitly-deduced "any... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Lang Hames | Fix typo, make test case slightly more reabable. Thanks... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Benjamin Kramer | Silence warning about && in ||. |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Simon Atanasyan | Add support of MIPS n32 ABI to the Clang driver. The... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Richard Smith | Unrevert r166268, reverted in r166272, with a fix for... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Lang Hames | When used in a compound expression FP_CONTRACT should... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Benjamin Kramer | Move private classes into anonymous namespaces. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Richard Smith | DR1473: Do not require a space between operator"" and... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Richard Smith | Rework implementation of DR1492: Apply the resolution... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Nico Weber | Accept -Wno-arc-abi without warning for a while. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Logan Chien | Fix __builtin_va_arg assertion failure in ARM AAPCS. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Jordan Rose | [analyzer] Assume 'new' never returns NULL if it could... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Richard Smith | DR1472: A reference isn't odr-used if it has preceding... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Argyrios Kyrtzidis | When associating file ranges of macro arguments with... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Chad Rosier | [ms-inline asm] Update test case for r166357. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Test case for r166349 and r166352. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Michael J.... | [Options] Make Option non clang specific. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Michael J.... | [Options] make Option a value type. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Shuxin Yang | remove noreturn attribute from __builtin_debugtrap |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Update testcase for r166316. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Revert accidental commit. Sorry for... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Eli Friedman | Pretty-print a ParenListExpr in a variable initializer... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Set the SemaCallback in the TargetAsmPa... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Daniel Dunbar | tests: Fix two tests to just use -triple instead of... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Daniel Dunbar | tests: Stop mangling '-vg' into the triple, we don... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Daniel Dunbar | IRgen: Initialize TargetLoweringInfo with a triple. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Shuxin Yang | add __builtin_debugtrap |
commit | commitdiff | tree | snapshot |
2012-10-19 |
David Blaikie | Clarify wording of -Wshift-op-parentheses. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Set the MCTargetAsmParser as paring... |
commit | commitdiff | tree | snapshot |
next |