| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename a helper template function to 'bytes' to avoid a C++17 STL conflict | Reid Kleckner | 2015-05-21 | 1 | -15/+15 |
| * | Allow skipping imports in the module visitor. | Manuel Klimek | 2015-05-20 | 3 | -35/+99 |
| * | [AST] Put VarDeclBitfields on a diet | David Majnemer | 2015-05-19 | 2 | -21/+18 |
| * | Detect uses of mismatching forms of 'new' and 'delete' | Ismail Pazarbasi | 2015-05-18 | 2 | -1/+45 |
| * | [modules] Retain the name as written for umbrella headers and directories, ra... | Richard Smith | 2015-05-16 | 2 | -12/+15 |
| * | [modules] Add local submodule visibility support for declarations. | Richard Smith | 2015-05-15 | 3 | -17/+39 |
| * | Refactor: when exposing a definition in some module, provide listeners with the | Richard Smith | 2015-05-15 | 1 | -4/+3 |
| * | Revert "Detect uses of mismatching forms of 'new' and 'delete'" | Diego Novillo | 2015-05-14 | 2 | -45/+1 |
| * | Detect uses of mismatching forms of 'new' and 'delete' | Ismail Pazarbasi | 2015-05-14 | 2 | -1/+45 |
| * | [modules] Fix a #include cycle when building a module for our builtin headers. | Richard Smith | 2015-05-14 | 1 | -5/+9 |
| * | [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size. | Alexey Bataev | 2015-05-12 | 2 | -0/+2 |
| * | [modules] Don't bother registering loaded macros if there are none. | Richard Smith | 2015-05-04 | 1 | -1/+2 |
| * | Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio... | Richard Smith | 2015-05-04 | 2 | -15/+15 |
| * | [modules] Remove dead code from Module for tracking macro import locations. | Richard Smith | 2015-05-02 | 2 | -8/+2 |
| * | [modules] If a module #includes a modular header that #undef's its macro, it | Richard Smith | 2015-05-02 | 1 | -1/+1 |
| * | [modules] Add -fmodules-local-submodule-visibility flag. | Richard Smith | 2015-05-01 | 1 | -28/+17 |
| * | Fix a few line endings. NFC. | Yunzhong Gao | 2015-05-01 | 2 | -19/+19 |
| * | [modules] Start moving the module visibility information off the Module itself. | Richard Smith | 2015-05-01 | 2 | -35/+7 |
| * | Remove dead code: a MacroDirective can't be imported or ambiguous any more. | Richard Smith | 2015-04-30 | 2 | -26/+3 |
| * | [modules] Stop trying to fake up a linear MacroDirective history. | Richard Smith | 2015-04-29 | 3 | -196/+7 |
| * | [modules] Refactor creation of ModuleMacros and create them when importing fr... | Richard Smith | 2015-04-23 | 1 | -7/+6 |
| * | [modules] Remove the now-redundant import of all pending macros at the end of... | Richard Smith | 2015-04-23 | 1 | -27/+8 |
| * | [modules] Store a ModuleMacro* on an imported macro directive rather than dup... | Richard Smith | 2015-04-23 | 2 | -71/+46 |
| * | [modules] Determine the set of macros exported by a submodule at the end of t... | Richard Smith | 2015-04-23 | 2 | -111/+28 |
| * | Silencing a -Wunused-variable warning; NFC. | Aaron Ballman | 2015-04-22 | 1 | -2/+1 |
| * | [modules] Cope with partial module macro information, fix memory leak found b... | Richard Smith | 2015-04-22 | 1 | -6/+4 |
| * | [modules] Build a DAG of module macros for each identifier. | Richard Smith | 2015-04-22 | 1 | -28/+36 |
| * | [modules] Move list of exported module macros from IdentifierInfo lookup tabl... | Richard Smith | 2015-04-21 | 2 | -398/+216 |
| * | Try to work around failure to convert this lambda to a function pointer in so... | Richard Smith | 2015-04-19 | 1 | -4/+5 |
| * | [modules] Refactor macro emission. No functionality change. | Richard Smith | 2015-04-19 | 1 | -76/+73 |
| * | Revert file unintentionally changed in r235162. | Daniel Jasper | 2015-04-17 | 1 | -1/+1 |
| * | clang-format: Add default fallback style. | Daniel Jasper | 2015-04-17 | 1 | -1/+1 |
| * | [OPENMP] Codegen for 'copyin' clause in 'parallel' directive. | Alexey Bataev | 2015-04-16 | 2 | -4/+22 |
| * | [OPENMP] Codegen for 'lastprivate' clause in 'for' directive. | Alexey Bataev | 2015-04-16 | 2 | -0/+24 |
| * | Workaround a performance issue with modules + PCH | Ben Langmuir | 2015-04-10 | 1 | -1/+4 |
| * | [OPENMP] Codegen for 'reduction' clause in 'parallel' directive. | Alexey Bataev | 2015-04-10 | 2 | -0/+18 |
| * | [modules] Remove unused MACRO_TABLE record. | Richard Smith | 2015-04-10 | 2 | -41/+2 |
| * | [OPENMP] Sema analysis for 'atomic capture' construct. | Alexey Bataev | 2015-04-01 | 2 | -0/+2 |
| * | [OPENMP] Codegen for 'atomic update' construct. | Alexey Bataev | 2015-03-30 | 2 | -4/+4 |
| * | [Modules] Work around PR23030 again, in a different code path, where | Chandler Carruth | 2015-03-27 | 1 | -6/+9 |
| * | [modules] When merging class definitions, make the retained definition visible | Richard Smith | 2015-03-27 | 2 | -25/+31 |
| * | [Modules] When walking the lookup results in a namespace, sort them by | Chandler Carruth | 2015-03-27 | 1 | -9/+23 |
| * | [modules] Handle defining a tag with a typedef name for linkage purposes on t... | Richard Smith | 2015-03-27 | 1 | -6/+5 |
| * | [Modules] Make Sema's map of referenced selectors have a deterministic | Chandler Carruth | 2015-03-27 | 1 | -5/+3 |
| * | [Modules] Make our on-disk hash table of selector IDs be built in | Chandler Carruth | 2015-03-27 | 1 | -6/+5 |
| * | [Modules] Sort the file IDs prior to building the flattened array of | Chandler Carruth | 2015-03-27 | 1 | -10/+13 |
| * | [Modules] Make the AST serialization always use lexicographic order when | Chandler Carruth | 2015-03-26 | 1 | -4/+12 |
| * | [Modules] Delete stale, pointless code. All tests still pass with this | Chandler Carruth | 2015-03-26 | 1 | -15/+0 |
| * | [Modules] Fix a sneaky bug in r233249 where we would look for implicit | Chandler Carruth | 2015-03-26 | 1 | -25/+39 |
| * | [Modules] Fix tiny bug where we failed to get the canonical decl when | Chandler Carruth | 2015-03-26 | 1 | -1/+1 |