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
/
clang
/
Basic
/
Makefile
Age
Commit message (
Expand
)
Author
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-03-16
After r150615, which tablegens the group of a diagnostic as an index into the...
Argyrios Kyrtzidis
2011-12-09
Teach the Makefile build about the new diagnostic file from r146207.
Chandler Carruth
2011-10-06
Clang-side build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-04-15
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
2010-09-09
Remove the 'rc' suffix. It indicates a "release candidate" during LLVM release
Bill Wendling
2010-06-25
clang: Derive version name from LLVM unless specified explicitly. This means
Daniel Dunbar
2010-06-25
build: Add a generated Version.inc file instead of duplicating information.
Daniel Dunbar
2010-06-17
Generate arm_neon.inc in include/clang/Basic, which provides:
Nate Begeman
2010-06-16
Implement first TD-based usage of attributes.
Sean Hunt
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-01-18
Fix race condition in creating objdir.
Daniel Dunbar
2009-11-12
Fix Makefile dependency bug with out-of-dir builds.
Daniel Dunbar
2009-09-10
Fix dependencies for DiagnosticGroups.td.
Daniel Dunbar
2009-04-16
split diagnostic group definitions out into their own file.
Chris Lattner
2009-04-15
generate diagnostic group tables, this requires llvm r69219 or later.
Chris Lattner
2009-04-15
move clang specific makefile goop to clang instead of llvm. This may require
Chris Lattner
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-03-14
Revert the switch to the tablegen diags. It fails for seperate objdir builds ...
Sebastian Redl
2009-03-14
Switch diagnostics from .def to tablegen files. Please validate the Windows b...
Sebastian Redl