index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2013-03-21
Objective-C: Tighten the rules when warning
Fariborz Jahanian
2013-03-21
Fix a typo.
Bob Wilson
2013-03-21
<rdar://problem/13037793> Allow the names of modules to differ from the name ...
Douglas Gregor
2013-03-20
Documentation cleanup for MacroInfo.
James Dennett
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
[analyzer] Invalidate regions indirectly accessible through const pointers.
Jordan Rose
2013-03-20
Objective-C [qoi] more gracefull recovery when
Fariborz Jahanian
2013-03-20
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-20
The flag "-coverage-function-names-in-data" is actually backwards -- we do
Nick Lewycky
2013-03-20
Make clang emit linkage names in debug info for subprograms when coverage info
Nick Lewycky
2013-03-20
[analyzer] Break cycles (optionally) when trimming an ExplodedGraph.
Jordan Rose
2013-03-20
<rdar://problem/10796651> Introduce configuration macros into module maps.
Douglas Gregor
2013-03-19
Objective-C [qoi]: Provide improved parse diagnostics when
Fariborz Jahanian
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-19
Remove stray semicolon
Douglas Gregor
2013-03-19
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-19
<rdar://problem/13363214> Eliminate race condition between module rebuild and...
Douglas Gregor
2013-03-18
documentation comment parsing. Added couple of
Fariborz Jahanian
2013-03-18
Diagnose uses of 'alignof' on functions in -pedantic mode.
Richard Smith
2013-03-18
[analyzer] Replace uses of assume() with isNull() in BR visitors.
Jordan Rose
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-18
Bring inheriting constructor implementation up-to-date with current defect
Richard Smith
2013-03-18
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
Inline ShouldUseIntegratedAssembler and move the documentation to
Rafael Espindola
2013-03-18
Refactor a bit of duplicated code to useIntegratedAs.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
ObjCDictionaryElements are pod-like.
Benjamin Kramer
2013-03-16
[analyzer] Model trivial copy/move assignment operators with a bind as well.
Jordan Rose
2013-03-16
Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
2013-03-16
[analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef.
Jordan Rose
2013-03-15
<rdar://problem/13426257> Introduce SDKSettings.plist as an input file depend...
Douglas Gregor
2013-03-15
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-14
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-14
[analyzer] Change the way in which IDC Visitor decides to kick in and make su...
Anna Zaks
2013-03-14
Fix an unused variable warning from Clang by sinking a dyn_cast into an
Chandler Carruth
2013-03-14
Add support for the 'endian' attribute for OpenCL.
Joey Gouly
2013-03-14
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-13
[Modules] Don't eagerly load and associate all the module header files.
Argyrios Kyrtzidis
2013-03-13
[Modules] Resolve top-headers of modules lazily.
Argyrios Kyrtzidis
2013-03-12
Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for ...
Bob Wilson
2013-03-12
Objective-C: Issue warning in couple of obscure cases
Fariborz Jahanian
2013-03-12
Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.
Bob Wilson
2013-03-12
Revert "Disallow using -fmodules with -no-integrated-as."
Ted Kremenek
2013-03-11
Disallow using -fmodules with -no-integrated-as.
Ted Kremenek
2013-03-11
Add -Wc99-compat warning for C11 unicode string and character literals.
Richard Smith
2013-03-09
Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also
Richard Smith
2013-03-09
Remove unused diagnostic.
Benjamin Kramer
[next]